Date: Thu, 29 May 2003 19:15:15 -0700 (PDT) From: Scott Long <scottl@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: <200305300215.h4U2FF8T086955@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2003/05/29 19:15:15 PDT
FreeBSD src repository
Modified files:
sys/dev/aic7xxx aic79xx.c
Log:
aic79xx.c:
Use the special LUNLEN_SINGLE_LEVEL constant for
post Rev A4 hardware for single byte luns. Without
this change, Rev B hardware would place the single
byte of lun data in byte 0 of the lun structure when
it should be in byte 1. Since there are few if any
devices on the market that support multiple luns in
target mode, the corrupted lun field (which was only
corrupted for non-zero luns) wasn't hurting us.
Approved by: re (rwatson)
Revision Changes Path
1.17 +2 -2 src/sys/dev/aic7xxx/aic79xx.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305300215.h4U2FF8T086955>
