From owner-freebsd-commit Wed May 3 11:09:33 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA08248 for commit-outgoing; Wed, 3 May 1995 11:09:33 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA08230 for cvs-sys-outgoing; Wed, 3 May 1995 11:09:26 -0700 Received: (from dufault@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id LAA08217 ; Wed, 3 May 1995 11:09:22 -0700 Date: Wed, 3 May 1995 11:09:22 -0700 From: Peter Dufault Message-Id: <199505031809.LAA08217@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/scsi cd.c ch.c pt.c scsi_driver.c scsi_ioctl.c scsiconf.c scsiconf.h sctarg.c sd.c ssc.c st.c su.c Sender: commit-owner@FreeBSD.org Precedence: bulk dufault 95/05/03 11:09:21 Modified: sys/scsi cd.c ch.c pt.c scsi_driver.c scsi_ioctl.c scsiconf.c scsiconf.h sctarg.c sd.c ssc.c st.c su.c Log: Moved unit definitions out of scsiconf.h; Added CONTROL device that only does user-ioctl and nothing else; Added protection so user-ioctl requires write access; Clean up scsiconf.h a little. It needs more work.