diff options
author | groudier <groudier@FreeBSD.org> | 2000-04-02 10:07:54 +0000 |
---|---|---|
committer | groudier <groudier@FreeBSD.org> | 2000-04-02 10:07:54 +0000 |
commit | 09620cee8745269f88ae1e587393c963de9bd9c4 (patch) | |
tree | 073363534a74b708f70605aff7a044fa8c11f96d /share | |
parent | be39d0d9f16800f267e93cc5537b59ccbf8895de (diff) | |
download | FreeBSD-src-09620cee8745269f88ae1e587393c963de9bd9c4.zip FreeBSD-src-09620cee8745269f88ae1e587393c963de9bd9c4.tar.gz |
This new driver version uses the DMA mapping interface
introduced in FreeBSD-4.0. The driver is now full up-to-date
with regards to the current kernel interfaces.
Another significant change in this driver version applies
to the checking of the data direction. The driver is now
able to check against the expected data direction in any
circumstance and will not hang either if direction is wrong
at the start of the IO, or if for some weird reason,
the device changes to the wrong direction during the IO.
This driver version is still usable under FreeBSD 3.2/3.3,
since it only requires CAM, other kernel interface dependencies
being #if'ed in the sources according to kernel version.
But, in order to use the driver under those early kernel
versions, user has to move the driver sources by hand and make
appropriate tiny changes to let the kernel know about the driver.
Other changes:
- Remove the debugging stuff for WSR bit.
- Get rid of some warnings about volatile being discarded.
Diffstat (limited to 'share')
0 files changed, 0 insertions, 0 deletions