summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhibbits <jhibbits@FreeBSD.org>2014-02-01 02:03:50 +0000
committerjhibbits <jhibbits@FreeBSD.org>2014-02-01 02:03:50 +0000
commit859fb3bb22aee35c1a8558c3f1cdb245976f80e5 (patch)
treef5f76dcf6a48cb0f8d381268dd1a627375f71d41 /sys/conf
parentb1dd5bd906d2acc156631422593d9f178f81984d (diff)
downloadFreeBSD-src-859fb3bb22aee35c1a8558c3f1cdb245976f80e5.zip
FreeBSD-src-859fb3bb22aee35c1a8558c3f1cdb245976f80e5.tar.gz
Add hwpmc(4) support for the PowerPC 970 class processors, direct events.
This also fixes asserts on removal of the module for the mpc74xx. The PowerPC 970 processors have two different types of events: direct events and indirect events. Thus far only direct events are supported. I included some documentation in the driver on how indirect events work, but support is for the future. MFC after: 1 month
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.powerpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 8e81115..235b31d 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -31,6 +31,7 @@ dev/fb/fb.c optional sc
dev/fdt/fdt_powerpc.c optional fdt
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
dev/hwpmc/hwpmc_mpc7xxx.c optional hwpmc
+dev/hwpmc/hwpmc_ppc970.c optional hwpmc
dev/iicbus/ad7417.c optional ad7417 powermac
dev/iicbus/ds1631.c optional ds1631 powermac
dev/iicbus/ds1775.c optional ds1775 powermac
OpenPOWER on IntegriCloud