Added a bdev and cdev for "geometry disk", my generic disk geometry subsystem.
I really wish somebody would complete DEVFS :-(
This commit is contained in:
parent
a21642397b
commit
f690518081
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user