diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-04-14 20:15:59 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-04-14 20:15:59 +0000 |
commit | be4b6eda14e9a824db959be3a0fec10db3be83d8 (patch) | |
tree | 73d55540bbb08be45a6c945300a8f59c9ac7703c | |
parent | ec15bd3891b74cba76e7a84ad68c2451bba24dc0 (diff) |
+luphy
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 0b91a09e1b3..fb1b0cebfe4 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.79 2005/01/10 06:42:42 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.80 2005/04/14 20:15:58 brad Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -325,6 +325,7 @@ lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY tqphy* at mii? # TDK 78Q212x PHYs ukphy* at mii? diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 6c59f463ae0..e7d70a69e70 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.53 2005/01/10 06:42:42 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.54 2005/04/14 20:15:58 brad Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -177,6 +177,7 @@ hme* at sbus? # Media Independent Interface (mii) drivers (required for hme) nsphy* at mii? # NS and compatible PHYs qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY # Quad-ethernet glue device, and sub-devices qec* at sbus? diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index ca6e3f6cc88..d82d68c52f2 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.65 2005/01/10 06:42:42 deraadt Exp $ +# $OpenBSD: SUN4M,v 1.66 2005/04/14 20:15:58 brad Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -215,6 +215,7 @@ lxtphy* at mii? # Level1 LXT970 PHYs nsphy* at mii? # NS and compatible PHYs nsphyter* at mii? qsphy* at mii? # Quality Semi QS6612 PHYs +luphy* at mii? # Lucent LU6612 PHY tqphy* at mii? # TDK 78Q212x PHYs ukphy* at mii? |