|
@ -1,5 +1,5 @@ |
|
|
vers(__file__, |
|
|
vers(__file__, |
|
|
{-$OpenBSD: MAKEDEV.md,v 1.28 2007/05/26 19:54:23 todd Exp $-}, |
|
|
|
|
|
|
|
|
{-$OpenBSD: MAKEDEV.md,v 1.29 2007/05/27 01:50:35 todd Exp $-}, |
|
|
etc.MACHINE)dnl |
|
|
etc.MACHINE)dnl |
|
|
dnl |
|
|
dnl |
|
|
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> |
|
|
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> |
|
@ -59,7 +59,6 @@ _DEV(urio, 44) |
|
|
_DEV(ttyU, 45) |
|
|
_DEV(ttyU, 45) |
|
|
_DEV(uscan, 46) |
|
|
_DEV(uscan, 46) |
|
|
_TITLE(spec) |
|
|
_TITLE(spec) |
|
|
_DEV(bio, 37) |
|
|
|
|
|
_DEV(au, 35) |
|
|
_DEV(au, 35) |
|
|
_DEV(bpf, 17) |
|
|
_DEV(bpf, 17) |
|
|
_DEV(cry, 36) |
|
|
_DEV(cry, 36) |
|
@ -90,14 +89,12 @@ dnl |
|
|
dnl *** hppa specific devices |
|
|
dnl *** hppa specific devices |
|
|
dnl |
|
|
dnl |
|
|
target(all, ch, 0)dnl |
|
|
target(all, ch, 0)dnl |
|
|
target(all, bio)dnl |
|
|
|
|
|
target(all, ss, 0, 1)dnl |
|
|
target(all, ss, 0, 1)dnl |
|
|
target(all, xfs, 0)dnl |
|
|
target(all, xfs, 0)dnl |
|
|
twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl |
|
|
twrget(all, flo, fd, 0, 0B, 0C, 0D, 0E, 0F, 0G, 0H)dnl |
|
|
twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl |
|
|
twrget(all, flo, fd, 1, 1B, 1C, 1D, 1E, 1F, 1G, 1H)dnl |
|
|
target(all, pty, 0)dnl |
|
|
target(all, pty, 0)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 |
|
|
target(all, bio)dnl |
|
|
|
|
|
target(all, tun, 0, 1, 2, 3)dnl |
|
|
target(all, tun, 0, 1, 2, 3)dnl |
|
|
target(all, xy, 0, 1, 2, 3)dnl |
|
|
target(all, xy, 0, 1, 2, 3)dnl |
|
|
target(all, rd, 0)dnl |
|
|
target(all, rd, 0)dnl |
|
|