xref: /openbsd/etc/etc.hppa/MAKEDEV.md (revision 9b7c3dbb)
1define(MACHINE,hppa)dnl
2vers(__file__,
3	{-$OpenBSD: MAKEDEV.md,v 1.58 2016/04/28 18:17:31 natano Exp $-},
4etc.MACHINE)dnl
5dnl
6dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
7dnl
8dnl Permission to use, copy, modify, and distribute this software for any
9dnl purpose with or without fee is hereby granted, provided that the above
10dnl copyright notice and this permission notice appear in all copies.
11dnl
12dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19dnl
20dnl
21_TITLE(make)
22_DEV(all)
23_DEV(ramdisk)
24_DEV(std)
25_DEV(local)
26_TITLE(dis)
27_DEV(cd, 12, 6)
28_DEV(flo, 24, 7)
29_DEV(sd, 10, 4)
30_DEV(rd, 9, 3)
31_DEV(vnd, 8, 2)
32_DEV(wd, 39, 8)
33_TITLE(tap)
34_DEV(ch, 13)
35_DEV(st, 11, 5)
36_TITLE(term)
37_DEV(com, 23)
38dnl _TITLE(call)
39_TITLE(pty)
40_DEV(ptm, 38)
41_DEV(pty, 5)
42_DEV(tty, 4)
43_TITLE(cons)
44_DEV(wsdisp, 27)
45_DEV(wscons)
46_DEV(wskbd, 28)
47_DEV(wsmux, 30)
48_TITLE(point)
49_DEV(wsmouse, 29)
50_TITLE(prn)
51_DEV(lpt, 26)
52_TITLE(usb)
53_DEV(uall)
54_DEV(usb, 40)
55_DEV(uhid, 41)
56_DEV(ugen, 42)
57_DEV(ulpt, 43)
58_DEV(ttyU, 45)
59_TITLE(spec)
60_DEV(au, 35)
61_DEV(bio, 37)
62_DEV(bpf, 17)
63_DEV(diskmap,56)
64_DEV(fdesc, 16)
65_DEV(fuse, 58)
66_DEV(hotplug, 47)
67_DEV(pci, 31)
68_DEV(pdc, 22)
69_DEV(pf, 21)
70_DEV(pppx,57)
71_DEV(rnd, 20)
72_DEV(tun, 18)
73_DEV(tap, 59)
74_DEV(uk, 15)
75_DEV(vi, 33)
76_DEV(vscsi, 54)
77dnl
78divert(__mddivert)dnl
79dnl
80ramdisk)
81	_recurse std fd st0 st1 sd0 sd1 sd2 sd3 rd0 random
82	_recurse pty0 bpf bio diskmap
83	;;
84
85_std(1, 2, 25, 6)
86	M pdc		c 22 0 640 operator
87	;;
88dnl
89dnl *** hppa specific devices
90dnl
91twrget(all, au, audio, 0, 1, 2)dnl
92target(all, ch, 0)dnl
93target(all, bio)dnl
94target(all, vscsi, 0)dnl
95target(all, diskmap)dnl
96twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
97twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
98target(all, pty, 0)dnl
99target(all, tun, 0, 1, 2, 3)dnl
100target(all, tap, 0, 1, 2, 3)dnl
101target(all, xy, 0, 1, 2, 3)dnl
102target(all, rd, 0)dnl
103target(all, cd, 0, 1)dnl
104target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
105target(all, vnd, 0, 1, 2, 3)dnl
106target(ramd, pty, 0)dnl
107target(ramd, hil)dnl
108