diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2000-11-16 15:47:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2000-11-16 15:47:58 +0000 |
commit | 169456fc9063b6245205cd1cbe827606bd9a9095 (patch) | |
tree | af4dc804cc5a2fc9df4360954b22df0cbdc186ee /sys/arch/sparc/conf/files.sparc | |
parent | 1af37a2897479a00d4af76d1f2cded525f845cc9 (diff) |
- Fix the NMI problem: it seems the qec channel reset also resets the MACE, and
a race condition existed where after a qec channel reset, accesses to the
MACE would cause an NMI: so wait for the MACE to come out of reset before
accessing.
- add ifmedia support (mainly so I can get at the link status from other code)
- move some of the spl handling around (more correct)
- rewrite qe_mcreset() again so that all it does is set the multicast filter
- use bzero to initialize the buffers and descriptors
- rearrange the MACE setup to conform to the suggestions in the datasheet
Diffstat (limited to 'sys/arch/sparc/conf/files.sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index 3d241ea30a5..47cf56c9d40 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.37 2000/06/28 20:20:14 mjacob Exp $ +# $OpenBSD: files.sparc,v 1.38 2000/11/16 15:47:56 jason Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -112,7 +112,7 @@ device be: ifnet, ether, ifmedia attach be at qec file arch/sparc/dev/be.c be -device qe: ifnet, ether +device qe: ifnet, ether, ifmedia attach qe at qec file arch/sparc/dev/qe.c qe |