|
|
@ -3,7 +3,7 @@ |
|
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
|
# generated from: |
|
|
|
# |
|
|
|
# OpenBSD: etc.macppc/MAKEDEV.md,v 1.12 2004/01/12 22:18:24 todd Exp |
|
|
|
# OpenBSD: etc.macppc/MAKEDEV.md,v 1.13 2004/01/13 13:38:21 todd Exp |
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.65 2004/01/12 22:31:34 todd Exp |
|
|
|
# OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp |
|
|
|
# |
|
|
@ -47,7 +47,6 @@ |
|
|
|
# wsmouse* wscons mice |
|
|
|
# wsmux wscons keyboard/mouse mux devices |
|
|
|
# Terminal ports: |
|
|
|
# ttyE? Workstation console (framebuffer & keyboard) tty emulators |
|
|
|
# tty[0-7][0-9a-f] NS16x50 serial ports |
|
|
|
# Pseudo terminals: |
|
|
|
# tty* set of 16 slave psuedo terminals |
|
|
@ -227,13 +226,6 @@ std) |
|
|
|
M reload c 2 20 640 kmem |
|
|
|
;; |
|
|
|
|
|
|
|
ttyE*) |
|
|
|
type=E |
|
|
|
case $type in |
|
|
|
E) major=25; minor=$unit ;; |
|
|
|
esac |
|
|
|
M tty$type$unit c $major $minor 660 |
|
|
|
;; |
|
|
|
|
|
|
|
radio*) |
|
|
|
M radio$U c 76 $U |
|
|
@ -448,8 +440,8 @@ st*) |
|
|
|
;; |
|
|
|
|
|
|
|
ramdisk) |
|
|
|
R pty0 ttyE0 rd0 cd0 cd1 st0 st1 wd0 wd1 wd2 wd3 wd4 sd0 sd1 |
|
|
|
R sd2 sd3 sd4 bpf0 std |
|
|
|
R pty0 rd0 cd0 cd1 st0 st1 wd0 wd1 wd2 wd3 wd4 sd0 sd1 sd2 |
|
|
|
R sd3 sd4 bpf0 std |
|
|
|
;; |
|
|
|
|
|
|
|
local) |
|
|
|