Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Avoid linker error if no PHY is attached.



details:   https://anonhg.NetBSD.org/src/rev/fa404611cf65
branches:  trunk
changeset: 482123:fa404611cf65
user:      augustss <augustss%NetBSD.org@localhost>
date:      Mon Feb 14 20:29:54 2000 +0000

description:
Avoid linker error if no PHY is attached.

diffstat:

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

diffs (18 lines):

diff -r 4a570021e34d -r fa404611cf65 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Mon Feb 14 20:23:20 2000 +0000
+++ b/sys/dev/usb/files.usb     Mon Feb 14 20:29:54 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.15 2000/01/25 13:56:23 augustss Exp $
+#      $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -75,7 +75,7 @@
 
 # Ethernet adapters
 # ADMtek AN986 Pegasus
-device aue: arp, ether, ifnet, mii
+device aue: arp, ether, ifnet, mii, mii_phy
 attach aue at uhub
 file   dev/usb/if_aue.c                aue
 



Home | Main Index | Thread Index | Old Index