summaryrefslogtreecommitdiff
path: root/etc/etc.loongson/MAKEDEV.md
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-01-23 19:26:46 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-01-23 19:26:46 +0000
commit28b1ae1ce6cda43be52fbf9596ad807b1dd4c0fc (patch)
treee9bfa3d8c875243fe0c1ae585cfe3711ce47c59f /etc/etc.loongson/MAKEDEV.md
parent25aa1f514b83d7839825b3d7aa1e3ecb0b32310c (diff)
md etc bits for loongson. ok miod@
Diffstat (limited to 'etc/etc.loongson/MAKEDEV.md')
-rw-r--r--etc/etc.loongson/MAKEDEV.md108
1 files changed, 108 insertions, 0 deletions
diff --git a/etc/etc.loongson/MAKEDEV.md b/etc/etc.loongson/MAKEDEV.md
new file mode 100644
index 00000000000..590c9acc50a
--- /dev/null
+++ b/etc/etc.loongson/MAKEDEV.md
@@ -0,0 +1,108 @@
+define(MACHINE,loongson)dnl
+vers(__file__,
+ {-$OpenBSD: MAKEDEV.md,v 1.1 2010/01/23 19:26:45 matthieu Exp $-},
+etc.MACHINE)dnl
+dnl
+dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
+dnl All rights reserved.
+dnl
+dnl Redistribution and use in source and binary forms, with or without
+dnl modification, are permitted provided that the following conditions
+dnl are met:
+dnl 1. Redistributions of source code must retain the above copyright
+dnl notice, this list of conditions and the following disclaimer.
+dnl 2. The name of the author may not be used to endorse or promote products
+dnl derived from this software without specific prior written permission.
+dnl
+dnl THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
+dnl INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
+dnl AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
+dnl THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+dnl EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+dnl PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+dnl OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+dnl WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+dnl
+dnl
+_TITLE(make)
+_DEV(all)
+_DEV(ramd)
+_DEV(std)
+_DEV(local)
+_TITLE(dis)
+_DEV(ccd, 23, 6)
+_DEV(cd, 8, 3)
+_DEV(rd, 22, 8)
+_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)
+_DEV(ptm, 52)
+_DEV(pty, 5)
+_DEV(tty, 4)
+_TITLE(cons)
+_DEV(wscons)
+_DEV(wsdisp, 25)
+_DEV(wskbd, 26)
+_DEV(wsmux, 28)
+_TITLE(point)
+_DEV(wsmouse, 27)
+_TITLE(usb)
+_DEV(uall)
+_DEV(ttyU, 66)
+_DEV(ugen, 63)
+_DEV(uhid, 62)
+_DEV(ulpt, 64)
+_DEV(urio, 65)
+_DEV(usb, 61)
+_TITLE(spec)
+_DEV(au, 44)
+_DEV(bio, 49)
+_DEV(bpf, 12)
+_DEV(cry, 47)
+_DEV(fdesc, 7)
+_DEV(hotplug, 67)
+dnl _DEV(lkm)
+_DEV(pci, 29)
+_DEV(pf, 31)
+_DEV(rnd, 33)
+_DEV(ss, 34)
+_DEV(systrace, 50)
+_DEV(tun, 13)
+_DEV(uk, 32)
+_DEV(vi, 45)
+_DEV(nnpfs, 51)
+_DEV(vscsi, 68)
+dnl
+divert(__mddivert)dnl
+dnl
+_std(2, 3, 35, 6)
+ ;;
+dnl
+dnl *** loongson specific targets
+dnl
+dnl target(all, ch, 0)dnl
+dnl target(all, ss, 0, 1)dnl
+target(all, nnpfs, 0)dnl
+target(all, vscsi, 0)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, bio)dnl
+target(all, tun, 0, 1, 2, 3)dnl
+target(all, xy, 0, 1, 2, 3)dnl
+target(all, rd, 0)dnl
+target(all, cd, 0, 1)dnl
+target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
+target(all, vnd, 0, 1, 2, 3)dnl
+target(all, ccd, 0, 1, 2, 3)dnl
+target(ramd, pty, 0)dnl
+target(ramd, bio)dnl