Date: Sun, 03 Jul 2005 01:07:16 -0000 From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_pass.c scsi_ses.c Message-ID: <200501220721.j0M7LQWj041513@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501220721.j0M7LQWj041513>