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.alpha/MAKEDEV.md | |
parent | 1a20e9852fe970491d9715f4aba24d835e8ee580 (diff) |
back out bio, breaks dlg's sparc64 v215
prompted by/ok dlg@ deraadt@
Diffstat (limited to 'etc/etc.alpha/MAKEDEV.md')
-rw-r--r-- | etc/etc.alpha/MAKEDEV.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/etc.alpha/MAKEDEV.md b/etc/etc.alpha/MAKEDEV.md index bf914203a49..1a5952d8803 100644 --- a/etc/etc.alpha/MAKEDEV.md +++ b/etc/etc.alpha/MAKEDEV.md @@ -1,5 +1,5 @@ vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.31 2007/05/26 19:54:23 todd Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.32 2007/05/27 01:50:35 todd Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -61,7 +61,6 @@ _DEV(ulpt, 47) _DEV(usb, 45) _TITLE(spec) _DEV(au, 24) -_DEV(bio, 44) _DEV(bktr, 58) _DEV(bpf, 11) _DEV(cry, 57) @@ -106,7 +105,6 @@ ttyB*|ttyc*) dnl dnl *** alpha specific targets dnl -target(all, bio)dnl target(all, ch, 0)dnl target(all, ss, 0, 1)dnl target(all, xfs, 0)dnl |