diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-08-02 16:31:11 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-08-02 16:31:11 +0000 |
| commit | c400cb27d25238fa353d0e75c077ded5c5ebee1f (patch) | |
| tree | c362580d9a959cf2bdbfeb078a0d560424ac3b6c /sys | |
| parent | bb7f26c3d960bcebf79fd096cb10a838200c320a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/dc/if_dcreg.h | 1 | ||||
| -rw-r--r-- | sys/pci/if_dcreg.h | 1 |
2 files changed, 2 insertions, 0 deletions
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. |
