diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-14 22:49:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-14 22:49:07 +0000 |
commit | b06e552ddc56d422fcee55c61dc81b0e1063eb6b (patch) | |
tree | cecf0ba4d6e260ce62a989246332927660bf519e /sys/dev/pci | |
parent | 18418a1a716012e227ee9646cd99e593e4d313a4 (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d790f69788e..3320329e234 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.376 2001/03/14 04:42:23 deraadt Exp + * OpenBSD: pcidevs,v 1.377 2001/03/14 22:49:00 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1248,6 +1248,8 @@ #define PCI_PRODUCT_LAVA_TWOSP_2S 0x0100 /* Dual Serial */ #define PCI_PRODUCT_LAVA_IOFLEX_2S_0 0x0110 /* Serial */ #define PCI_PRODUCT_LAVA_IOFLEX_2S_1 0x0111 /* Serial */ +#define PCI_PRODUCT_LAVA_LAVAPORT_0 0x0201 /* Serial */ +#define PCI_PRODUCT_LAVA_LAVAPORT_1 0x0202 /* Serial */ #define PCI_PRODUCT_LAVA_OCTOPUS950_0 0x0180 /* Quad Serial */ #define PCI_PRODUCT_LAVA_OCTOPUS950_1 0x0181 /* Quad Serial */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index de895820e66..77ec686bfb6 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.376 2001/03/14 04:42:23 deraadt Exp + * OpenBSD: pcidevs,v 1.377 2001/03/14 22:49:00 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2119,6 +2119,14 @@ static const struct pci_known_product pci_known_products[] = { "Serial", }, { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_LAVAPORT_0, + "Serial", + }, + { + PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_LAVAPORT_1, + "Serial", + }, + { PCI_VENDOR_LAVA, PCI_PRODUCT_LAVA_OCTOPUS950_0, "Quad Serial", }, |