*thwap* - move id driver to blkdev from cdev list; it's obviously

going to want a major number from that list instead.  Also use the
same preallocated local range (500-600) for blkdevs as well as cdevs,
just to be orthogonal.  The latter was for Brian, who has a *lot*
of local device drivers and needs more than just a single reserved
number.
This commit is contained in:
jkh 1998-12-02 03:13:35 +00:00
parent ee505d5280
commit 55b907a318
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
$Id: majors.i386,v 1.50 1998/09/21 22:04:07 msmith Exp $
$Id: majors.i386,v 1.51 1998/12/02 03:09:44 jkh Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -40,6 +40,9 @@ blkdev name comments
26 sw VM internal swap device
27 myx Mylex RAID (ulf@alameda.net)
28 fla M-Systems DiskOnChip(r)
29 id Intelligent Disk [Array] (md@doc.ic.ac.uk)
500 ?? entries from 500-600 are reserved for local use
600 ?? entries from 500-600 are reserved for local use
chrdev name comments
0 cn console

View File

@ -1,4 +1,4 @@
$Id: majors.i386,v 1.50 1998/09/21 22:04:07 msmith Exp $
$Id: majors.i386,v 1.51 1998/12/02 03:09:44 jkh Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@ -40,6 +40,9 @@ blkdev name comments
26 sw VM internal swap device
27 myx Mylex RAID (ulf@alameda.net)
28 fla M-Systems DiskOnChip(r)
29 id Intelligent Disk [Array] (md@doc.ic.ac.uk)
500 ?? entries from 500-600 are reserved for local use
600 ?? entries from 500-600 are reserved for local use
chrdev name comments
0 cn console