diff options
author | jkh <jkh@FreeBSD.org> | 1998-12-02 03:13:35 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-12-02 03:13:35 +0000 |
commit | 4d09d062eeac9f4cc1a156787abf388f78e84bfb (patch) | |
tree | 2dd40ec57766a0e59d4cf8e4c77cbf3f48b0f5d7 /sys/i386/conf | |
parent | d4a6a3393bb04cb5366846ba7afd869b20a5467f (diff) | |
download | FreeBSD-src-4d09d062eeac9f4cc1a156787abf388f78e84bfb.zip FreeBSD-src-4d09d062eeac9f4cc1a156787abf388f78e84bfb.tar.gz |
*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.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/majors.i386 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 12004ad..f800adc 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -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 |