Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115910044
D34256.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1022 B
Referenced Files
None
Subscribers
None
D34256.diff
View Options
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -3,15 +3,21 @@
.PATH: ${SRCTOP}/sys/dev/mii
KMOD= miibus
-SRCS= acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c bus_if.h
-SRCS+= ciphy.c device_if.h
+SRCS= acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c
+SRCS+= ciphy.c dp83822phy.c dp83867phy.c
SRCS+= e1000phy.c gentbi.c icsphy.c ip1000phy.c jmphy.c lxtphy.c
-SRCS+= miibus_if.c miibus_if.h mii.c miidevs.h mii_bitbang.c mii_physubr.c
-SRCS+= nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c
+SRCS+= miibus_if.c mii.c mii_bitbang.c mii_physubr.c
+SRCS+= nsgphy.c nsphy.c nsphyter.c pnaphy.c qsphy.c
SRCS+= rdcphy.c rgephy.c rlphy.c smcphy.c
SRCS+= smscphy.c tdkphy.c truephy.c
SRCS+= ukphy.c ukphy_subr.c
-SRCS+= xmphy.c
+SRCS+= vscphy.c xmphy.c
+SRCS+= bus_if.h device_if.h miibus_if.h miidevs.h opt_platform.h pci_if.h
+
+.if !empty(OPT_FDT)
+SRCS+= micphy.c mii_fdt.c
+SRCS+= ofw_bus_if.h
+.endif
EXPORT_SYMS= YES
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, May 1, 7:30 AM (14 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17876319
Default Alt Text
D34256.diff (1022 B)
Attached To
Mode
D34256: Make miibus.ko module on par with using 'device miibus' in kernel config
Attached
Detach File
Event Timeline
Log In to Comment