diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 1999-09-08 14:27:41 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 1999-09-08 14:27:41 +0000 |
commit | e069fb347287efe387b2b1f6499e9a3c636f17b2 (patch) | |
tree | 69ea9364fcb625fd07d83c1743ba119fbb8a0708 /sys | |
parent | f78e3c439bb69fb8b1304af7493c1a271158a050 (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index dedb5c093be..fe31b50c870 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.177 1999/09/02 07:14:30 downsj Exp + * OpenBSD: pcidevs,v 1.178 1999/09/08 14:25:49 jakob Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -821,6 +821,7 @@ /* Cyclades products */ #define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */ #define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */ +#define PCI_PRODUCT_CYCLADES_CYCLOMY_3 0x0105 /* Cyclom-8YoP */ #define PCI_PRODUCT_CYCLADES_CYCLOMZ_1 0x0200 /* Cyclom-Z below 1M */ #define PCI_PRODUCT_CYCLADES_CYCLOMZ_2 0x0201 /* Cyclom-Z above 1M */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d3eeec3da1d..7a76a2962b9 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.177 1999/09/02 07:14:30 downsj Exp + * OpenBSD: pcidevs,v 1.178 1999/09/08 14:25:49 jakob Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1215,6 +1215,12 @@ struct pci_knowndev pci_knowndevs[] = { "Cyclom-Y above 1M", }, { + PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMY_3, + 0, + "Cyclades", + "Cyclom-8YoP", + }, + { PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMZ_1, 0, "Cyclades", |