1define(MACHINE,hppa)dnl 2vers(__file__, 3 {-$OpenBSD: MAKEDEV.md,v 1.67 2021/04/02 02:29:54 deraadt 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) 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(fido, 61) 57_DEV(ujoy, 63) 58_DEV(ugen, 42) 59_DEV(ulpt, 43) 60_DEV(ttyU, 45) 61_TITLE(spec) 62_DEV(au, 35) 63_DEV(bio, 37) 64_DEV(bpf, 17) 65_DEV(diskmap,56) 66_DEV(dt, 32) 67_DEV(fdesc, 16) 68_DEV(fuse, 58) 69_DEV(hotplug, 47) 70_DEV(pci, 31) 71_DEV(pdc, 22) 72_DEV(pf, 21) 73_DEV(pppx,57) 74_DEV(pppac,62) 75_DEV(rnd, 20) 76_DEV(tun, 18) 77_DEV(tap, 59) 78_DEV(uk, 15) 79_DEV(vi, 33) 80_DEV(vscsi, 54) 81_DEV(switch, 60) 82_DEV(kstat, 51) 83dnl 84divert(__mddivert)dnl 85dnl 86ramdisk) 87 _recurse std fd st0 st1 sd0 sd1 sd2 sd3 rd0 random 88 _recurse bpf bio diskmap 89 ;; 90 91_std(1, 2, 25, 6) 92 M pdc c 22 0 640 operator 93 ;; 94dnl 95dnl *** hppa specific devices 96dnl 97twrget(all, au, audio, 0, 1, 2, 3)dnl 98target(all, ch, 0)dnl 99target(all, bio)dnl 100target(all, vscsi, 0)dnl 101target(all, diskmap)dnl 102twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl 103twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl 104target(all, pty, 0)dnl 105target(all, tun, 0, 1, 2, 3)dnl 106target(all, tap, 0, 1, 2, 3)dnl 107target(all, xy, 0, 1, 2, 3)dnl 108target(all, rd, 0)dnl 109target(all, cd, 0, 1)dnl 110target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl 111target(all, vnd, 0, 1, 2, 3)dnl 112target(all, switch, 0, 1, 2, 3)dnl 113