summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorConstantine A. Murenin <cnst@cvs.openbsd.org>2008-08-29 03:38:32 +0000
committerConstantine A. Murenin <cnst@cvs.openbsd.org>2008-08-29 03:38:32 +0000
commit394d11ba2db91033950bcc1a06b4ba5d1f391584 (patch)
tree0231af0d3ffc7051994ccca67f818496df8dbc86 /sys/dev
parente7c644e59a792b1485f3863b0a44877c71154a6a (diff)
support AMD Family 11h (Turion X2 Ultra et al); discussed with jsg@ and jmc@
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/km.c5
1 files changed, 3 insertions, 2 deletions
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 <cnst+openbsd@bugmail.mojo.ru>
@@ -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}
};