summaryrefslogtreecommitdiff
path: root/etc/etc.sgi
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2010-09-30 15:29:24 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2010-09-30 15:29:24 +0000
commit2a1b7b3749dc49ea5bd70ce2a23a40478e73caea (patch)
tree2c3bd2c4c1c50f0138af534e342c9ea7da8b3508 /etc/etc.sgi
parente001461e27585818b4df05e9ba7e26d997e5d0c6 (diff)
regen
Diffstat (limited to 'etc/etc.sgi')
-rw-r--r--etc/etc.sgi/MAKEDEV9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/etc.sgi/MAKEDEV b/etc/etc.sgi/MAKEDEV
index 294216c8ba1..9c3ca428be8 100644
--- a/etc/etc.sgi/MAKEDEV
+++ b/etc/etc.sgi/MAKEDEV
@@ -3,8 +3,8 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.sgi/MAKEDEV.md,v 1.30 2010/07/03 03:59:15 krw Exp
-# OpenBSD: MAKEDEV.common,v 1.51 2010/08/03 20:12:01 miod Exp
+# OpenBSD: etc.sgi/MAKEDEV.md,v 1.32 2010/09/30 15:27:54 claudio Exp
+# OpenBSD: MAKEDEV.common,v 1.53 2010/09/30 15:27:54 claudio 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
#
@@ -71,6 +71,7 @@
# nnpfs* NNPFS filesystem node
# pci* PCI bus devices
# pf* Packet Filter
+# pppx* PPP Multiplexer
# *random In-kernel random data source
# systrace* System call tracing device
# tun* Network tunnel driver
@@ -246,6 +247,10 @@ systrace)
done
;;
+pppx*)
+ M pppx$U c 70 $U 600
+ ;;
+
pf*)
M pf c 31 0 600
;;