1define(MACHINE,armv7)dnl 2vers(__file__, 3 {-$OpenBSD: MAKEDEV.md,v 1.20 2021/05/24 21:06:52 phessler Exp $-}, 4etc.MACHINE)dnl 5dnl 6dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> 7dnl All rights reserved. 8dnl 9dnl Redistribution and use in source and binary forms, with or without 10dnl modification, are permitted provided that the following conditions 11dnl are met: 12dnl 1. Redistributions of source code must retain the above copyright 13dnl notice, this list of conditions and the following disclaimer. 14dnl 2. The name of the author may not be used to endorse or promote products 15dnl derived from this software without specific prior written permission. 16dnl 17dnl THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 18dnl INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 19dnl AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 20dnl THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 21dnl EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 22dnl PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 23dnl OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 24dnl WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 25dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 26dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27dnl 28dnl 29__devitem(apm, apm, Power management device)dnl 30_TITLE(make) 31_DEV(all) 32_DEV(ramdisk) 33_DEV(std) 34_DEV(local) 35_TITLE(dis) 36_DEV(cd, 26, 26) 37_DEV(ch, 27) 38_DEV(rd, 18, 18) 39_DEV(sd, 24, 24) 40_DEV(vnd, 19, 19) 41_DEV(wd, 16, 16) 42_TITLE(tap) 43_DEV(st, 25) 44_TITLE(term) 45dnl _DEV(com, 12) 46dnl _DEV(fcom, 54) 47_DEV(com, 12) 48_TITLE(pty) 49_DEV(ptm, 98) 50_DEV(pty, 5) 51_DEV(tty, 4) 52_TITLE(cons) 53_DEV(wsdisp, 60) 54_DEV(wscons) 55_DEV(wskbd, 61) 56_DEV(wsmouse, 62) 57_DEV(wsmux, 63) 58_TITLE(usb) 59_DEV(ttyU, 68) 60_DEV(uall) 61_DEV(ugen, 70) 62_DEV(uhid, 65) 63_DEV(fido, 106) 64_DEV(ujoy, 108) 65_DEV(ulpt, 66) 66_DEV(usb, 64) 67_TITLE(spec) 68_DEV(apm, 34) 69_DEV(au, 36) 70_DEV(bio, 52) 71_DEV(bktr, 75) 72_DEV(bpf, 22) 73_DEV(dt, 30) 74_DEV(diskmap, 102) 75_DEV(fdesc, 7) 76_DEV(fuse, 77) 77_DEV(gpio, 13) 78_DEV(hotplug, 37) 79_DEV(pci, 88) 80_DEV(pf, 46) 81_DEV(pppx, 103) 82_DEV(pppac, 107) 83_DEV(radio, 97) 84_DEV(rnd, 40) 85_DEV(rmidi, 57) 86_DEV(tun, 33) 87_DEV(tap, 104) 88_DEV(uk, 28) 89_DEV(tuner, 75) 90_DEV(vi, 38) 91_DEV(vscsi, 100) 92_DEV(switch, 105) 93_DEV(kstat, 51) 94dnl 95divert(__mddivert)dnl 96dnl 97ramdisk) 98 _recurse std bpf wd0 wd1 sd0 tty00 rd0 wsmouse 99 _recurse st0 ttyC0 wskbd0 apm bio diskmap random 100 ;; 101 102_std(1, 2, 8, 6) 103 M openprom c 82 0 600 104 ;; 105dnl 106dnl *** armv7 specific targets 107dnl 108twrget(all, au, audio, 0, 1, 2)dnl 109target(all, ch, 0)dnl 110target(all, vscsi, 0)dnl 111target(all, diskmap)dnl 112twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl 113twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl 114target(all, pty, 0)dnl 115target(all, bio)dnl 116target(all, tun, 0, 1, 2, 3)dnl 117target(all, tap, 0, 1, 2, 3)dnl 118target(all, xy, 0, 1, 2, 3)dnl 119target(all, rd, 0)dnl 120target(all, cd, 0, 1)dnl 121target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl 122target(all, vnd, 0, 1, 2, 3)dnl 123target(all, switch, 0, 1, 2, 3)dnl 124target(all, gpio, 0, 1, 2, 3, 4, 5, 6, 7, 8)dnl 125