diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-10-19 05:43:31 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-10-19 05:43:31 +0000 |
commit | e5ef2cbe6a1675672ddf03ec5621771177a01e32 (patch) | |
tree | 3c4b325758af06dcbc5af3eb1bb42e83578a091d /sys/arch/sparc/conf/GENERIC | |
parent | b8502925dfa4a0c3c8b096258b54f46c0eaeac81 (diff) |
qec+qe support & OpenBSD tags for everyone
Diffstat (limited to 'sys/arch/sparc/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 38d966fe585..785a6864722 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.33 1998/09/16 23:13:51 jason Exp $ +# $OpenBSD: GENERIC,v 1.34 1998/10/19 05:43:29 jason Exp $ # $NetBSD: GENERIC,v 1.48 1997/08/23 19:19:01 mjacob Exp $ # Machine architecture; required by config(8) @@ -137,11 +137,6 @@ lebuffer* at sbus? slot ? offset ? # sun4m SBus le0 at lebuffer0 # le* at lebuffer? # -# Quad-ethernet glue device, and sub-devices -qec* at sbus0 slot ? offset ? -#me* at qec? -be* at qec? - # sun4/300 and sun4c Ethernet - an AMD 7990 LANCE le0 at sbus0 slot ? offset ? # sun4c on-board le* at sbus? slot ? offset ? @@ -164,6 +159,11 @@ hme* at sbus? slot ? offset ? 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 sbus0 slot ? offset ? +qe* at qec? +be* at qec? + # Xylogics 753 or 7053 VME SMD disk controllers and disks, found # on sun4 systems. xdc0 at vmel0 addr 0xffffee80 level 3 vect 0x44 |