diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-11-10 19:45:18 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-11-10 19:45:18 +0000 |
commit | bb7046b3b9415cb456f1c3377eaec0d229f83a94 (patch) | |
tree | 4711f734ca4331a436141836c7baeae5e9e1a531 /sys | |
parent | dce8cf87789442d9782c92772ebca3b5e0f6986b (diff) |
regen
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index b79dea390cf..a32dc0e68df 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1188 2006/11/09 14:35:55 robert Exp + * OpenBSD: pcidevs,v 1.1189 2006/11/10 19:34:26 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -262,6 +262,7 @@ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ #define PCI_VENDOR_ZOLTRIX 0x15b0 /* Zoltrix */ #define PCI_VENDOR_AGILENT 0x15bc /* Agilent */ +#define PCI_VENDOR_QUICKNET 0x15e2 /* Quicknet Technologies */ #define PCI_VENDOR_NDC 0x15e8 /* National Datacomm */ #define PCI_VENDOR_PDC 0x15e9 /* Pacific Data */ #define PCI_VENDOR_EUMITCOM 0x1638 /* Eumitcom */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index c48e8394c82..d337863af3e 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.1188 2006/11/09 14:35:55 robert Exp + * OpenBSD: pcidevs,v 1.1189 2006/11/10 19:34:26 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -13623,6 +13623,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Agilent", }, { + PCI_VENDOR_QUICKNET, + "Quicknet Technologies", + }, + { PCI_VENDOR_NDC, "National Datacomm", }, |