Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
3.0 KiB

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