diff options
-rw-r--r-- | sys/conf/majors | 5 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index f533584..26e5534 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.6 1996/06/10 15:30:33 phk Exp $ +$Id: majors.i386,v 1.7 1996/08/31 07:04:04 jkh Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -35,7 +35,7 @@ blkdev name comments 19 wcdb ATAPI CDROM client of "ata" 20 od SCSI "magneto-optical" disk 21 ccd concatenated disk - +22 gd Geometry disk. chrdev name comments 0 cn console 1 ctty /dev/tty @@ -115,3 +115,4 @@ chrdev name comments 75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au) 76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp) 77 cyy Cyclades Ye/PCI serial card +78 gd Geometry disk diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index f533584..26e5534 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.6 1996/06/10 15:30:33 phk Exp $ +$Id: majors.i386,v 1.7 1996/08/31 07:04:04 jkh Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -35,7 +35,7 @@ blkdev name comments 19 wcdb ATAPI CDROM client of "ata" 20 od SCSI "magneto-optical" disk 21 ccd concatenated disk - +22 gd Geometry disk. chrdev name comments 0 cn console 1 ctty /dev/tty @@ -115,3 +115,4 @@ chrdev name comments 75 stli Stallion (intelligent cdk based) (gerg@stallion.oz.au) 76 scc IBM Smart Capture Card (ohashi@mickey.ai.kyutech.ac.jp) 77 cyy Cyclades Ye/PCI serial card +78 gd Geometry disk |