summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-12-02 03:13:35 +0000
committerjkh <jkh@FreeBSD.org>1998-12-02 03:13:35 +0000
commit4d09d062eeac9f4cc1a156787abf388f78e84bfb (patch)
tree2dd40ec57766a0e59d4cf8e4c77cbf3f48b0f5d7 /sys/i386/conf
parentd4a6a3393bb04cb5366846ba7afd869b20a5467f (diff)
downloadFreeBSD-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.i3865
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
OpenPOWER on IntegriCloud