diff options
| -rw-r--r-- | sys/pc98/conf/majors.pc98 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pc98/conf/majors.pc98 b/sys/pc98/conf/majors.pc98 index 0cdbb0bb5ce7..50265b21d206 100644 --- a/sys/pc98/conf/majors.pc98 +++ b/sys/pc98/conf/majors.pc98 @@ -1,4 +1,4 @@ -$Id: majors.pc98,v 1.61 1999/08/01 16:03:31 kato Exp $ +$Id: majors.pc98,v 1.62 1999/08/08 11:12:51 kato 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 |
