diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-23 20:47:05 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-11-23 20:47:05 +0000 |
commit | a119489f387971e04f61e5072de61e11663373a9 (patch) | |
tree | 1c0074be6980b63a1f4d973c50839862dc15c06e /sys | |
parent | cd87220f9d55c204c451aa01af7b42650652a5f7 (diff) |
Mention that hme does not work in sun4c machines.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 8 |
2 files changed, 3 insertions, 9 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 629b8cdcea2..e1cd70395b4 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.56 2002/09/20 11:17:55 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.57 2002/11/23 20:47:04 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -174,7 +174,7 @@ ie2 at vmes0 addr 0xff31ff02 level 5 vect 0x76 ie3 at vmes0 addr 0xff35ff02 level 5 vect 0x77 ie4 at vmes0 addr 0xff2dff02 level 5 vect 0x7c -# HappyMeal ethernet +# HappyMeal ethernet (will not work on sun4c) hme* at sbus? slot ? offset ? # Media Independent Interface (mii) drivers (required by hme) nsphy* at mii? phy ? # NS and compatible PHYs diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 8dbfe6289fd..3e28db5c024 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.35 2002/10/27 23:00:14 miod Exp $ +# $OpenBSD: SUN4C,v 1.36 2002/11/23 20:47:04 miod Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -99,12 +99,6 @@ isp* at sbus? slot ? offset ? le0 at sbus0 slot ? offset ? # sun4c on-board le* at sbus? slot ? offset ? -# HappyMeal ethernet -hme* at sbus? slot ? offset ? -# Media Independent Interface (mii) drivers (required by hme) -nsphy* at mii? phy ? # NS and compatible PHYs -qsphy* at mii? phy ? # Quality Semi QS6612 PHYs - # Quad-ethernet glue device, and sub-devices qec* at sbus? slot ? offset ? qe* at qec? |