diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-28 06:33:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-04-28 06:33:27 +0000 |
commit | 278f401cc1fb4e7d4b1c90ea47c626adb9d78d74 (patch) | |
tree | 275b3209a3fe05e28b17f97bd1a98311ba49bfda /etc | |
parent | 9fac02e4573a6fa2b86c116e86a2d4dce7e04e8f (diff) |
sync
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.zaurus/MAKEDEV | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/etc.zaurus/MAKEDEV b/etc/etc.zaurus/MAKEDEV index 4301f1b7bcd..01f8e63aa45 100644 --- a/etc/etc.zaurus/MAKEDEV +++ b/etc/etc.zaurus/MAKEDEV @@ -3,8 +3,8 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.4 2005/03/04 15:57:00 todd Exp -# OpenBSD: MAKEDEV.common,v 1.16 2005/03/01 13:35:59 otto Exp +# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.6 2005/04/28 06:32:59 deraadt Exp +# OpenBSD: MAKEDEV.common,v 1.17 2005/03/29 16:40:08 miod Exp # OpenBSD: MAKEDEV.mi,v 1.73 2005/02/07 06:14:18 david Exp # OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp # @@ -212,6 +212,11 @@ U=`unt $i` [ "$U" ] || U=0 case $i in +ramdisk) + R std bpf0 wd0 wd1 sd0 tty00 rd0 wsmouse + R st0 ttyC0 random wskbd0 apm + ;; + std) M console c 0 0 600 M tty c 1 0 @@ -464,11 +469,6 @@ local) test -s $T.local && sh $T.local ;; -ramdisk) - R pty0 rd0 cd0 cd1 st0 st1 wd0 wd1 wd2 wd3 wd4 sd0 sd1 sd2 - R sd3 sd4 bpf0 std - ;; - all) R ccd0 ccd1 ccd2 ccd3 vnd0 vnd1 vnd2 vnd3 sd0 sd1 sd2 sd3 sd4 R cd0 cd1 rd0 tun0 tun1 tun2 tun3 bpf0 bpf1 bpf2 bpf3 bpf4 |