diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-27 01:50:38 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2007-05-27 01:50:38 +0000 |
commit | 270a9a7991fc15052fe366acf6d9357d9cc9f3b7 (patch) | |
tree | dfaaed198fdec72309acdee8cb3f4281879eb0bb /etc/etc.cats/MAKEDEV.md | |
parent | 1a20e9852fe970491d9715f4aba24d835e8ee580 (diff) |
back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@
Diffstat (limited to 'etc/etc.cats/MAKEDEV.md')
-rw-r--r-- | etc/etc.cats/MAKEDEV.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/etc.cats/MAKEDEV.md b/etc/etc.cats/MAKEDEV.md index 57d8f1282cc..dc33322fa4e 100644 --- a/etc/etc.cats/MAKEDEV.md +++ b/etc/etc.cats/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.16 2007/05/26 19:54:23 todd Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.17 2007/05/27 01:50:35 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -66,7 +66,6 @@ _DEV(usb, 64) _DEV(uscan, 69) _TITLE(spec) _DEV(au, 36) -_DEV(bio, 52) _DEV(bktr, 75) _DEV(bpf, 22) _DEV(cry, 47) @@ -100,7 +99,6 @@ 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 |