mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterday
but stupidly only commited to if_dc.c.
This commit is contained in:
parent
bb7f26c3d9
commit
c400cb27d2
2 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue