diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:32:58 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2012-04-06 15:32:58 +0000 |
commit | d20160883069fcaed28fb3e2f74f7315d83e1a52 (patch) | |
tree | ea992d832114f836bd0ff4c5ca37b6b5709d0559 /etc/etc.amd64 | |
parent | fd75d0c5e6b1293fc67522f5abdf736e71ca6ab1 (diff) |
Regen.
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/MAKEDEV | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/etc/etc.amd64/MAKEDEV b/etc/etc.amd64/MAKEDEV index f7e805616bb..28f200def5e 100644 --- a/etc/etc.amd64/MAKEDEV +++ b/etc/etc.amd64/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.amd64/MAKEDEV.md,v 1.46 2011/10/22 19:31:23 miod Exp -# OpenBSD: MAKEDEV.common,v 1.58 2011/10/22 19:31:20 miod Exp +# OpenBSD: etc.amd64/MAKEDEV.md,v 1.47 2012/04/06 15:18:41 jsing Exp +# OpenBSD: MAKEDEV.common,v 1.59 2012/04/06 15:18:41 jsing Exp # OpenBSD: MAKEDEV.mi,v 1.80 2011/04/18 16:52:10 thib Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -32,7 +32,6 @@ # Disks: # cd* ATAPI and SCSI CD-ROM drives # fd* Floppy disk drives (3 1/2", 5 1/4") -# raid* RAIDframe disk devices # rd* "rd" pseudo-disks # sd* SCSI disks, including flopticals # vnd* "file" pseudo-disk devices @@ -597,15 +596,13 @@ all) R radio0 music0 speaker video0 video1 uk0 random lpa0 lpa1 R lpa2 lpt0 lpt1 lpt2 lkm tty00 tty01 tty02 tty03 ttyc0 ttyc1 R ttyc2 ttyc3 ttyc4 ttyc5 ttyc6 ttyc7 apm crypto pf pctr - R systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 - R fd + R systrace wd0 wd1 wd2 wd3 std st0 st1 fd ;; -wd*|sd*|raid*) +wd*|sd*) case $i in wd*) dodisk wd $U 0 3 $U 0;; sd*) dodisk sd $U 4 13 $U 0;; - raid*) dodisk raid $U 19 54 $U 0;; esac ;; |