diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index b10ee9d8907..00706b69a9a 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.654 2003/07/20 21:40:48 matthieu Exp + * OpenBSD: pcidevs,v 1.655 2003/07/22 18:53:31 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -5243,6 +5243,10 @@ static const struct pci_known_product pci_known_products[] = { "SonicVibes", }, { + PCI_VENDOR_SAFENET, PCI_PRODUCT_SAFENET_SAFEXCEL, + "SafeXcel", + }, + { PCI_VENDOR_SCHNEIDERKOCH, PCI_PRODUCT_SCHNEIDERKOCH_GE, "984x GE", }, @@ -8979,6 +8983,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Global Sun", }, { + PCI_VENDOR_SAFENET, + "SafeNet", + }, + { PCI_VENDOR_USR2, "US Robotics", }, |