diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-29 17:11:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-11-29 17:11:19 +0000 |
commit | 38b5a30b70626d67515387095c4d80f877a86445 (patch) | |
tree | 39ed2b9a4f21e58d498ed7257ffb7d42894d8843 /sys/dev/pci/pcidevs.h | |
parent | 1ddc63820f83c09afaf4c3a8f701e248951e7539 (diff) |
regen
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 116a59e0ab8..1bd6a656b81 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.469 2001/11/26 16:37:32 mickey Exp + * OpenBSD: pcidevs,v 1.470 2001/11/29 17:10:57 mickey Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1046,6 +1046,9 @@ #define PCI_PRODUCT_CYCLADES_CYCLOMZ_1 0x0200 /* Cyclom-Z below 1M */ #define PCI_PRODUCT_CYCLADES_CYCLOMZ_2 0x0201 /* Cyclom-Z */ +/* Cyclone Microsystems products */ +#define PCI_PRODUCT_CYCLONE_PCI_700 0x0700 /* IQ80310 (PCI-700) */ + /* Cyrix/National Semiconductor products */ #define PCI_PRODUCT_CYRIX_GXMPCI 0x0001 /* GXm Host-PCI */ #define PCI_PRODUCT_CYRIX_GXMISA 0x0002 /* GXm PCI-ISA */ |