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:
Poul-Henning Kamp 1996-10-10 20:41:13 +00:00
parent 4f02305016
commit 932b06fca5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18858
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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