diff options
author | 2006-01-18 00:24:51 +0000 | |
---|---|---|
committer | 2006-01-18 00:24:51 +0000 | |
commit | 0be6727719eba701549924bf560bb5b1a46a2b3e (patch) | |
tree | 0fd6e2719200a69f98f0ecf09c5fbd1a0fbc42d6 | |
parent | add the vendor id for Agilent Technologies (diff) | |
download | wireguard-openbsd-0be6727719eba701549924bf560bb5b1a46a2b3e.tar.xz wireguard-openbsd-0be6727719eba701549924bf560bb5b1a46a2b3e.zip |
regen
-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 318da51e0e6..0f7c585db05 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.1004 2006/01/14 06:44:40 brad Exp + * OpenBSD: pcidevs,v 1.1005 2006/01/18 00:24:24 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -249,6 +249,7 @@ #define PCI_VENDOR_BLUESTEEL 0x15ab /* Bluesteel */ #define PCI_VENDOR_VMWARE 0x15ad /* VMware */ #define PCI_VENDOR_ZOLTRIX 0x15b0 /* Zoltrix */ +#define PCI_VENDOR_AGILENT 0x15bc /* Agilent */ #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 4e0e7fccac5..799dae02ed2 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.1004 2006/01/14 06:44:40 brad Exp + * OpenBSD: pcidevs,v 1.1005 2006/01/18 00:24:24 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11315,6 +11315,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Zoltrix", }, { + PCI_VENDOR_AGILENT, + "Agilent", + }, + { PCI_VENDOR_NDC, "National Datacomm", }, |