diff options
-rw-r--r-- | sys/conf/majors | 6 | ||||
-rw-r--r-- | sys/i386/conf/majors.i386 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 6b6bd02..f9513fa 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.77 1999/06/20 04:35:22 grog Exp $ +$Id: majors.i386,v 1.78 1999/07/02 02:49:24 jkh Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -41,7 +41,7 @@ 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) +29 ida Intelligent Disk [Array] (md@doc.ic.ac.uk) 30 ad ATA disks 31 acd ATAPI CDROM 32 afd ATAPI floppy @@ -158,7 +158,7 @@ chrdev name comments 106 smb System Management Bus generic i/o 107 3dfx 3Dfx driver (shocking@prth.pgs.com) 108 usb Universal Serial Bus (hibma@skylink.it) -109 id Intelligent Disk [Array] (md@doc.ic.ac.uk) +109 ida Intelligent Disk [Array] (md@doc.ic.ac.uk) 110 ses SCSI Environmental Services driver (mjacob@feral.com) 111 ums USB Mouse (hibma@skylink.it) 112 kbd keyboard diff --git a/sys/i386/conf/majors.i386 b/sys/i386/conf/majors.i386 index 6b6bd02..f9513fa 100644 --- a/sys/i386/conf/majors.i386 +++ b/sys/i386/conf/majors.i386 @@ -1,4 +1,4 @@ -$Id: majors.i386,v 1.77 1999/06/20 04:35:22 grog Exp $ +$Id: majors.i386,v 1.78 1999/07/02 02:49:24 jkh Exp $ Hopefully, this list will one day be obsoleted by DEVFS, but for now this is the current allocation of device major numbers. @@ -41,7 +41,7 @@ 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) +29 ida Intelligent Disk [Array] (md@doc.ic.ac.uk) 30 ad ATA disks 31 acd ATAPI CDROM 32 afd ATAPI floppy @@ -158,7 +158,7 @@ chrdev name comments 106 smb System Management Bus generic i/o 107 3dfx 3Dfx driver (shocking@prth.pgs.com) 108 usb Universal Serial Bus (hibma@skylink.it) -109 id Intelligent Disk [Array] (md@doc.ic.ac.uk) +109 ida Intelligent Disk [Array] (md@doc.ic.ac.uk) 110 ses SCSI Environmental Services driver (mjacob@feral.com) 111 ums USB Mouse (hibma@skylink.it) 112 kbd keyboard |