diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-04-28 23:21:06 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-04-28 23:21:06 +0000 |
commit | 6df474471702def274bdfe8ca46455a46d4db4d4 (patch) | |
tree | d65db14b673c824fe4fd2a93492db4dfe2a0cd4c /sys/dev/pci/pcidevs.h | |
parent | 73922253ce7c4f2c7b688415c6b752f9f5716a69 (diff) |
Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog
timers.
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 925671caed7..662c385e65a 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -514,6 +514,7 @@ #define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */ #define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd ID) */ #define PCI_VENDOR_ADDTRON 0x4033 /* Addtron */ +#define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */ #define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */ #define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd ID) */ #define PCI_VENDOR_S3 0x5333 /* S3 */ @@ -885,6 +886,9 @@ /* IDT products */ #define PCI_PRODUCT_IDT_77201 0x0001 /* 77201/77211 ATM (NICStAR) */ +/* Industrial Computer Source products */ +#define PCI_PRODUCT_INDCOMPSRC_WDT50x 0x22c0 /* WDT 50x Watchdog Timer */ + /* Integrated Micro Solutions products */ #define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */ |