summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-09-22 14:40:24 +0000
committermiod <miod@openbsd.org>2004-09-22 14:40:24 +0000
commit28a79aaf3e369fd0f257f5509ceab32eb9de9adf (patch)
tree77afd2b05c26b1cbae3bac6392d6a19213e8ef2f
parentAdd systrace support. (diff)
downloadwireguard-openbsd-28a79aaf3e369fd0f257f5509ceab32eb9de9adf.tar.xz
wireguard-openbsd-28a79aaf3e369fd0f257f5509ceab32eb9de9adf.zip
Add missing devices (pci, systrace...) and sort sections so that the
manpage will not look ugly.
-rw-r--r--etc/etc.sgi/MAKEDEV.md37
1 files changed, 21 insertions, 16 deletions
diff --git a/etc/etc.sgi/MAKEDEV.md b/etc/etc.sgi/MAKEDEV.md
index 21e154623be..4ec80710924 100644
--- a/etc/etc.sgi/MAKEDEV.md
+++ b/etc/etc.sgi/MAKEDEV.md
@@ -1,5 +1,5 @@
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.5 2004/09/21 07:55:48 miod Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.6 2004/09/22 14:40:24 miod Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001 Todd T. Fries <todd@OpenBSD.org>
@@ -27,20 +27,19 @@ dnl
dnl
_TITLE(make)
_DEV(all)
+_DEV(ramd)
_DEV(std)
-_DEV(fdesc, 7)
_DEV(local)
-_DEV(ramd)
-_TITLE(tap)
-_DEV(st, 10, 10)
_TITLE(dis)
-_DEV(wd, 18, 4)
-_DEV(sd, 9, 0)
+_DEV(ccd, 23, 6)
_DEV(cd, 8, 3)
-_DEV(ch, 36)
-_DEV(vnd, 11, 2)
_DEV(rd, 22, 8)
-_DEV(ccd, 23, 6)
+_DEV(sd, 9, 0)
+_DEV(vnd, 11, 2)
+_DEV(wd, 18, 4)
+_TITLE(tap)
+_DEV(ch, 36)
+_DEV(st, 10, 10)
_TITLE(term)
_DEV(com, 17)
_TITLE(pty)
@@ -56,25 +55,31 @@ _TITLE(point)
_DEV(wsmouse, 27)
_TITLE(spec)
_DEV(bpf, 12)
-_DEV(tun, 40)
+dnl _DEV(cry, 47)
+_DEV(fdesc, 7)
+dnl _DEV(lkm)
+_DEV(pci, 29)
+_DEV(pf, 31)
_DEV(rnd, 33)
-_DEV(uk, 32)
_DEV(ss, 34)
-_DEV(pf, 31)
+_DEV(systrace, 50)
+_DEV(tun, 40)
+_DEV(uk, 32)
+_DEV(xfs, 51)
dnl
divert(__mddivert)dnl
dnl
_std(2, 3, 35, 1, 6)
;;
dnl
-dnl *** sgimips specific targets
+dnl *** sgi specific targets
dnl
target(all, ses, 0)dnl
target(all, ch, 0)dnl
target(all, ss, 0, 1)dnl
target(all, xfs, 0)dnl
-twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
-twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
+dnl twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
+dnl twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
target(all, pty, 0, 1, 2)dnl
target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
target(all, tun, 0, 1, 2, 3)dnl