diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-11-09 00:51:27 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-11-09 00:51:27 +0000 |
commit | 56962a3d4ba66fa013e7aa92934a60df9f1105d5 (patch) | |
tree | 568baa9b668e8868c805b1c72949e37274692154 /sys/dev/pci | |
parent | b73eec5f943e1eb830585704a567989dd52d6af7 (diff) |
regen with correct Intersil vendor id
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index e2bebd654f2..55d302d8535 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.461 2001/11/08 19:52:19 mickey Exp + * OpenBSD: pcidevs,v 1.462 2001/11/09 00:49:41 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -504,7 +504,7 @@ #define PCI_VENDOR_ASIX 0x125b /* ASIX */ #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */ #define PCI_VENDOR_ESSTECH 0x125d /* ESS */ -#define PCI_VENDOR_INTERSIL 0x126c /* Intersil */ +#define PCI_VENDOR_INTERSIL 0x1260 /* Intersil */ #define PCI_VENDOR_NORTEL 0x126c /* Nortel Networks */ #define PCI_VENDOR_SMI 0x126f /* Silicon Motion */ #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9b2f34ff7eb..59641c975e5 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.461 2001/11/08 19:52:19 mickey Exp + * OpenBSD: pcidevs,v 1.462 2001/11/09 00:49:41 millert Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ |