summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-30 16:01:09 +0000
committerimp <imp@FreeBSD.org>2009-03-30 16:01:09 +0000
commit763ef5e40ea78e430bd721f1dbf9bf6da1515053 (patch)
tree8c4bf5499dbf3b93757a504c504d0b4fc8986389 /sys/modules
parentf970c1363721e265332a7d2952f8f08a394d2051 (diff)
downloadFreeBSD-src-763ef5e40ea78e430bd721f1dbf9bf6da1515053.zip
FreeBSD-src-763ef5e40ea78e430bd721f1dbf9bf6da1515053.tar.gz
New PHY driver for the internal PHY found in the AX88790. There's a
number of quirks for this device, and this implements just the basics. The 2.5s powerdown recommended in the datasheet will be next...
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/mii/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile
index 57647ea..6232b5e 100644
--- a/sys/modules/mii/Makefile
+++ b/sys/modules/mii/Makefile
@@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/../../dev/mii
KMOD= miibus
-SRCS= acphy.c amphy.c atphy.c bmtphy.c brgphy.c bus_if.h ciphy.c device_if.h
+SRCS= acphy.c amphy.c atphy.c axphy.c bmtphy.c brgphy.c bus_if.h
+SRCS+= ciphy.c device_if.h
SRCS+= e1000phy.c exphy.c gentbi.c icsphy.c inphy.c ip1000phy.c jmphy.c
SRCS+= lxtphy.c miibus_if.c miibus_if.h mii.c miidevs.h mii_physubr.c
SRCS+= mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c
OpenPOWER on IntegriCloud