From 3f1946ec38239baf6476f8e6e3515728ebd785e3 Mon Sep 17 00:00:00 2001 From: wpaul Date: Wed, 2 Aug 2000 16:31:11 +0000 Subject: [PATCH] Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterday but stupidly only commited to if_dc.c. --- sys/dev/dc/if_dcreg.h | 1 + sys/pci/if_dcreg.h | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h index b9c38680bc62..bfbed27aec59 100644 --- a/sys/dev/dc/if_dcreg.h +++ b/sys/dev/dc/if_dcreg.h @@ -341,6 +341,7 @@ #define DC_WDOG_RXWDOGDIS 0x00000010 #define DC_WDOG_RXWDOGCLK 0x00000020 #define DC_WDOG_MUSTBEZERO 0x00000100 +#define DC_WDOG_CTLWREN 0x08000000 /* * Size of a setup frame. diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index b9c38680bc62..bfbed27aec59 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.h @@ -341,6 +341,7 @@ #define DC_WDOG_RXWDOGDIS 0x00000010 #define DC_WDOG_RXWDOGCLK 0x00000020 #define DC_WDOG_MUSTBEZERO 0x00000100 +#define DC_WDOG_CTLWREN 0x08000000 /* * Size of a setup frame.