Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Feb 2012 01:22:40 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r232016 - head/sys/modules/mii
Message-ID:  <201202230122.q1N1Me3S077399@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202230122.q1N1Me3S077399>