Browse Source

sync

OPENBSD_3_7
drahn 20 years ago
parent
commit
4f868b77cc
1 changed files with 11 additions and 6 deletions
  1. +11
    -6
      src/etc/etc.zaurus/MAKEDEV

+ 11
- 6
src/etc/etc.zaurus/MAKEDEV View File

@ -3,8 +3,8 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.1 2004/12/31 00:06:15 drahn Exp
# OpenBSD: MAKEDEV.common,v 1.13 2005/01/10 07:53:57 dlg Exp
# OpenBSD: etc.zaurus/MAKEDEV.md,v 1.2 2005/01/18 16:32:19 drahn Exp
# OpenBSD: MAKEDEV.common,v 1.14 2005/01/14 22:39:11 miod Exp
# OpenBSD: MAKEDEV.mi,v 1.72 2004/02/16 18:58:53 miod Exp
# OpenBSD: MAKEDEV.sub,v 1.12 2004/02/20 19:13:01 miod Exp
#
@ -63,6 +63,7 @@
# uscanner* Scanners
# Special purpose devices:
# audio* Audio devices
# hotplug devices hot plugging
# bktr* Video frame grabbers
# bpf* Berkeley Packet Filter
# crypto Hardware crypto access driver
@ -303,6 +304,10 @@ bktr*)
M bktr$U c 75 $U 644
;;
hotplug)
M hotplug c 37 $U 400
;;
audio*)
M sound$U c 36 $U
M mixer$U c 36 $(($U+16))
@ -461,10 +466,10 @@ ramdisk)
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
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 ptm local
R wscons pci iop0 iop1 uall tuner0 radio0 audio0 uk0 random
R lkm tty00 tty01 tty02 tty03 crypto pf systrace wd0 wd1 wd2
R wd3 raid0 raid1 raid2 raid3 std st0 st1 fd
R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 xfs0 ss0 ss1 ch0 hotplug ptm
R local wscons pci iop0 iop1 uall tuner0 radio0 audio0 uk0
R random lkm tty00 tty01 tty02 tty03 crypto pf systrace wd0
R wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd
;;
wd*|sd*|raid*|ccd*)


Loading…
Cancel
Save