diff options
author | phk <phk@FreeBSD.org> | 2003-02-25 22:09:10 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2003-02-25 22:09:10 +0000 |
commit | ed93a50e90cdfa5ea6810c133e52dcbe46d642a3 (patch) | |
tree | 82e7664d107502070652b89177ffd7c59a4cc6a2 | |
parent | 6b2c538260c125288c193db1c7a5471a6bb99a3c (diff) | |
download | FreeBSD-src-ed93a50e90cdfa5ea6810c133e52dcbe46d642a3.zip FreeBSD-src-ed93a50e90cdfa5ea6810c133e52dcbe46d642a3.tar.gz |
NO_GEOM cleanup:
Retire major #13 (da), #116 (ad), #157 (ar)
-rw-r--r-- | sys/conf/majors | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/majors b/sys/conf/majors index 0caf3aa..cf32b11 100644 --- a/sys/conf/majors +++ b/sys/conf/majors @@ -30,7 +30,7 @@ chrdev name comments 10 wt QIC-02/36 tape 11 spigot Video capture? 12 sc syscons/pcvt virtual consoles -13 da SCSI "direct access devices" +13 14 sa SCSI "sequential access devices" 15 cd SCSI "CDROM type" 16 lpt PC parallel printer port @@ -133,7 +133,7 @@ chrdev name comments 113 ulpt USB Printer <n_hibma> 114 ugen USB Generic device <n_hibma> 115 dag University of Waikato DAG network capture boards -116 ad ATA disks +116 117 acd ATAPI CDROM 118 afd ATAPI floppy 119 ast ATAPI tape @@ -174,7 +174,7 @@ chrdev name comments 154 asr Adaptec SCSI RAID <msmith@freebsd.org> 155 phone Quicknet PhoneJACK and LineJACK cards for VoIP <roger> 156 uscanner USB Scanners <n_hibma> -157 ar ATA "pseudo" RAID device +157 158 mly Mylex RAID control device 159 ata ATA control device 160 spic Sony Programmable I/O Controller (jogdial) |