diff options
| author | thorpej <thorpej@NetBSD.org> | 2000-10-19 05:52:15 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2000-10-19 05:52:15 +0000 |
| commit | 5247e9db0b4ae0332d33476b1ea21ff152effa95 (patch) | |
| tree | 8178a756dee0b9848f2cfdabcad50bceaa19e8b2 /sys/dev | |
| parent | 24477b428191ffd1e62fdd095b5905f78fdb379c (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 16 |
2 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index fe2f7edac43..e4ea95c981f 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.271 2000/10/14 06:23:21 simonb Exp $ */ +/* $NetBSD: pcidevs.h,v 1.272 2000/10/19 05:52:15 thorpej Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.265 2000/10/14 06:12:46 simonb Exp + * NetBSD: pcidevs,v 1.266 2000/10/19 05:51:34 thorpej Exp */ /* @@ -546,6 +546,7 @@ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd PCI Vendor ID) */ #define PCI_VENDOR_ADDTRON 0x4033 /* Addtron Technology */ +#define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */ #define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */ #define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */ #define PCI_VENDOR_S3 0x5333 /* S3 */ @@ -1071,6 +1072,9 @@ /* IDT products */ #define PCI_PRODUCT_IDT_77201 0x0001 /* 77201/77211 ATM (\"NICStAR\") */ +/* Industrial Computer Source */ +#define PCI_PRODUCT_INDCOMPSRC_WDT50x 0x22c0 /* PCI-WDT50x Watchdog Timer */ + /* Initio products */ #define PCI_PRODUCT_INITIO_I920 0x0002 /* INIC-920 SCSI */ #define PCI_PRODUCT_INITIO_I940 0x9400 /* INIC-940 SCSI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ec4e8aa8903..4093b5e27c1 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.269 2000/10/14 06:23:21 simonb Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.270 2000/10/19 05:52:16 thorpej Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.265 2000/10/14 06:12:46 simonb Exp + * NetBSD: pcidevs,v 1.266 2000/10/19 05:51:34 thorpej Exp */ /* @@ -2194,6 +2194,12 @@ struct pci_knowndev pci_knowndevs[] = { "77201/77211 ATM (\"NICStAR\")", }, { + PCI_VENDOR_INDCOMPSRC, PCI_PRODUCT_INDCOMPSRC_WDT50x, + 0, + "Industrial Computer Source", + "PCI-WDT50x Watchdog Timer", + }, + { PCI_VENDOR_INITIO, PCI_PRODUCT_INITIO_I920, 0, "Initio", @@ -8230,6 +8236,12 @@ struct pci_knowndev pci_knowndevs[] = { NULL, }, { + PCI_VENDOR_INDCOMPSRC, 0, + PCI_KNOWNDEV_NOPROD, + "Industrial Computer Source", + NULL, + }, + { PCI_VENDOR_NETVIN, 0, PCI_KNOWNDEV_NOPROD, "NetVin", |
