diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c217fdf9f29..cc2a1e20f5e 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.407 2001/06/17 18:52:48 mickey Exp + * OpenBSD: pcidevs,v 1.408 2001/06/20 21:58:11 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -4127,6 +4127,10 @@ static const struct pci_known_product pci_known_products[] = { "GDT6[15]17RD", }, { + PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_6x23RS, + "GDT6[5]23RS", + }, + { PCI_VENDOR_VORTEX, PCI_PRODUCT_VORTEX_GDT_6x27RD, "GDT6[5]127RD", }, |