Date: Tue, 5 Dec 1995 11:36:53 -0800 From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 conf.c Message-ID: <199512051936.LAA28856@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 95/12/05 11:36:51 Modified: sys/scsi ssc.c sys/i386/i386 conf.c Log: Removed dummy routines sscstrategy(), sscread(), sscwrite() and sscselect(). Use the standard dummies nostrategy(), noread(), nowrite() and noselect() instead. sscread() and sscwrite() returned bogus errnos. It isn't possible to return an error from a select routine so noselect() is just as bogus as sscselect() (it's equivalent to nullselect()). Revision Changes Path 1.7 +6 -10 src/sys/scsi/ssc.c 1.109 +3 -7 src/sys/i386/i386/conf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512051936.LAA28856>