svn commit: r243179 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Sat Nov 17 04:10:43 UTC 2012


Author: adrian
Date: Sat Nov 17 04:10:42 2012
New Revision: 243179
URL: http://svnweb.freebsd.org/changeset/base/243179

Log:
  Make MIPS24k PMC optional on "hwpmc_mips24k."
  
  Requested by:	juli

Modified:
  head/sys/mips/atheros/files.ar71xx

Modified: head/sys/mips/atheros/files.ar71xx
==============================================================================
--- head/sys/mips/atheros/files.ar71xx	Sat Nov 17 04:09:28 2012	(r243178)
+++ head/sys/mips/atheros/files.ar71xx	Sat Nov 17 04:10:42 2012	(r243179)
@@ -23,4 +23,4 @@ mips/atheros/ar724x_chip.c	standard
 mips/atheros/ar91xx_chip.c	standard
 mips/atheros/ar71xx_fixup.c	optional ar71xx_ath_eeprom
 
-dev/hwpmc/hwpmc_mips24k.c	optional hwpmc
+dev/hwpmc/hwpmc_mips24k.c	optional hwpmc_mips24k


More information about the svn-src-head mailing list