Date: Wed, 16 Feb 2005 17:36:36 +0000 (UTC) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c Message-ID: <200502161736.j1GHaa2k032585@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502161736.j1GHaa2k032585>