Browse Source

Use ttya for the landisk cereal, and update MAKEDEV accordingly; discussed

with deraadt@ some time ago
OPENBSD_4_1
miod 18 years ago
parent
commit
034ff36dce
3 changed files with 17 additions and 12 deletions
  1. +14
    -9
      src/etc/etc.landisk/MAKEDEV.md
  2. +1
    -1
      src/etc/etc.landisk/fbtab
  3. +2
    -2
      src/etc/etc.landisk/ttys

+ 14
- 9
src/etc/etc.landisk/MAKEDEV.md View File

@ -1,5 +1,5 @@
vers(__file__, vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.1 2006/10/25 01:47:41 drahn Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.2 2006/12/15 18:59:50 miod Exp $-},
etc.MACHINE)dnl etc.MACHINE)dnl
dnl dnl
dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org>
@ -25,7 +25,13 @@ dnl OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. dnl ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
dnl dnl
dnl dnl
__devitem(apm, apm, Power management device)dnl
dnl *** landisk specific devices
dnl
__devitem(scif, ttya, on-board serial port,scif)dnl
_mkdev(scif, ttya, {-M ttya major_scif_c 0 660 dialer uucp-})dnl
dnl
dnl *** MAKEDEV itself
dnl
_TITLE(make) _TITLE(make)
_DEV(all) _DEV(all)
_DEV(ramdisk) _DEV(ramdisk)
@ -43,9 +49,7 @@ _DEV(wd, 16, 16)
_TITLE(tap) _TITLE(tap)
_DEV(st, 25, 25) _DEV(st, 25, 25)
_TITLE(term) _TITLE(term)
dnl _DEV(com, 12)
dnl _DEV(fcom, 54)
_DEV(com, 12)
_DEV(scif, 11)
_TITLE(pty) _TITLE(pty)
_DEV(ptm, 98) _DEV(ptm, 98)
_DEV(pty, 5) _DEV(pty, 5)
@ -66,14 +70,14 @@ _DEV(urio, 67)
_DEV(usb, 64) _DEV(usb, 64)
_DEV(uscan, 69) _DEV(uscan, 69)
_TITLE(spec) _TITLE(spec)
_DEV(apm, 34)
dnl _DEV(apm, 34)
_DEV(au, 36) _DEV(au, 36)
_DEV(hotplug, 37) _DEV(hotplug, 37)
#_DEV(bktr, 75)
dnl _DEV(bktr, 75)
_DEV(bpf, 22) _DEV(bpf, 22)
_DEV(cry, 47) _DEV(cry, 47)
_DEV(fdesc, 7) _DEV(fdesc, 7)
#_DEV(iop, 73)
dnl _DEV(iop, 73)
_DEV(lkm, 35) _DEV(lkm, 35)
_DEV(pci, 88) _DEV(pci, 88)
_DEV(pf, 46) _DEV(pf, 46)
@ -96,8 +100,9 @@ ramdisk)
_std(1, 2, 8, 3, 6) _std(1, 2, 8, 3, 6)
;; ;;
dnl dnl
dnl *** armish specific targets
dnl *** landisk specific targets
dnl dnl
twrget(all, scif, tty, a)dnl
target(all, ch, 0)dnl target(all, ch, 0)dnl
target(all, ss, 0, 1)dnl target(all, ss, 0, 1)dnl
target(all, xfs, 0)dnl target(all, xfs, 0)dnl


+ 1
- 1
src/etc/etc.landisk/fbtab View File

@ -1 +1 @@
/dev/tty00 0600 /dev/console
/dev/ttya 0600 /dev/console

+ 2
- 2
src/etc/etc.landisk/ttys View File

@ -1,7 +1,7 @@
# #
# $OpenBSD: ttys,v 1.1 2006/10/25 01:47:41 drahn Exp $
# $OpenBSD: ttys,v 1.2 2006/12/15 18:59:50 miod Exp $
# #
# name getty type status comments # name getty type status comments
# #
console "/usr/libexec/getty Pc" vt220 on secure console "/usr/libexec/getty Pc" vt220 on secure
tty00 "/usr/libexec/getty std.115200" unknown off secure
ttya "/usr/libexec/getty std.9600" unknown off secure

Loading…
Cancel
Save