diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-22 18:56:23 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-22 18:56:23 +0000 |
commit | 5b84b7ae45425592b3e2ffd6ee3f1698e37a4fbf (patch) | |
tree | b078a7ac8d7a3ce7655ee184a009f6c8322800af /sys/dev/pci/pcidevs_data.h | |
parent | f1a42cf984909494de7750fe406309db31229585 (diff) |
sync
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", }, |