]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Drop the bus reset hold delay back down to 25us. The 250us
authorJustin T. Gibbs <gibbs@FreeBSD.org>
Sat, 31 Aug 2002 06:42:10 +0000 (06:42 +0000)
committerJustin T. Gibbs <gibbs@FreeBSD.org>
Sat, 31 Aug 2002 06:42:10 +0000 (06:42 +0000)
commit3b06611aa7c8f5da4fbcaba2d3db3d27fe9a1e05
treef3d4e270940f5725d10c97f65960fbf252b89ef0
parent31b6c796917da65f2e75aafb5d223aaa0a705391
Drop the bus reset hold delay back down to 25us.  The 250us
value slipped in from a debugging session.

Add AHC_LSCBS_ENABLED and AHC_SCB_CONFIG_USED ahc_flags which
allow for some code to move to the core.

Remove extern for ahc_syncrates[].  The OSMs no longer need
direct access to this array.

Add serial eeprom field to the ahc softc.

Prototype ahc_search_untagged_queues() and ahc_print_register().

Convert to AHC_SHOW_XXX debug option format.
sys/dev/aic7xxx/aic7xxx.h