diff options
Diffstat (limited to 'sys/conf/majors')
-rw-r--r-- | sys/conf/majors | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 656a5d3..4bd40f9 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.25 1998/01/26 06:11:14 julian Exp $ +$Id: majors.i386,v 1.26 1998/02/13 13:00:02 phk Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -14,7 +14,7 @@ The most "complete" version of this will be the one in FreeBSD-current. blkdev name comments 0 wd ST506 disk controller (with IDE extensions) -1 ?? unassigned? +1 wfd ATAPI Floppy client of "ata" 2 fd floppy disk 3 wt QIC-02/36 tape 4 sd SCSI "disk" type @@ -37,7 +37,6 @@ blkdev name comments 21 ccd concatenated disk 22 gd Geometry disk. 23 worm SCSI "worm type" -24 wfd ATAPI Floppy client of "ata" chrdev name comments 0 cn console 1 ctty /dev/tty |