Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2011 12:03:30 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r220190 - head/sys/modules
Message-ID:  <201103311203.p2VC3U40005524@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Mar 31 12:03:30 2011
New Revision: 220190
URL: http://svn.freebsd.org/changeset/base/220190

Log:
  ath_ahb shouldn't be compiled normally; it is atheros chip specific.
  Remove it from here; users can compile it manually if needed.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Thu Mar 31 08:55:00 2011	(r220189)
+++ head/sys/modules/Makefile	Thu Mar 31 12:03:30 2011	(r220190)
@@ -35,7 +35,6 @@ SUBDIR=	${_3dfx} \
 	${_asr} \
 	ata \
 	ath \
-	ath_ahb \
 	ath_pci \
 	${_auxio} \
 	bce \



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