cvs commit: src/sys/cam/scsi scsi_pass.c scsi_ses.c
Matt Jacob
mjacob at FreeBSD.org
Sun Jul 3 01:07:50 GMT 2005
mjacob 2005-01-22 07:21:26 UTC
FreeBSD src repository
Modified files:
sys/cam/scsi scsi_pass.c scsi_ses.c
Log:
Don't pass unadulterated unit numbers to make_dev and its ilk- if you
have more than 256 units, you die. Horribly. Convert them using
unit2minor.
MFC after: 1 week
Revision Changes Path
1.43 +5 -4 src/sys/cam/scsi/scsi_pass.c
1.31 +1 -1 src/sys/cam/scsi/scsi_ses.c
More information about the cvs-src
mailing list