aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/majors
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-08-11 05:28:06 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-08-11 05:28:06 +0000
commit8b67cbda7508da9497c75956a3c07003e6d1a0a0 (patch)
tree8b5ce4b501b1fc71d26a1fffa3e7bed40d868446 /sys/conf/majors
parent6c91c1dc3ff17a9b6766c389d5883c0477cad381 (diff)
downloadsrc-8b67cbda7508da9497c75956a3c07003e6d1a0a0.tar.gz
src-8b67cbda7508da9497c75956a3c07003e6d1a0a0.zip
Reserve bdev/cdev entries for i2o driver.
Requested by: Simon Shapiro
Notes
Notes: svn path=/head/; revision=49619
Diffstat (limited to 'sys/conf/majors')
-rw-r--r--sys/conf/majors4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/majors b/sys/conf/majors
index 5e83a937ebb0..60feb64f5cf1 100644
--- a/sys/conf/majors
+++ b/sys/conf/majors
@@ -1,4 +1,4 @@
-$Id: majors.i386,v 1.80 1999/07/31 09:32:28 jkh Exp $
+$Id: majors.i386,v 1.81 1999/08/04 19:55:37 jkh Exp $
Hopefully, this list will one day be obsoleted by DEVFS, but for now
this is the current allocation of device major numbers.
@@ -46,6 +46,7 @@ blkdev name comments
31 acd ATAPI CDROM
32 afd ATAPI floppy
33 ast ATAPI tape
+34 i2o Intelligent I/O Block Device
100 ?? entries from 100-127 are reserved for local use
127 ?? entries from 100-127 are reserved for local use
@@ -178,5 +179,6 @@ chrdev name comments
126 sync Generic sync port support <phk>, <brian>
127 fire Firewire driver <ikob@koganei.wide.ad.jp>
128 arla Arla (AFS-clone) driver
+129 i2o Intelligent I/O Character Device
200 ?? entries from 200-255 are reserved for local use
255 ?? entries from 200-255 are reserved for local use