svn commit: r232016 - head/sys/modules/mii

Pyun YongHyeon yongari at FreeBSD.org
Thu Feb 23 01:22:41 UTC 2012


Author: yongari
Date: Thu Feb 23 01:22:40 2012
New Revision: 232016
URL: http://svn.freebsd.org/changeset/base/232016

Log:
  Connect smcphy(4) to mii module build.

Modified:
  head/sys/modules/mii/Makefile

Modified: head/sys/modules/mii/Makefile
==============================================================================
--- head/sys/modules/mii/Makefile	Thu Feb 23 01:20:21 2012	(r232015)
+++ head/sys/modules/mii/Makefile	Thu Feb 23 01:22:40 2012	(r232016)
@@ -8,7 +8,7 @@ SRCS+=	ciphy.c device_if.h
 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+=	mlphy.c nsgphy.c nsphy.c nsphyter.c pci_if.h pnaphy.c qsphy.c
-SRCS+=	rdcphy.c rgephy.c rlphy.c tdkphy.c tlphy.c truephy.c
+SRCS+=	rdcphy.c rgephy.c rlphy.c smcphy.c tdkphy.c tlphy.c truephy.c
 SRCS+=	ukphy.c ukphy_subr.c
 SRCS+=	xmphy.c
 


More information about the svn-src-head mailing list