summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 37c28eac91d..9e8851ffaad 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1094 2006/07/08 19:15:18 brad Exp
+ * OpenBSD: pcidevs,v 1.1095 2006/07/09 03:35:10 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2045,6 +2045,7 @@
#define PCI_PRODUCT_JMICRON_JMB363 0x2363 /* JMB363 IDE/SATA */
#define PCI_PRODUCT_JMICRON_JMB365 0x2365 /* JMB365 IDE/SATA */
#define PCI_PRODUCT_JMICRON_JMB366 0x2366 /* JMB366 IDE/SATA */
+#define PCI_PRODUCT_JMICRON_JMB368 0x2368 /* JMB368 IDE/SATA */
/* KTI */
#define PCI_PRODUCT_KTI_KTIE 0x3000 /* KTI */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 28a2de001a6..8d5295e2537 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.1094 2006/07/08 19:15:18 brad Exp
+ * OpenBSD: pcidevs,v 1.1095 2006/07/09 03:35:10 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -6055,6 +6055,10 @@ static const struct pci_known_product pci_known_products[] = {
"JMB366 IDE/SATA",
},
{
+ PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB368,
+ "JMB368 IDE/SATA",
+ },
+ {
PCI_VENDOR_KTI, PCI_PRODUCT_KTI_KTIE,
"KTI",
},