cd10bcc71c
- the names "ttya" and "ttyb" in zs(4) man page were leftover of the orignal sparc/sun3 ports which used the same name for their native SunOS users - symlinks ttya -> tty00 -> ttyZ0 (by "lndev tty00 ttya") are awful anyway (symlinks tty0? -> ttyZ? are handled in MI MAKEDEV.tmpl) See details on discussion on source-changes-d@: http://mail-index.netbsd.org/source-changes-d/2017/07/thread1.html#009301
17 lines
366 B
Plaintext
17 lines
366 B
Plaintext
# $NetBSD: MAKEDEV.conf,v 1.5 2017/07/09 05:58:13 tsutsui Exp $
|
|
|
|
all_md)
|
|
makedev wscons sd0 sd1 sd2 sd3 tty0 tty1
|
|
makedev st0 st1 ch0 cd0 cd1
|
|
makedev ss0 uk0 uk1
|
|
makedev bpf8 bpf9 bpf10 bpf11
|
|
makedev scsibus0 scsibus1 scsibus2 scsibus3
|
|
makedev ses0 ses1 ses2 ses3
|
|
;;
|
|
|
|
raminst)
|
|
makedev std
|
|
makedev sd0 sd1 sd2 sd3 st0 st1 cd0 cd1
|
|
makedev tty0 tty1 opty
|
|
;;
|