Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb mark axe(4) and ure(4) as needing usbnet



details:   https://anonhg.NetBSD.org/src/rev/079d75fa448d
branches:  trunk
changeset: 458662:079d75fa448d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Aug 06 01:44:24 2019 +0000

description:
mark axe(4) and ure(4) as needing usbnet

diffstat:

 sys/dev/usb/files.usb |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r cbab77b3778d -r 079d75fa448d sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Tue Aug 06 01:42:22 2019 +0000
+++ b/sys/dev/usb/files.usb     Tue Aug 06 01:44:24 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.158 2019/07/31 10:19:55 martin Exp $
+#      $NetBSD: files.usb,v 1.159 2019/08/06 01:44:24 mrg Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -363,7 +363,7 @@
 file   dev/usb/if_url.c                url
 
 # ASIX AX88172
-device axe: arp, ether, ifnet, mii, mii_phy
+device axe: arp, ether, ifnet, mii, mii_phy, usbnet
 attach axe at usbdevif
 file   dev/usb/if_axe.c                axe
 
@@ -393,7 +393,7 @@
 file   dev/usb/if_umb.c                umb
 
 # RealTek RTL8152 and RTL8153
-device ure: arp, ether, ifnet, mii, mii_phy
+device ure: arp, ether, ifnet, mii, mii_phy, usbnet
 attach ure at usbdevif
 file   dev/usb/if_ure.c                ure
 



Home | Main Index | Thread Index | Old Index