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.

142 lines
3.2 KiB

22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
4 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
  1. define(MACHINE,i386)dnl
  2. vers(__file__,
  3. {-$OpenBSD: MAKEDEV.md,v 1.90 2020/04/24 20:09:04 ratchov Exp $-},
  4. etc.MACHINE)dnl
  5. dnl
  6. dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
  7. dnl
  8. dnl Permission to use, copy, modify, and distribute this software for any
  9. dnl purpose with or without fee is hereby granted, provided that the above
  10. dnl copyright notice and this permission notice appear in all copies.
  11. dnl
  12. dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  13. dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  14. dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  15. dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  16. dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  17. dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  18. dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  19. dnl
  20. dnl
  21. __devitem(apm, apm, Power management device)dnl
  22. __devitem(amdmsr, amdmsr, AMD MSR access device)dnl
  23. __devitem(nvram, nvram, NVRAM access)dnl
  24. _mkdev(nvram, nvram, {-M nvram c major_nvram_c 0 440 kmem-})dnl
  25. _mkdev(amdmsr, amdmsr*, {-M amdmsr c major_amdmsr_c $U -})dnl
  26. _TITLE(make)
  27. _DEV(all)
  28. _DEV(ramdisk)
  29. _DEV(std)
  30. _DEV(local)
  31. _TITLE(dis)
  32. _DEV(cd, 15, 6)
  33. _DEV(flo, 9, 2)
  34. _DEV(rd, 47, 17)
  35. _DEV(sd, 13, 4)
  36. _DEV(vnd, 41, 14)
  37. _DEV(wd, 3, 0)
  38. _TITLE(tap)
  39. _DEV(ch, 17)
  40. _DEV(st, 14)
  41. _TITLE(term)
  42. _DEV(com, 8)
  43. _DEV(ttyc, 38)
  44. _TITLE(pty)
  45. _DEV(ptm, 81)
  46. _DEV(pty, 6)
  47. _DEV(tty, 5)
  48. _TITLE(cons)
  49. _DEV(wsdisp, 12)
  50. _DEV(wscons)
  51. _DEV(wskbd, 67)
  52. _DEV(wsmux, 69)
  53. _TITLE(point)
  54. _DEV(wsmouse, 68)
  55. _TITLE(prn)
  56. _DEV(lpa)
  57. _DEV(lpt, 16)
  58. _TITLE(usb)
  59. _DEV(ttyU, 66)
  60. _DEV(uall)
  61. _DEV(ugen, 63)
  62. _DEV(uhid, 62)
  63. _DEV(fido, 98)
  64. _DEV(ulpt, 64)
  65. _DEV(usb, 61)
  66. _TITLE(spec)
  67. _DEV(amdmsr, 89)
  68. _DEV(apm, 21)
  69. _DEV(au, 42)
  70. _DEV(bio, 79)
  71. _DEV(bktr, 49)
  72. _DEV(bpf, 23)
  73. _DEV(dt, 30)
  74. _DEV(diskmap, 91)
  75. _DEV(drm, 88)
  76. _DEV(fdesc, 22)
  77. _DEV(fuse, 93)
  78. _DEV(gpio, 83)
  79. _DEV(hotplug, 82)
  80. _DEV(ipmi, 96)
  81. _DEV(joy, 26)
  82. _DEV(kcov, 19)
  83. _DEV(nvram, 84)
  84. _DEV(pci, 72)
  85. _DEV(pctr, 46)
  86. _DEV(pf, 73)
  87. _DEV(pppx, 92)
  88. _DEV(pppac, 99)
  89. _DEV(radio, 76)
  90. _DEV(rnd, 45)
  91. _DEV(rmidi, 52)
  92. _DEV(speak, 27)
  93. _DEV(tun, 40)
  94. _DEV(tap, 94)
  95. _DEV(tuner, 49)
  96. _DEV(uk, 20)
  97. _DEV(vi, 44)
  98. _DEV(vscsi, 90)
  99. _DEV(pvbus, 95)
  100. _DEV(switch, 97)
  101. dnl
  102. divert(__mddivert)dnl
  103. dnl
  104. ramdisk)
  105. _recurse std bpf fd0 wd0 sd0 tty00 tty01 rd0 bio diskmap
  106. _recurse st0 cd0 ttyC0 wskbd0 wskbd1 wskbd2 apm random
  107. ;;
  108. _std(1, 2, 50, 7)
  109. M xf86 c 2 4 600
  110. ;;
  111. ttyc*)
  112. M ttyc$U c 38 $U 660 dialer root
  113. M cuac$U c 38 Add($U, 128) 660 dialer root
  114. ;;
  115. dnl
  116. dnl i386 specific targets
  117. dnl
  118. twrget(all, au, audio, 0, 1, 2, 3)dnl
  119. target(all, ch, 0)dnl
  120. target(all, vscsi, 0)dnl
  121. target(all, diskmap)dnl
  122. twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
  123. twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
  124. target(all, pty, 0)dnl
  125. target(all, bio)dnl
  126. target(all, tun, 0, 1, 2, 3)dnl
  127. target(all, tap, 0, 1, 2, 3)dnl
  128. target(all, xy, 0, 1, 2, 3)dnl
  129. target(all, rd, 0)dnl
  130. target(all, cd, 0, 1)dnl
  131. target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
  132. target(all, vnd, 0, 1, 2, 3)dnl
  133. target(all, bktr, 0)dnl
  134. target(all, gpio, 0, 1, 2)dnl
  135. target(all, nvram)dnl
  136. target(all, drm, 0, 1, 2, 3)dnl
  137. target(all, amdmsr)dnl
  138. target(all, ipmi, 0)dnl
  139. target(all, switch, 0, 1, 2, 3)dnl
  140. twrget(ramd, wsdisp, ttyC, 0)dnl