Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/allwinner Add mii attr to ethernet devices



details:   https://anonhg.NetBSD.org/src/rev/8223181110c9
branches:  trunk
changeset: 789791:8223181110c9
user:      matt <matt%NetBSD.org@localhost>
date:      Sun Sep 08 00:03:59 2013 +0000

description:
Add mii attr to ethernet devices

diffstat:

 sys/arch/arm/allwinner/files.awin |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 173645ac13ea -r 8223181110c9 sys/arch/arm/allwinner/files.awin
--- a/sys/arch/arm/allwinner/files.awin Sun Sep 08 00:03:40 2013 +0000
+++ b/sys/arch/arm/allwinner/files.awin Sun Sep 08 00:03:59 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.awin,v 1.4 2013/09/07 00:35:52 matt Exp $
+#      $NetBSD: files.awin,v 1.5 2013/09/08 00:03:59 matt Exp $
 #
 # Configuration info for Allwinner ARM Peripherals
 #
@@ -72,12 +72,12 @@
 file   arch/arm/allwinner/awin_crypto.c        awin_crypto
 
 # A10/A20 EMAC
-device awinfe { } : ether, ifnet, arp
+device awinfe { } : ether, ifnet, arp, mii
 attach awinfe at awinio with awin_eth
 file   arch/arm/allwinner/awin_eth.c           awin_eth
 
 # A20 GMAC
-device awinge { } : ether, ifnet, arp
+device awinge { } : ether, ifnet, arp, mii
 attach awinge at awinio with awin_gige
 file   arch/arm/allwinner/awin_gige.c          awin_gige
 



Home | Main Index | Thread Index | Old Index