From 036e9c517dc25bb70502a866c9e6a0f68b1328a8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 31 May 2011 00:19:56 +0000 Subject: Family 14h also supports the km(4) temperature sensor from brad --- sys/dev/pci/km.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/km.c b/sys/dev/pci/km.c index 48589ff4cf6..ececd3cb955 100644 --- a/sys/dev/pci/km.c +++ b/sys/dev/pci/km.c @@ -1,4 +1,4 @@ -/* $OpenBSD: km.c,v 1.4 2009/01/26 15:07:49 kettenis Exp $ */ +/* $OpenBSD: km.c,v 1.5 2011/05/31 00:19:55 deraadt Exp $ */ /* * Copyright (c) 2008 Constantine A. Murenin @@ -29,7 +29,7 @@ /* - * AMD Family 10h/11h Processors, Function 3 -- Miscellaneous Control + * AMD Family 10h/11h/14h Processors, Function 3 -- Miscellaneous Control */ /* Function 3 Registers */ @@ -69,7 +69,8 @@ struct cfdriver km_cd = { static const struct pci_matchid km_devices[] = { { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_10_MISC }, - { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_11_MISC } + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_11_MISC }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_14_MISC } }; -- cgit v1.2.3