diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f80a4222237..95e4ca1a118 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.570 2002/12/10 23:50:03 miod Exp + * OpenBSD: pcidevs,v 1.571 2002/12/19 20:05:00 henning Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -40,7 +40,27 @@ static const struct pci_known_product pci_known_products[] = { { PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6832, - "OZ6832 CardBus", + "OZ6832 and OZ6836 CardBus", + }, + { + PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6836, + "OZ6836 and OZ6860 CardBus", + }, + { + PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6872, + "OZ6812 and OZ6872 CardBus", + }, + { + PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6922, + "OZ6922 CardBus", + }, + { + PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6933, + "OZ6933 CardBus", + }, + { + PCI_VENDOR_O2MICRO, PCI_PRODUCT_O2MICRO_OZ6972, + "OZ6912 and OZ6972 CardBus", }, { PCI_VENDOR_3COM, PCI_PRODUCT_3COM_3C985, |