diff options
author | sos <sos@FreeBSD.org> | 1998-12-27 14:00:10 +0000 |
---|---|---|
committer | sos <sos@FreeBSD.org> | 1998-12-27 14:00:10 +0000 |
commit | 6e00996c0599fe131e89c9b8095eef18f39f7560 (patch) | |
tree | 1d90993e091ac429daec88bada5908c6121a9a60 | |
parent | 303c78f8b70b60f2ac90a2895fe607ef57cf355a (diff) | |
download | FreeBSD-src-6e00996c0599fe131e89c9b8095eef18f39f7560.zip FreeBSD-src-6e00996c0599fe131e89c9b8095eef18f39f7560.tar.gz |
Pre 3.0 branch cleanup sos#1: wcd
Superceded by acd driver...
-rw-r--r-- | sys/conf/majors | 4 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 53781ab..a823716 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.55 1998/12/03 08:32:49 jkh Exp $ +$Id: majors.i386,v 1.56 1998/12/27 13:55:48 sos Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -114,7 +114,7 @@ chrdev name comments 66 labpc National Instruments LabPC 67 meteor Matrox Meteor video capture 68 si Specialix SI/XIO (peter@freebsd.org) -69 wcd ATAPI CDROM client of "ata" +69 acd ATAPI CDROM client of "ata" 71 asc AmiScan driver 72 stl Stallion (cd1400 based) (gerg@stallion.oz.au) 73 ?? was qcam diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 53781ab..a823716 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.55 1998/12/03 08:32:49 jkh Exp $ +$Id: majors.i386,v 1.56 1998/12/27 13:55:48 sos Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -114,7 +114,7 @@ chrdev name comments 66 labpc National Instruments LabPC 67 meteor Matrox Meteor video capture 68 si Specialix SI/XIO (peter@freebsd.org) -69 wcd ATAPI CDROM client of "ata" +69 acd ATAPI CDROM client of "ata" 71 asc AmiScan driver 72 stl Stallion (cd1400 based) (gerg@stallion.oz.au) 73 ?? was qcam |