svn commit: r220190 - head/sys/modules

Adrian Chadd adrian at FreeBSD.org
Thu Mar 31 12:03:30 UTC 2011


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 \


More information about the svn-src-head mailing list