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.

122 lines
2.6 KiB

  1. define(MACHINE,mac68k)dnl
  2. vers(__file__,
  3. {-$OpenBSD: MAKEDEV.md,v 1.35 2010/09/30 15:27:54 claudio 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. dnl *** mac68k specific definitions
  22. dnl
  23. __devitem(ttye, ttye*, ITE bitmapped consoles,ite)dnl
  24. dnl
  25. _TITLE(make)
  26. _DEV(all)
  27. _DEV(ramd)
  28. _DEV(std)
  29. _DEV(local)
  30. _TITLE(dis)
  31. _DEV(ccd, 20, 9)
  32. _DEV(cd, 15, 6)
  33. _DEV(rd, 18, 13)
  34. _DEV(sd, 13, 4)
  35. _DEV(vnd, 19, 8)
  36. _TITLE(tap)
  37. _DEV(ch, 17)
  38. _DEV(st, 14, 5)
  39. _TITLE(term)
  40. _DEV(mac_tty0)
  41. dnl _TITLE(call)
  42. _TITLE(pty)
  43. _DEV(ptm, 52)
  44. _DEV(pty, 5)
  45. _DEV(tty, 4)
  46. _TITLE(cons)
  47. _DEV(wsdisp, 38)
  48. _DEV(wscons)
  49. _DEV(wskbd, 39)
  50. _DEV(wsmux, 41)
  51. _TITLE(point)
  52. _DEV(wsmouse, 40)
  53. _TITLE(spec)
  54. _DEV(asc, 36)
  55. _DEV(bio, 49)
  56. _DEV(bpf, 22)
  57. _DEV(diskmap, 54)
  58. _DEV(fdesc, 21)
  59. _DEV(lkm, 25)
  60. _DEV(nnpfs, 51)
  61. _DEV(pf, 35)
  62. _DEV(pppx, 55)
  63. _DEV(rnd, 32)
  64. _DEV(systrace, 50)
  65. _DEV(tun, 24)
  66. _DEV(uk, 34)
  67. _DEV(vscsi, 53)
  68. dnl
  69. divert(__mddivert)dnl
  70. dnl
  71. _std(1, 2, 37, 6)
  72. ;;
  73. tty0*)
  74. case $U in
  75. 00|01)
  76. M tty$U c 12 $U 660 dialer uucp
  77. ;;
  78. *)
  79. echo bad unit for serial tty in: $i
  80. ;;
  81. esac
  82. ;;
  83. ttye*)
  84. case $U in
  85. 0|1)
  86. M ttye$U c 11 $U 600
  87. ;;
  88. *)
  89. echo bad unit for ttye in: $i
  90. ;;
  91. esac
  92. ;;
  93. asc*)
  94. M asc$U c 36 $U
  95. ;;
  96. dnl
  97. dnl *** mac68k specific targets
  98. dnl
  99. target(all, bio)dnl
  100. target(all, sd, 0, 1, 2, 3, 4)dnl
  101. target(all, vnd, 0, 1, 2, 3)dnl
  102. target(all, ch, 0)dnl
  103. target(all, nnpfs, 0)dnl
  104. target(all, vscsi, 0)dnl
  105. target(all, diskmap)dnl
  106. twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl
  107. twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl
  108. target(all, pty, 0)dnl
  109. target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
  110. target(all, tun, 0, 1, 2, 3)dnl
  111. target(all, xy, 0, 1, 2, 3)dnl
  112. target(all, rd, 0)dnl
  113. target(all, cd, 0, 1)dnl
  114. target(all, ccd, 0, 1, 2, 3)dnl
  115. target(ramd, asc, 0)dnl
  116. twrget(ramd, mac_tty0, tty0, 0, 1)dnl
  117. target(ramd, pty, 0)dnl
  118. target(ramd, bio)dnl
  119. target(ramd, diskmap)dnl