diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-17 07:20:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-08-17 07:20:05 +0000 |
commit | b85cb66b8e12bc16649e6dd3317b8231be77b6db (patch) | |
tree | 5089505f0f5c952c9304957b7c9014490ef67ba9 /sys/dev/pci | |
parent | 83a138bc406a5e47a73a381aad736edbcac7bd73 (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-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", }, |