diff options
author | 2006-08-17 07:20:04 +0000 | |
---|---|---|
committer | 2006-08-17 07:20:04 +0000 | |
commit | 14543eaf1c56bfe37f89c6874c6387b4a7f1d3a6 (patch) | |
tree | 46da1fd4da6b11be3c6ac5089cc1abe3616869df /sys | |
parent | i4 is a pci vendor (diff) | |
download | wireguard-openbsd-14543eaf1c56bfe37f89c6874c6387b4a7f1d3a6.tar.xz wireguard-openbsd-14543eaf1c56bfe37f89c6874c6387b4a7f1d3a6.zip |
sync
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 45ef5da2765..d88a81d0e7d 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.1131 2006/08/09 03:57:51 brad Exp + * OpenBSD: pcidevs,v 1.1132 2006/08/17 07:19:45 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -278,6 +278,7 @@ #define PCI_VENDOR_CAVIUM 0x177d /* Cavium */ #define PCI_VENDOR_BELKIN2 0x1799 /* Belkin */ #define PCI_VENDOR_HAWKING 0x17b3 /* Hawking Technology */ +#define PCI_VENDOR_I4 0x17cf /* I4 */ #define PCI_VENDOR_ARECA 0x17d3 /* Areca */ #define PCI_VENDOR_NETERION 0x17d5 /* Neterion */ #define PCI_VENDOR_INPROCOMM 0x17fe /* INPROCOMM */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a37a194e004..d1e0bb42c2d 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.1131 2006/08/09 03:57:51 brad Exp + * OpenBSD: pcidevs,v 1.1132 2006/08/17 07:19:45 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -12947,6 +12947,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Hawking Technology", }, { + PCI_VENDOR_I4, + "I4", + }, + { PCI_VENDOR_ARECA, "Areca", }, |