From 62fd773f5d0c66fe90a5cbd5aa6c1fc7bac9f71a Mon Sep 17 00:00:00 2001 From: akiyama Date: Sat, 3 May 2003 10:16:56 +0000 Subject: Add RealTek RTL8150 USB to fast Ethernet controller driver. This driver now supports the Melco LUA-KTX and the GREEN HOUSE GH-USB100B. Reviewed by: imp MFC after: 2 weeks --- sys/modules/mii/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/modules/mii') diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 67da740..dfebd60 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -7,6 +7,7 @@ SRCS= mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h pci_if.h SRCS+= miibus_if.h miidevs.h device_if.h miibus_if.c e1000phy.c exphy.c nsphy.c SRCS+= mlphy.c tlphy.c rlphy.c amphy.c dcphy.c pnphy.c inphy.c SRCS+= bmtphy.c brgphy.c xmphy.c pnaphy.c lxtphy.c qsphy.c acphy.c nsgphy.c +SRCS+= ruephy.c EXPORT_SYMS= mii_mediachg \ mii_tick \ -- cgit v1.1