summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-10-17 23:23:37 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-10-17 23:23:37 +0000
commite74f203e547c0bd08b11891e0e94c55b13193a5d (patch)
tree66a2d263ce19da9ca970ad236ffdf91fd6ff825a
parentab832527d9aedeb8886658e0f81c6dedf7644dcd (diff)
remove /bcom5421 from the OF device map table, this is actually a PHY.
ok deraadt@
-rw-r--r--sys/arch/macppc/macppc/autoconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/macppc/macppc/autoconf.c b/sys/arch/macppc/macppc/autoconf.c
index b0eb4a71be2..f2dc704d014 100644
--- a/sys/arch/macppc/macppc/autoconf.c
+++ b/sys/arch/macppc/macppc/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.19 2005/10/16 22:31:53 kettenis Exp $ */
+/* $OpenBSD: autoconf.c,v 1.20 2005/10/17 23:23:36 brad Exp $ */
/*
* Copyright (c) 1996, 1997 Per Fogelstrom
* Copyright (c) 1995 Theo de Raadt
@@ -37,7 +37,7 @@
* from: Utah Hdr: autoconf.c 1.31 91/01/21
*
* from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93
- * $Id: autoconf.c,v 1.19 2005/10/16 22:31:53 kettenis Exp $
+ * $Id: autoconf.c,v 1.20 2005/10/17 23:23:36 brad Exp $
*/
/*
@@ -527,7 +527,6 @@ findtype(char **s)
{ "/disk", "wd", T_DISK },
{ "/bcom5704@4", "bge0", T_IFACE },
{ "/bcom5704@4,1", "bge1", T_IFACE },
- { "/bcom5421", "bge0", T_IFACE },
{ "/ethernet", "gem0", T_IFACE },
{ NULL, NULL }
};