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/SUN4M | |
parent | b8502925dfa4a0c3c8b096258b54f46c0eaeac81 (diff) |
qec+qe support & OpenBSD tags for everyone
Diffstat (limited to 'sys/arch/sparc/conf/SUN4M')
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 0b0e0511099..049a984f250 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.24 1998/09/16 23:13:52 jason Exp $ +# $OpenBSD: SUN4M,v 1.25 1998/10/19 05:43:30 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -93,6 +93,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? + # Sun "bwtwo" black and white framebuffer, found on sun4, sun4c, and sun4m # systems. If your sun4 system has a cgfour installed in the P4 slot, # the P4 entries for "bwtwo" will attach to the overlay plane of the |