1define(MACHINE,luna88k)dnl 2vers(__file__, 3 {-$OpenBSD: MAKEDEV.md,v 1.29 2016/09/02 17:06:13 goda 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 21dnl *** luna88k-specific devices 22dnl 23__devitem(lcd, lcd, front panel LCD display)dnl 24_mkdev(lcd, {-lcd-}, 25{- M lcd c major_lcd_c 0 644 -})dnl 26__devitem(sio, ttya, On-board serial console port)dnl 27_mkdev(sio, {-ttya-}, 28{- M ttya c major_sio_c 0 660 dialer uucp 29 M cuaa c major_sio_c 128 660 dialer uucp -})dnl 30__devitem(pcex, pcex*, PC-9801 extension board slot, pcexmem)dnl 31_mkdev(pcex, {-pcex-}, 32{- M pcexmem c major_pcex_c 0 660 33 M pcexio c major_pcex_c 1 660 -})dnl 34dnl 35dnl *** MAKEDEV itself 36dnl 37_TITLE(make) 38dnl 39dnl all) 40dnl 41dnl 42target(all, ch, 0)dnl 43target(all, vscsi, 0)dnl 44target(all, diskmap)dnl 45target(all, pty, 0)dnl 46target(all, bio)dnl 47target(all, tun, 0, 1, 2, 3)dnl 48target(all, tap, 0, 1, 2, 3)dnl 49target(all, rd, 0)dnl 50target(all, cd, 0, 1)dnl 51target(all, sd, 0, 1, 2, 3, 4)dnl 52target(all, uk, 0)dnl 53target(all, vnd, 0, 1, 2, 3)dnl 54target(all, switch, 0, 1, 2, 3)dnl 55twrget(all, sio, tty, a)dnl 56twrget(all, lcd, lcd)dnl 57twrget(all, au, audio, 0)dnl 58twrget(all, pcex, pcex)dnl 59_DEV(all) 60dnl 61dnl ramdisk) 62dnl 63twrget(ramd, sio, tty, a)dnl 64target(ramd, pty, 0)dnl 65target(ramd, bio)dnl 66target(ramd, diskmap)dnl 67target(ramd, random)dnl 68_DEV(ramd) 69dnl 70_DEV(std) 71_DEV(local) 72dnl 73_TITLE(dis) 74_DEV(cd, 9, 6) 75_DEV(rd, 18, 7) 76_DEV(sd, 8, 4) 77_DEV(vnd, 19, 8) 78_DEV(wd, 28, 9) 79_TITLE(tap) 80_DEV(ch, 44) 81_DEV(st, 20, 5) 82_TITLE(term) 83_DEV(sio, 12) 84_DEV(com, 27) 85_TITLE(pty) 86_DEV(ptm, 52) 87_DEV(pty, 5) 88_DEV(tty, 4) 89_TITLE(cons) 90_DEV(wsdisp, 13) 91_DEV(wscons) 92_DEV(wskbd, 14) 93_DEV(wsmux, 16) 94_TITLE(point) 95_DEV(wsmouse, 15) 96_TITLE(spec) 97_DEV(au, 26) 98_DEV(bio, 49) 99_DEV(bpf, 22) 100_DEV(diskmap, 54) 101_DEV(fdesc, 21) 102_DEV(fuse, 45) 103_DEV(lcd, 10) 104_DEV(pcex, 25) 105_DEV(pf, 39) 106_DEV(pppx, 55) 107_DEV(rnd, 40) 108_DEV(tun, 23) 109_DEV(tap, 56) 110_DEV(uk, 41) 111_DEV(vscsi, 53) 112_DEV(switch, 57) 113dnl 114divert(__mddivert)dnl 115dnl 116_std(1, 2, 43, 6) 117 ;; 118 119