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.

112 lines
2.5 KiB

22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
20 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
22 years ago
  1. define(MACHINE,hppa)dnl
  2. vers(__file__,
  3. {-$OpenBSD: MAKEDEV.md,v 1.64 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. _TITLE(make)
  22. _DEV(all)
  23. _DEV(ramdisk)
  24. _DEV(std)
  25. _DEV(local)
  26. _TITLE(dis)
  27. _DEV(cd, 12, 6)
  28. _DEV(flo, 24, 7)
  29. _DEV(sd, 10, 4)
  30. _DEV(rd, 9, 3)
  31. _DEV(vnd, 8, 2)
  32. _DEV(wd, 39, 8)
  33. _TITLE(tap)
  34. _DEV(ch, 13)
  35. _DEV(st, 11)
  36. _TITLE(term)
  37. _DEV(com, 23)
  38. dnl _TITLE(call)
  39. _TITLE(pty)
  40. _DEV(ptm, 38)
  41. _DEV(pty, 5)
  42. _DEV(tty, 4)
  43. _TITLE(cons)
  44. _DEV(wsdisp, 27)
  45. _DEV(wscons)
  46. _DEV(wskbd, 28)
  47. _DEV(wsmux, 30)
  48. _TITLE(point)
  49. _DEV(wsmouse, 29)
  50. _TITLE(prn)
  51. _DEV(lpt, 26)
  52. _TITLE(usb)
  53. _DEV(uall)
  54. _DEV(usb, 40)
  55. _DEV(uhid, 41)
  56. _DEV(fido, 61)
  57. _DEV(ugen, 42)
  58. _DEV(ulpt, 43)
  59. _DEV(ttyU, 45)
  60. _TITLE(spec)
  61. _DEV(au, 35)
  62. _DEV(bio, 37)
  63. _DEV(bpf, 17)
  64. _DEV(diskmap,56)
  65. _DEV(dt, 32)
  66. _DEV(fdesc, 16)
  67. _DEV(fuse, 58)
  68. _DEV(hotplug, 47)
  69. _DEV(pci, 31)
  70. _DEV(pdc, 22)
  71. _DEV(pf, 21)
  72. _DEV(pppx,57)
  73. _DEV(pppac,62)
  74. _DEV(rnd, 20)
  75. _DEV(tun, 18)
  76. _DEV(tap, 59)
  77. _DEV(uk, 15)
  78. _DEV(vi, 33)
  79. _DEV(vscsi, 54)
  80. _DEV(switch, 60)
  81. dnl
  82. divert(__mddivert)dnl
  83. dnl
  84. ramdisk)
  85. _recurse std fd st0 st1 sd0 sd1 sd2 sd3 rd0 random
  86. _recurse pty0 bpf bio diskmap
  87. ;;
  88. _std(1, 2, 25, 6)
  89. M pdc c 22 0 640 operator
  90. ;;
  91. dnl
  92. dnl *** hppa specific devices
  93. dnl
  94. twrget(all, au, audio, 0, 1, 2, 3)dnl
  95. target(all, ch, 0)dnl
  96. target(all, bio)dnl
  97. target(all, vscsi, 0)dnl
  98. target(all, diskmap)dnl
  99. twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
  100. twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
  101. target(all, pty, 0)dnl
  102. target(all, tun, 0, 1, 2, 3)dnl
  103. target(all, tap, 0, 1, 2, 3)dnl
  104. target(all, xy, 0, 1, 2, 3)dnl
  105. target(all, rd, 0)dnl
  106. target(all, cd, 0, 1)dnl
  107. target(all, sd, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
  108. target(all, vnd, 0, 1, 2, 3)dnl
  109. target(all, switch, 0, 1, 2, 3)dnl
  110. target(ramd, pty, 0)dnl
  111. target(ramd, hil)dnl