diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index f6f002e0cbe..d9e1f8d63c2 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.321 2000/09/19 08:37:30 niklas Exp + * OpenBSD: pcidevs,v 1.322 2000/09/22 15:09:38 aaron Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4320,7 +4320,7 @@ struct pci_knowndev pci_knowndevs[] = { PCI_VENDOR_SONY, PCI_PRODUCT_SONY_MEMSTICK_SLOT, 0, "Sony", - "Memory Stick Media Slot", + "Memory Stick Slot", }, { PCI_VENDOR_STB2, PCI_PRODUCT_STB2_RIVA128, @@ -8403,6 +8403,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_CONEXANT, 0, + PCI_KNOWNDEV_NOPROD, + "Conexant", + NULL, + }, + { PCI_VENDOR_DELTA, 0, PCI_KNOWNDEV_NOPROD, "Delta", |