diff options
| author | nisimura <nisimura@NetBSD.org> | 2007-12-11 05:05:16 +0000 |
|---|---|---|
| committer | nisimura <nisimura@NetBSD.org> | 2007-12-11 05:05:16 +0000 |
| commit | f45e56dfd5f1d5350ea60b2b6d3efe9e3cb9ab85 (patch) | |
| tree | 5be96aa64c185599f31a0d2e19f720c7743c12a2 | |
| parent | d1ce7e76210edfcb68d08e83dad2d9e54e86de95 (diff) | |
- more arrangement to have minimal devices for init) and ramdisk) cases.
- make sure to have four tty[00-03] and assign 115200bps for the first.
| -rw-r--r-- | etc/etc.sandpoint/MAKEDEV.conf | 31 | ||||
| -rw-r--r-- | etc/etc.sandpoint/ttys | 6 |
2 files changed, 14 insertions, 23 deletions
diff --git a/etc/etc.sandpoint/MAKEDEV.conf b/etc/etc.sandpoint/MAKEDEV.conf index a1d2c1f436d..423df5d1346 100644 --- a/etc/etc.sandpoint/MAKEDEV.conf +++ b/etc/etc.sandpoint/MAKEDEV.conf @@ -1,30 +1,19 @@ -# $NetBSD: MAKEDEV.conf,v 1.5 2007/10/25 13:32:16 nisimura Exp $ +# $NetBSD: MAKEDEV.conf,v 1.6 2007/12/11 05:05:16 nisimura Exp $ init) - makedev std tty0 tty1 ptm pty0 + makedev std tty0 tty1 tty2 tty3 opty ptm pty0 makedev md0 wd0 wd1 - makedev pci0 - makedev bpf clockctl + makedev pci0 bpf clockctl ;; all_md) - makedev fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 sd3 sd4 - makedev tty0 tty1 - makedev st0 st1 ch0 cd0 cd1 lpa0 lpa1 lpa2 - makedev lpt0 lpt1 lpt2 - makedev ss0 ch0 uk0 uk1 ttyCY0 - makedev satlink0 - makedev wscons - makedev scsibus0 scsibus1 scsibus2 scsibus3 - makedev ses0 ses1 ses2 ses3 - makedev isdns - ;; - -floppy) - makedev std fd0 wd0 wd1 sd0 sd1 sd2 tty0 tty1 - makedev cd0 cd1 ttyE0 opty + makedev tty0 tty1 tty2 tty3 + makedev wd0 wd1 + makedev sd0 sd1 sd2 st0 cd0 ss0 ch0 uk0 + makedev scsibus0 scsibus1 + makedev pci0 ;; -ramdisk) - makedev floppy md0 +ramdisk|floppy) + makedev init ;; diff --git a/etc/etc.sandpoint/ttys b/etc/etc.sandpoint/ttys index 4f1e4d3b99f..37b3ae26535 100644 --- a/etc/etc.sandpoint/ttys +++ b/etc/etc.sandpoint/ttys @@ -1,10 +1,12 @@ # # from: @(#)ttys 5.1 (Berkeley) 4/17/89 -# $NetBSD: ttys,v 1.4 2004/06/20 21:30:28 christos Exp $ +# $NetBSD: ttys,v 1.5 2007/12/11 05:05:16 nisimura Exp $ # # name getty type status comments # console "/usr/libexec/getty Pc" pc3 off secure ttyE0 "/usr/libexec/getty Pc" pc3 off secure -tty00 "/usr/libexec/getty std.38400" unknown on secure +tty00 "/usr/libexec/getty std.115200" unknown on secure tty01 "/usr/libexec/getty std.9600" unknown off secure +tty02 "/usr/libexec/getty std.9600" unknown off secure +tty03 "/usr/libexec/getty std.9600" unknown off secure |
