From 394d11ba2db91033950bcc1a06b4ba5d1f391584 Mon Sep 17 00:00:00 2001 From: "Constantine A. Murenin" Date: Fri, 29 Aug 2008 03:38:32 +0000 Subject: support AMD Family 11h (Turion X2 Ultra et al); discussed with jsg@ and jmc@ --- sys/dev/pci/km.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/pci/km.c b/sys/dev/pci/km.c index 555bc4426d6..43662aaa845 100644 --- a/sys/dev/pci/km.c +++ b/sys/dev/pci/km.c @@ -1,4 +1,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 @@ -68,7 +68,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_10_MISC}, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_11_MISC} }; -- cgit v1.2.3