diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-29 22:30:59 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-04-29 22:30:59 +0000 |
commit | 4d1fcec67152b254188056b171a2b96f0108b80c (patch) | |
tree | 8791732564c04db61c98020202d791c473c6181a /sys | |
parent | fa85f5bc90a09ac76bb0bcc798191eddde0dcde5 (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 18 |
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 1f3a64598a1..71479ad9798 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.504 2002/04/28 20:54:56 nate Exp + * OpenBSD: pcidevs,v 1.505 2002/04/29 22:30:34 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1426,8 +1426,12 @@ /* Lava */ #define PCI_PRODUCT_LAVA_TWOSP_2S 0x0100 /* Dual Serial */ +#define PCI_PRODUCT_LAVA_QUATTRO_AB 0x0101 /* Dual Serial */ +#define PCI_PRODUCT_LAVA_QUATTRO_CD 0x0102 /* Dual Serial */ #define PCI_PRODUCT_LAVA_IOFLEX_2S_0 0x0110 /* Serial */ #define PCI_PRODUCT_LAVA_IOFLEX_2S_1 0x0111 /* Serial */ +#define PCI_PRODUCT_LAVA_QUATTRO_AB2 0x0120 /* Dual Serial */ +#define PCI_PRODUCT_LAVA_QUATTRO_CD2 0x0121 /* Dual Serial */ #define PCI_PRODUCT_LAVA_OCTOPUS550_0 0x0180 /* Quad Serial */ #define PCI_PRODUCT_LAVA_OCTOPUS550_1 0x0181 /* Quad Serial */ #define PCI_PRODUCT_LAVA_LAVAPORT_0 0x0201 /* Serial */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index e28f538eeef..6bc830f6ad0 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.504 2002/04/28 20:54:56 nate Exp + * OpenBSD: pcidevs,v 1.505 2002/04/29 22:30:34 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2639,6 +2639,14 @@ static const struct pci_known_product pci_known_products[] = { "Dual Serial", }, { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_QUATTRO_AB, + "Dual Serial", + }, + { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_QUATTRO_CD, + "Dual Serial", + }, + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_IOFLEX_2S_0, "Serial", }, @@ -2647,6 +2655,14 @@ static const struct pci_known_product pci_known_products[] = { "Serial", }, { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_QUATTRO_AB2, + "Dual Serial", + }, + { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_QUATTRO_CD2, + "Dual Serial", + }, + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS550_0, "Quad Serial", }, |