Correct a typo in a comment.
authorPeter Avalos <pavalos@dragonflybsd.org>
Wed, 4 Jul 2007 23:52:04 +0000 (23:52 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Wed, 4 Jul 2007 23:52:04 +0000 (23:52 +0000)
commitb95ca0f4e666c6a3dee4769f5e2705dc6567543a
tree6362b0e494fbbca0bac7ded3057029172dd62703
parentebe43e155413eac55f1a8a1155959203cab8fc75
Correct a typo in a comment.

Add a comment in ahd_clear_critical_sections() about
our need to leave ENBUSFREE set in SIMODE1 while single
stepping.

Re-arrange some delay loops so that we always perform
a read after any register write and before the delay.
This should make the delay loop more accurate.

When completing message processing for a packetized
commention, return the controller to a state where
invalid non-packetized phases will still cause protocol
violations.  These are the same operations as those
performed in the clear_target_state routine in the
firmware.

Now that we have a chip with working ABORTPENDING
support (the 7901B), comment out the automatic use
of this feature until we can adequately test it.
The previous checkin updated the bug mask for the
7901B so this code was exercised.

When resetting the bus, perform an ahd_flush_device_writes()
call so that our reset assertion delay is acurately
timed from when the reset bit is written to the controller.

Obtained-from: FreeBSD
sys/dev/disk/aic7xxx/aic79xx.c