diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2011-01-26 07:10:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2011-01-26 07:10:54 +0000 |
commit | 9b83840f74d1a3585c4f2522f88eec5a87b8b4e5 (patch) | |
tree | 5820962726115735e3975e1879d6a33db5e10a4f /sys/dev/pci/pcidevs.h | |
parent | 0eef95c6091f1e879bbf962777105e39a3e34c5c (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 07b3d2d4693..7c0ee4d0cc3 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.1589 2011/01/26 01:45:01 kevlo Exp + * OpenBSD: pcidevs,v 1.1590 2011/01/26 07:09:09 kevlo Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1433,9 +1433,9 @@ #define PCI_PRODUCT_ATTANSIC_L1 0x1048 /* L1 */ #define PCI_PRODUCT_ATTANSIC_L2C 0x1062 /* L2C */ #define PCI_PRODUCT_ATTANSIC_L1C 0x1063 /* L1C */ -#define PCI_PRODUCT_ATTANSIC_L2 0x2048 /* L2 */ #define PCI_PRODUCT_ATTANSIC_L1D 0x1073 /* L1D */ #define PCI_PRODUCT_ATTANSIC_L1D_1 0x1083 /* L1D */ +#define PCI_PRODUCT_ATTANSIC_L2 0x2048 /* L2 */ #define PCI_PRODUCT_ATTANSIC_L2C_1 0x2060 /* L2C */ #define PCI_PRODUCT_ATTANSIC_L2C_2 0x2062 /* L2C */ |