diff options
author | Bill Paul <wpaul@FreeBSD.org> | 1999-08-31 14:43:30 +0000 |
---|---|---|
committer | Bill Paul <wpaul@FreeBSD.org> | 1999-08-31 14:43:30 +0000 |
commit | a4f02d20ed53488fadba7f5b6a49d465e04c2cfd (patch) | |
tree | fc473033d91fc9e59b86a4b44662c813af0aace6 /sys/modules | |
parent | 87f7b9a9c14a16754bf3c25958b7fad73fbf6464 (diff) | |
download | src-a4f02d20ed53488fadba7f5b6a49d465e04c2cfd.tar.gz src-a4f02d20ed53488fadba7f5b6a49d465e04c2cfd.zip |
Add a driver for the internal PHY in the RealTek 8139.
Notes
Notes:
svn path=/head/; revision=50702
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/mii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 4cb73b089691..3720f944d6ad 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -5,7 +5,7 @@ S = ${.CURDIR}/../.. KMOD = mii SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c -SRCS += mlphy.c tlphy.c +SRCS += mlphy.c tlphy.c rlphy.c CLEANFILES += device_if.h bus_if.h miibus_if.h miibus_if.c CFLAGS += ${DEBUG_FLAGS} |