diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2005-06-29 18:23:28 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2005-06-29 18:23:28 +0000 |
commit | 73de20b9260b74d2f0a9c35aac0597bdb0449836 (patch) | |
tree | b2d12816becad561cac6e93ab4181ca84f045f29 /etc/etc.i386/MAKEDEV.md | |
parent | aafedf61e5246f604a88a8de569f65c3a499b6db (diff) |
add bio
prompted by deraadt@ and henning@, ok marco@
Diffstat (limited to 'etc/etc.i386/MAKEDEV.md')
-rw-r--r-- | etc/etc.i386/MAKEDEV.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.i386/MAKEDEV.md b/etc/etc.i386/MAKEDEV.md index 5844546a341..6e07533088f 100644 --- a/etc/etc.i386/MAKEDEV.md +++ b/etc/etc.i386/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.31 2005/06/02 20:09:38 tholo Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.32 2005/06/29 18:23:27 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2004 Todd T. Fries <todd@OpenBSD.org> @@ -70,6 +70,7 @@ _TITLE(spec) _DEV(apm, 21) _DEV(acpi, 85) _DEV(au, 42) +_DEV(bio, 79) _DEV(bktr, 49) _DEV(bpf, 23) _DEV(cry, 70) @@ -124,6 +125,7 @@ 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 target(all, pty, 0)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, xy, 0, 1, 2, 3)dnl target(all, rd, 0)dnl |