-.\" $OpenBSD: km.4,v 1.2 2008/04/29 06:50:04 jmc Exp $
+.\" $OpenBSD: km.4,v 1.3 2008/08/29 03:38:31 cnst Exp $
.\"
.\" Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: April 29 2008 $
+.Dd $Mdocdate: August 29 2008 $
.Dt KM 4
.Os
.Sh NAME
.Nm km
-.Nd AMD K10 temperature sensor
+.Nd AMD K10/K11 temperature sensor
.Sh SYNOPSIS
.Cd "km* at pci?"
.Sh DESCRIPTION
The
.Nm
driver provides support for the temperature sensors available in the
-AMD Family 10h processors.
+AMD Family 10h and 11h processors.
.Pp
Each chip reports one temperature sensor.
Multiprocessor systems have one instance of
.%P pp. 236--237 and pp. 243--244
.\" .%O http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/31116.PDF
.Re
+.Rs
+.%T "BIOS and Kernel Developer's Guide for AMD Family 11h Processors"
+.%D July 07, 2008
+.%R Publication # 41256
+.%P pp. 156--157 and pp. 159--160
+.\" .%O http://www.amd.com/us-en/assets/content_type/white_papers_and_tech_docs/41256.pdf
+.Re
.Sh HISTORY
The
.Nm
-.\" $OpenBSD: pci.4,v 1.256 2008/08/28 13:09:02 jmc Exp $
+.\" $OpenBSD: pci.4,v 1.257 2008/08/29 03:38:31 cnst Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 28 2008 $
+.Dd $Mdocdate: August 29 2008 $
.Dt PCI 4
.Os
.Sh NAME
.It Xr kate 4
AMD K8 temperature sensor
.It Xr km 4
-AMD K10 temperature sensor
+AMD K10/K11 temperature sensor
.It Xr pwdog 4
Quancom PWDOG1 watchdog timer device
.It Xr viaenv 4
-/* $OpenBSD: km.c,v 1.1 2008/04/29 05:29:59 cnst Exp $ */
+/* $OpenBSD: km.c,v 1.2 2008/08/29 03:38:31 cnst Exp $ */
/*
* Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
};
static const struct pci_matchid km_devices[] = {
- { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_10_MISC}
+ { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_10_MISC},
+ { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_11_MISC}
};