Kernel - Restore the 64KB max. IO size limit
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 31 Mar 2012 18:23:56 +0000 (20:23 +0200)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 31 Mar 2012 18:31:43 +0000 (20:31 +0200)
commit95df18e42dead7a96c27c07b74b461b0e77abd84
tree97c55894b1eb11c39d49fc77f611d030f7ef4136
parentc67c071b06ef9d4cc7c6ccffca2f5a27f0037c8d
Kernel - Restore the 64KB max. IO size limit

* Some drivers and part of the kernel are dependent on an implicit
  64KB maximum IO size limit

* Explicitely set it to 64KB (or MAXPHYS if it is smaller) for devices
  which do not report a default value

* This should fix ATA DMA errors reported in issue #2342
sys/vfs/devfs/devfs_vnops.c