diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-15 04:24:08 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-03-15 04:24:08 +0000 |
commit | 121ca4c149e88c6647e399a37638c76e438b014a (patch) | |
tree | 2765f2781bdf2bcf3aa690c984994e2be0436fb5 /sys | |
parent | 469f039687213f4182cf1c50485fe70efec367fc (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 486a9a6fdaf..da081703317 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.1214 2007/02/17 11:41:49 kettenis Exp + * OpenBSD: pcidevs,v 1.1215 2007/03/15 04:22:22 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2272,7 +2272,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 */ +#define PCI_PRODUCT_JMICRON_JMB368 0x2368 /* JMB368 IDE */ /* 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 c9a68db1384..642ba0e3ca9 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.1214 2007/02/17 11:41:49 kettenis Exp + * OpenBSD: pcidevs,v 1.1215 2007/03/15 04:22:22 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6885,7 +6885,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_JMICRON, PCI_PRODUCT_JMICRON_JMB368, - "JMB368 IDE/SATA", + "JMB368 IDE", }, { PCI_VENDOR_KTI, PCI_PRODUCT_KTI_KTIE, |