Browse Source

Add majors and devsw entries for the missing scsi devices on mvme*8k.

OPENBSD_3_5
miod 21 years ago
parent
commit
9f790f8f0e
2 changed files with 8 additions and 2 deletions
  1. +2
    -1
      src/etc/etc.mvme68k/MAKEDEV.md
  2. +6
    -1
      src/etc/etc.mvme88k/MAKEDEV.md

+ 2
- 1
src/etc/etc.mvme68k/MAKEDEV.md View File

@ -1,5 +1,5 @@
vers(__file__, vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.8 2003/06/18 18:08:59 todd Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.9 2003/09/26 06:58:02 miod Exp $-},
etc.MACHINE)dnl etc.MACHINE)dnl
dnl dnl
dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
@ -148,6 +148,7 @@ _DEV(lp, 28)
_TITLE(spec) _TITLE(spec)
_DEV(uk, 41) _DEV(uk, 41)
_DEV(ss, 42) _DEV(ss, 42)
_DEV(ch, 44)
_DEV(fdesc, 21) _DEV(fdesc, 21)
_DEV(bpf, 22) _DEV(bpf, 22)
_DEV(tun, 23) _DEV(tun, 23)


+ 6
- 1
src/etc/etc.mvme88k/MAKEDEV.md View File

@ -1,5 +1,5 @@
vers(__file__, vers(__file__,
{-$OpenBSD: MAKEDEV.md,v 1.7 2003/06/18 18:08:59 todd Exp $-},
{-$OpenBSD: MAKEDEV.md,v 1.8 2003/09/26 06:58:04 miod Exp $-},
etc.MACHINE)dnl etc.MACHINE)dnl
dnl dnl
dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org> dnl Copyright (c) 2001,2002,2003 Todd T. Fries <todd@OpenBSD.org>
@ -74,6 +74,7 @@ target(all, vmel, 0)dnl
dnl dnl
target(all, ses, 0)dnl target(all, ses, 0)dnl
target(all, ch, 0)dnl target(all, ch, 0)dnl
target(all, ss, 0)dnl
target(all, xfs, 0)dnl target(all, xfs, 0)dnl
target(all, pty, 0, 1, 2)dnl target(all, pty, 0, 1, 2)dnl
target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl target(all, bpf, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)dnl
@ -81,6 +82,7 @@ target(all, tun, 0, 1, 2, 3)dnl
target(all, rd, 0)dnl target(all, rd, 0)dnl
target(all, cd, 0, 1)dnl target(all, cd, 0, 1)dnl
target(all, sd, 0, 1, 2, 3, 4)dnl target(all, sd, 0, 1, 2, 3, 4)dnl
target(all, uk, 0)dnl
target(all, vnd, 0, 1, 2, 3)dnl target(all, vnd, 0, 1, 2, 3)dnl
target(all, ccd, 0, 1, 2, 3)dnl target(all, ccd, 0, 1, 2, 3)dnl
twrget(all, dart, tty, a, b, c, d)dnl twrget(all, dart, tty, a, b, c, d)dnl
@ -118,6 +120,9 @@ _TITLE(pty)
_DEV(tty, 4) _DEV(tty, 4)
_DEV(pty, 5) _DEV(pty, 5)
_TITLE(spec) _TITLE(spec)
_DEV(uk, 41)
_DEV(ss, 42)
_DEV(ch, 44)
_DEV(fdesc, 21) _DEV(fdesc, 21)
_DEV(bpf, 22) _DEV(bpf, 22)
_DEV(tun, 23) _DEV(tun, 23)


Loading…
Cancel
Save