Browse Source

Regen.

OPENBSD_3_6
miod 20 years ago
parent
commit
eec56b624d
1 changed files with 9 additions and 3 deletions
  1. +9
    -3
      src/etc/etc.alpha/MAKEDEV

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

@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.25 2004/05/30 08:17:18 grange Exp
# OpenBSD: etc.alpha/MAKEDEV.md,v 1.26 2004/06/18 20:35:48 miod Exp
# OpenBSD: MAKEDEV.common,v 1.10 2004/06/03 18:36:59 grange 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
@ -69,6 +69,7 @@
# Special purpose devices:
# audio* Audio devices
# bpf* Berkeley Packet Filter
# crypto Hardware crypto access driver
# fd fd/* nodes for fdescfs
# hotplug devices hot plugging
# iop* I2O controller devices
@ -320,6 +321,10 @@ fd)
MKlist="$MKlist;chmod 555 fd"
;;
crypto)
M crypto c 57 0
;;
bpf*)
M bpf$U c 11 $U 600
;;
@ -510,8 +515,9 @@ all)
R rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7 music0
R speaker audio0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 lkm
R tty00 tty01 tty02 tty03 ttyc0 ttyc1 ttyc2 ttyc3 ttyc4 ttyc5
R ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 pf systrace
R wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1 fd
R ttyc6 ttyc7 ttyB0 ttyB1 ttyB2 ttyB3 ttyB4 ttyB5 crypto pf
R systrace wd0 wd1 wd2 wd3 raid0 raid1 raid2 raid3 std st0 st1
R fd
;;
wd*|sd*|raid*|ccd*)


Loading…
Cancel
Save