diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-28 01:23:48 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-09-28 01:23:48 +0000 |
commit | 3ff8eb7ddf08c874d646d58684a3ec9975777e8a (patch) | |
tree | 07e99dcba297d733d5a0526af5f0bc7a64ca316e /sys/arch/sparc | |
parent | c8151eab40b7e5da76d1bc0578a5696077406b81 (diff) |
introduce attribute 'ifmedia' which means 'this particulariface
supports if_edia stuff so include correspondent MI support'.
reviewed/additions by jason@, he said "there might be more of 'em",
but i'd say, there can be only one!
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r-- | sys/arch/sparc/conf/files.sparc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc index ca77b4731e4..b64b56f46c3 100644 --- a/sys/arch/sparc/conf/files.sparc +++ b/sys/arch/sparc/conf/files.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc,v 1.22 1998/09/10 17:34:31 jason Exp $ +# $OpenBSD: files.sparc,v 1.23 1998/09/28 01:23:38 mickey Exp $ # $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $ # @(#)files.sparc 8.1 (Berkeley) 7/19/93 @@ -109,7 +109,7 @@ device qec {} attach qec at sbus file arch/sparc/dev/qec.c qec -device be {} +device be: ifnet, ether, ifmedia attach be at qec file arch/sparc/dev/be.c be @@ -118,7 +118,7 @@ attach me at qec file arch/sparc/dev/me.c me # HappyMeal (hme) ethernet -device hme: ifnet, ether, mii +device hme: ifnet, ether, mii, ifmedia attach hme at sbus file arch/sparc/dev/hme.c hme |