Browse Source

sync

OPENBSD_4_7
otto 14 years ago
parent
commit
2ec85bf4c1
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      src/etc/etc.loongson/MAKEDEV

+ 9
- 3
src/etc/etc.loongson/MAKEDEV View File

@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.loongson/MAKEDEV.md,v 1.26 2009/08/13 15:12:36 deraadt Exp
# OpenBSD: etc.loongson/MAKEDEV.md,v 1.1 2010/01/23 19:26:45 matthieu Exp
# OpenBSD: MAKEDEV.common,v 1.46 2009/09/23 15:39:56 miod Exp
# OpenBSD: MAKEDEV.mi,v 1.79 2009/01/25 17:30:48 miod Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
@ -61,6 +61,7 @@
# urio* Diamond Multimedia Rio 500
# usb* Bus control devices used by usbd for attach/detach
# Special purpose devices:
# apm Power management device
# audio* Audio devices
# bio ioctl tunnel pseudo-device
# bpf* Berkeley Packet Filter
@ -300,6 +301,11 @@ audio*)
MKlist[${#MKlist[*]}]=";[ -e audioctl ] || ln -s audioctl$U audioctl"
;;
apm*)
M apm c 14 0 644
M apmctl c 14 8 644
;;
usb*)
[ "$i" = "usb" ] && u= || u=$U
M usb$u c 61 $U 660
@ -450,8 +456,8 @@ all)
R bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2
R vscsi0 nnpfs0 hotplug ptm local wscons pci0 pci1 pci2 pci3
R uall video0 audio0 audio1 audio2 uk0 random tty00 tty01
R tty02 tty03 crypto pf systrace wd0 wd1 wd2 wd3 std st0 st1
R fd
R tty02 tty03 apm crypto pf systrace wd0 wd1 wd2 wd3 std st0
R st1 fd
;;
wd*|sd*|ccd*)


Loading…
Cancel
Save