cvs commit: src/sys/dev/aic7xxx aic79xx.c
Justin T. Gibbs
gibbs at FreeBSD.org
Wed Feb 16 17:36:37 GMT 2005
gibbs 2005-02-16 17:36:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/dev/aic7xxx aic79xx.c
Log:
Use SCB_TAG to access the scb's tag field consistently. This was missing
from a few printfs. This could cause the tag field to appear byteswapped
in the printf output. Print the tags in decimal instead of hex.
Initialize the timedout_scbs list. Since the softc is zeroed, the
missing initialization had no side effects.
Revision Changes Path
1.31.2.3 +5 -3 src/sys/dev/aic7xxx/aic79xx.c
More information about the cvs-src
mailing list