]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Enable card interrupts in our OSM rather than in the core.
authorgibbs <gibbs@FreeBSD.org>
Sat, 31 Aug 2002 06:51:15 +0000 (06:51 +0000)
committergibbs <gibbs@FreeBSD.org>
Sat, 31 Aug 2002 06:51:15 +0000 (06:51 +0000)
commit9d6ae322642d37555bc67ba89152b17be46b5393
tree61085790444bec1d6ad897cc743229880247e465
parentc32b716b6914c16bb3a244448cc70e95878c2267
Enable card interrupts in our OSM rather than in the core.
This ensures that we don't enter our interrupt handler until
all OSM components it might reference have been fully initialized
during attach.

Remove vestiges of untagged queue handling.

Add hints to ahd_get_scb() so it knows what type of SCB collision
management to perform for each new transaction.

Properly disable/enable IU_REQ with changes in tagged queuing and
disconnection settings passed in by CAM.
sys/dev/aic7xxx/aic79xx_osm.c