Mention Family 11h in the comment.
authorbrad <brad@openbsd.org>
Sat, 30 Aug 2008 01:10:13 +0000 (01:10 +0000)
committerbrad <brad@openbsd.org>
Sat, 30 Aug 2008 01:10:13 +0000 (01:10 +0000)
sys/dev/pci/km.c

index 43662aa..998b5f6 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: km.c,v 1.2 2008/08/29 03:38:31 cnst Exp $     */
+/*     $OpenBSD: km.c,v 1.3 2008/08/30 01:10:13 brad Exp $     */
 
 /*
  * Copyright (c) 2008 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
@@ -29,7 +29,7 @@
 
 
 /*
- * AMD Family 10h Processors, Function 3 -- Miscellaneous Control
+ * AMD Family 10h/11h Processors, Function 3 -- Miscellaneous Control
  */
 
 /* Function 3 Registers */
@@ -68,8 +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_11_MISC}
+       { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_10_MISC },
+       { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_11_MISC }
 };