Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

NetBSD master CVS tree commits



mycroft
Tue Jan 30 13:21:10 EST 1996
Update of /a/cvsroot/src/sys/kern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1253

Modified Files:
        vfs_subr.c 
Log Message:
Use insmntque() rather than manually frobbing the mount list.

thorpej
Tue Jan 30 10:21:49 PST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1213/sys/sys

Modified Files:
        disklabel.h ioctl.h 
Added Files:
        dkio.h 
Log Message:
Move disk-specific ioctls out of <sys/disklabel.h> and into <sys/dkio.h>.
<sys/dkio.h> is in turn included by <sys/ioctl.h>, much like how
<sys/filio.h> and <sys/sockio.h> are handled.  This minimizes changes to
existing sources which use the disk ioctls.

Define DIOCLOCK which is used to lock and unlock the pack.


thorpej
Tue Jan 30 10:24:49 PST 1996
Update of /a/cvsroot/src/sys/scsi
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1316/sys/scsi

Modified Files:
        sd.c 
Log Message:
Implement DIOCLOCK and DIOCEJECT.  DIOCEJECT is limited to removable
media.  Fixes PR #1975.


thorpej
Tue Jan 30 10:28:04 PST 1996
Update of /a/cvsroot/src/sys/scsi
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1348/sys/scsi

Modified Files:
        cd.c 
Log Message:
Accept DIOCEJECT as a synonym for CDIOCEJECT.  Implement DIOCLOCK
separately from CDIOCALLOW and CDIOCPREVENT, even though they perform
basically the same function (with a different interface XXX).


thorpej
Tue Jan 30 10:28:07 PST 1996
Update of /a/cvsroot/src/sys/dev/isa
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv1348/sys/dev/isa

Modified Files:
        mcd.c 
Log Message:
Accept DIOCEJECT as a synonym for CDIOCEJECT.  Implement DIOCLOCK
separately from CDIOCALLOW and CDIOCPREVENT, even though they perform
basically the same function (with a different interface XXX).




Home | Main Index | Thread Index | Old Index