1define(MACHINE,octeon)dnl 2vers(__file__, 3 {-$OpenBSD: MAKEDEV.md,v 1.22 2021/11/11 09:47:33 claudio Exp $-}, 4etc.MACHINE)dnl 5dnl 6dnl Copyright (c) 2001-2006 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 29dnl *** octeon specific devices 30__devitem(uar, ttya, on-board serial port,uar)dnl 31__devitem(octcf, {-octcf*-}, octeon compact flash)dnl 32disk_q({-octcf-})dnl 33dnl 34dnl *** MAKEDEV itself 35dnl 36_TITLE(make) 37_DEV(all) 38_DEV(ramd) 39_DEV(std) 40_DEV(local) 41_TITLE(dis) 42_DEV(cd, 8, 3) 43_DEV(rd, 22, 8) 44_DEV(sd, 9, 0) 45_DEV(vnd, 11, 2) 46_DEV(wd, 18, 4) 47_DEV(octcf, 15, 15) 48_TITLE(tap) 49_DEV(ch, 36) 50_DEV(st, 10) 51_TITLE(term) 52_DEV(com, 17) 53_TITLE(pty) 54_DEV(ptm, 52) 55_DEV(pty, 5) 56_DEV(tty, 4) 57_TITLE(cons) 58_DEV(wsdisp, 25) 59_DEV(wscons) 60_DEV(wskbd, 26) 61_DEV(wsmux, 28) 62_TITLE(point) 63_DEV(wsmouse, 27) 64_TITLE(usb) 65_DEV(ttyU, 66) 66_DEV(uall) 67_DEV(usb, 61) 68_DEV(uhid, 62) 69_DEV(fido, 76) 70_DEV(ujoy, 78) 71_TITLE(spec) 72_DEV(au, 44) 73_DEV(bio, 49) 74_DEV(bpf, 12) 75_DEV(dt, 30) 76_DEV(diskmap, 70) 77_DEV(fdesc, 7) 78_DEV(fuse, 53) 79_DEV(hotplug, 67) 80_DEV(pci, 29) 81_DEV(pf, 31) 82_DEV(pppx, 71) 83_DEV(pppac, 77) 84_DEV(rnd, 33) 85_DEV(tun, 13) 86_DEV(tap, 74) 87_DEV(uk, 32) 88_DEV(vi, 45) 89_DEV(vscsi, 69) 90_DEV(kstat, 51) 91dnl 92divert(__mddivert)dnl 93dnl 94boot) 95 _recurse ramdisk random 96 M octboot c 21 0 600 97 ;; 98_std(2, 3, 35, 6) 99 M openprom c 20 0 600 100 ;; 101dnl 102dnl *** octeon specific targets 103dnl 104twrget(all, au, audio, 0, 1, 2, 3)dnl 105target(all, ch, 0)dnl 106target(all, vscsi, 0)dnl 107target(all, diskmap)dnl 108target(all, pty, 0, 1, 2)dnl 109target(all, bio)dnl 110target(all, tun, 0, 1, 2, 3)dnl 111target(all, tap, 0, 1, 2, 3)dnl 112target(all, rd, 0)dnl 113target(all, cd, 0, 1)dnl 114target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl 115target(all, vnd, 0, 1, 2, 3)dnl 116target(all, octcf, 0)dnl 117target(ramd, bio)dnl 118target(ramd, diskmap)dnl 119target(ramd, random)dnl 120target(ramd, octcf, 0)dnl 121