diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-05-16 21:12:23 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-05-16 21:12:23 +0000 |
commit | 917e0edabda2e195e05b2be827015aee486fa218 (patch) | |
tree | ac066bf3286a841aaf542ae49306a7a196291f33 /etc/etc.hppa | |
parent | 76357e74b51c1e82b9c7bf25aa00dd8d38359854 (diff) |
Regen.
Diffstat (limited to 'etc/etc.hppa')
-rw-r--r-- | etc/etc.hppa/MAKEDEV | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/etc.hppa/MAKEDEV b/etc/etc.hppa/MAKEDEV index 0af8823e748..235348ab704 100644 --- a/etc/etc.hppa/MAKEDEV +++ b/etc/etc.hppa/MAKEDEV @@ -3,11 +3,11 @@ # THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. # generated from: # -# OpenBSD: etc.hppa/MAKEDEV.md,v 1.7 2002/02/25 19:46:36 todd Exp -# OpenBSD: MAKEDEV.mi,v 1.42 2002/03/31 21:49:12 fgsch Exp +# OpenBSD: etc.hppa/MAKEDEV.md,v 1.8 2002/05/16 21:11:20 miod Exp +# OpenBSD: MAKEDEV.mi,v 1.46 2002/05/16 16:18:44 provos Exp # OpenBSD: MAKEDEV.sub,v 1.7 2002/02/16 01:19:52 deraadt Exp # -# $OpenBSD: MAKEDEV,v 1.23 2002/03/31 21:51:38 fgsch Exp $ +# $OpenBSD: MAKEDEV,v 1.24 2002/05/16 21:12:21 miod Exp $ # # Copyright (c) 2001,2002 Todd T. Fries <todd@OpenBSD.org> # All rights reserved. @@ -66,6 +66,7 @@ # ss* SCSI scanners # uk* SCSI Unknown device # pdc PDC device +# systrace* system call tracing device # PATH=/sbin:/usr/sbin:/bin:/usr/bin T=$0 @@ -201,6 +202,10 @@ std) M klog c 6 0 600 ;; +systrace) + M systrace c 34 0 644 + ;; + uk*) M uk$U c 15 $U 640 operator ;; @@ -352,7 +357,7 @@ all) R bpf5 bpf6 bpf7 bpf8 bpf9 pty0 pty1 pty2 fd1 fd1B fd1C fd1D R fd1E fd1F fd1G fd1H fd0 fd0B fd0C fd0D fd0E fd0F fd0G fd0H R xfs0 ss0 ss1 ch0 uk0 random lpa0 lpa1 lpa2 lpt0 lpt1 lpt2 - R lkm tty00 tty01 tty02 tty03 pf altq std st0 st1 fd + R lkm tty00 tty01 tty02 tty03 pf altq systrace std st0 st1 fd ;; sd*|ccd*) |