cvs commit: src/sys/dev/aic7xxx aic79xx.c
Scott Long
scottl at FreeBSD.org
Thu May 29 19:15:16 PDT 2003
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
More information about the cvs-src
mailing list