Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.

107 lines
2.4 KiB

23 years ago
23 years ago
23 years ago
23 years ago
23 years ago
23 years ago
23 years ago
20 years ago
23 years ago
23 years ago
23 years ago
23 years ago
23 years ago
23 years ago
23 years ago
  1. vers(__file__,
  2. {-$OpenBSD: MAKEDEV.md,v 1.27 2006/04/16 02:49:52 todd Exp $-},
  3. etc.MACHINE)dnl
  4. dnl
  5. dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
  6. dnl
  7. dnl Permission to use, copy, modify, and distribute this software for any
  8. dnl purpose with or without fee is hereby granted, provided that the above
  9. dnl copyright notice and this permission notice appear in all copies.
  10. dnl
  11. dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
  12. dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
  13. dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
  14. dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
  15. dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  16. dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  17. dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  18. dnl
  19. dnl
  20. _TITLE(make)
  21. _DEV(all)
  22. _DEV(ramdisk)
  23. _DEV(std)
  24. _DEV(local)
  25. _TITLE(dis)
  26. _DEV(ccd, 7, 1)
  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, 5)
  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(wscons)
  45. _DEV(wsdisp, 27)
  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(ugen, 42)
  57. _DEV(ulpt, 43)
  58. _DEV(urio, 44)
  59. _DEV(ttyU, 45)
  60. _DEV(uscan, 46)
  61. _TITLE(spec)
  62. _DEV(au, 35)
  63. _DEV(bpf, 17)
  64. _DEV(cry, 36)
  65. _DEV(fdesc, 16)
  66. _DEV(hotplug, 47)
  67. _DEV(lkm, 19)
  68. _DEV(pci, 31)
  69. _DEV(pdc, 22)
  70. _DEV(pf, 21)
  71. _DEV(rnd, 20)
  72. _DEV(ss, 14)
  73. _DEV(systrace, 34)
  74. _DEV(tun, 18)
  75. _DEV(uk, 15)
  76. _DEV(xfs, 32)
  77. dnl
  78. divert(__mddivert)dnl
  79. dnl
  80. ramdisk)
  81. _recurse std fd st0 st1 sd0 sd1 sd2 sd3 rd0
  82. _recurse pty0 bpf0 bpf1 tun0 tun1 lkm random
  83. ;;
  84. _std(1, 2, 25, 3, 6)
  85. M pdc c 22 0 640 operator
  86. ;;
  87. dnl
  88. dnl *** hppa specific devices
  89. dnl
  90. target(all, ch, 0)dnl
  91. target(all, ss, 0, 1)dnl
  92. target(all, xfs, 0)dnl
  93. twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
  94. twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
  95. target(all, pty, 0)dnl
  96. target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
  97. target(all, tun, 0, 1, 2, 3)dnl
  98. target(all, xy, 0, 1, 2, 3)dnl
  99. target(all, rd, 0)dnl
  100. target(all, cd, 0, 1)dnl
  101. target(all, sd, 0, 1, 2, 3, 4)dnl
  102. target(all, vnd, 0, 1, 2, 3)dnl
  103. target(all, ccd, 0, 1, 2, 3)dnl
  104. target(ramd, pty, 0)dnl
  105. target(ramd, hil)dnl
  106. target(ramd, tun, 0, 1)dnl