diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index cf11baeffed..b1c9adc7400 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.323 2000/09/22 18:01:33 aaron Exp + * OpenBSD: pcidevs,v 1.324 2000/09/22 18:03:52 aaron Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2379,6 +2379,12 @@ struct pci_knowndev pci_knowndevs[] = { "82801AB Hub-to-PCI", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82562, + 0, + "Intel", + "82562", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82371SB_ISA, 0, "Intel", |