|
@ -3,8 +3,8 @@ |
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. |
|
|
# generated from: |
|
|
# generated from: |
|
|
# |
|
|
# |
|
|
# OpenBSD: etc.cats/MAKEDEV.md,v 1.3 2004/02/11 21:28:14 drahn Exp |
|
|
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.68 2004/02/10 01:31:20 millert Exp |
|
|
|
|
|
|
|
|
# OpenBSD: etc.cats/MAKEDEV.md,v 1.4 2004/02/13 23:34:21 miod Exp |
|
|
|
|
|
# OpenBSD: MAKEDEV.mi,v 1.70 2004/02/13 23:34:13 miod Exp |
|
|
# OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp |
|
|
# OpenBSD: MAKEDEV.sub,v 1.9 2004/01/12 22:18:24 todd Exp |
|
|
# |
|
|
# |
|
|
# |
|
|
# |
|
@ -47,12 +47,9 @@ |
|
|
# wsmouse* wscons mice |
|
|
# wsmouse* wscons mice |
|
|
# wsmux wscons keyboard/mouse mux devices |
|
|
# wsmux wscons keyboard/mouse mux devices |
|
|
# Terminal ports: |
|
|
# Terminal ports: |
|
|
# ttyE? Workstation console (framebuffer & keyboard) tty emulators |
|
|
|
|
|
#_DEV(fcom, 54) |
|
|
|
|
|
#_DEV(com, 12) |
|
|
|
|
|
# tty[0-7][0-9a-f] NS16x50 serial ports |
|
|
# tty[0-7][0-9a-f] NS16x50 serial ports |
|
|
# Pseudo terminals: |
|
|
# Pseudo terminals: |
|
|
# tty* set of 16 slave psuedo terminals |
|
|
|
|
|
|
|
|
# tty* set of 16 slave pseudo terminals |
|
|
# pty* set of 16 master pseudo terminals |
|
|
# pty* set of 16 master pseudo terminals |
|
|
# USB devices: |
|
|
# USB devices: |
|
|
# usb* Bus control devices used by usbd for attach/detach |
|
|
# usb* Bus control devices used by usbd for attach/detach |
|
@ -230,14 +227,6 @@ std) |
|
|
M reload c 2 20 640 kmem |
|
|
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 |
|
|
|
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
ptm) |
|
|
ptm) |
|
|
M ptm c 98 0 666 |
|
|
M ptm c 98 0 666 |
|
|
;; |
|
|
;; |
|
@ -455,8 +444,8 @@ st*) |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
ramdisk) |
|
|
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) |
|
|
local) |
|
|