diff options
-rw-r--r-- | share/man/man4/man4.sparc/hme.4 | 13 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 8 |
3 files changed, 12 insertions, 13 deletions
diff --git a/share/man/man4/man4.sparc/hme.4 b/share/man/man4/man4.sparc/hme.4 index 68f1317da93..8e8c6b99411 100644 --- a/share/man/man4/man4.sparc/hme.4 +++ b/share/man/man4/man4.sparc/hme.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hme.4,v 1.10 2002/10/01 21:02:19 miod Exp $ +.\" $OpenBSD: hme.4,v 1.11 2002/11/23 20:47:02 miod Exp $ .\" .\" Copyright (c) 1998 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -36,9 +36,9 @@ .Nm hme .Nd SPARC National DP83840 ethernet interface .Sh SYNOPSIS -.Cd "hme* at sbus? slot ? offset ? " Pq "sun4c/sun4m" -.Cd "nsphy* at mii? phy ? " Pq "sun4c/sun4m" -.Cd "qsphy* at mii? phy ? " Pq "sun4c/sun4m" +.Cd "hme* at sbus? slot ? offset ? " Pq "sun4m" +.Cd "nsphy* at mii? phy ? " Pq "sun4m" +.Cd "qsphy* at mii? phy ? " Pq "sun4m" .Sh DESCRIPTION The .Nm @@ -110,3 +110,8 @@ support for the .Nm first appeared in .Ox 2.4 . +.Sh CAVEATS +The +.Nm +cards will not function in a sun4c class machine, +due to PROM limitations. 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? |