diff options
author | wpaul <wpaul@FreeBSD.org> | 2000-09-02 00:02:51 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2000-09-02 00:02:51 +0000 |
commit | 963489112f5d81916711f03dcfaf21a653999600 (patch) | |
tree | 17aa6cb9efced02757a377ef09f4e9dc3cdaf601 | |
parent | 069ba53edaed2243ea0664f9d371176a76a24dd2 (diff) | |
download | FreeBSD-src-963489112f5d81916711f03dcfaf21a653999600.zip FreeBSD-src-963489112f5d81916711f03dcfaf21a653999600.tar.gz |
Define some more bits in CSR15 needed for previous change.
-rw-r--r-- | sys/dev/dc/if_dcreg.h | 4 | ||||
-rw-r--r-- | sys/pci/if_dcreg.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/dev/dc/if_dcreg.h b/sys/dev/dc/if_dcreg.h index bfbed27..abb52ed 100644 --- a/sys/dev/dc/if_dcreg.h +++ b/sys/dev/dc/if_dcreg.h @@ -341,6 +341,10 @@ #define DC_WDOG_RXWDOGDIS 0x00000010 #define DC_WDOG_RXWDOGCLK 0x00000020 #define DC_WDOG_MUSTBEZERO 0x00000100 +#define DC_WDOG_AUIBNC 0x00100000 +#define DC_WDOG_ACTIVITY 0x00200000 +#define DC_WDOG_RX_MATCH 0x00400000 +#define DC_WDOG_LINK 0x00800000 #define DC_WDOG_CTLWREN 0x08000000 /* diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index bfbed27..abb52ed 100644 --- a/sys/pci/if_dcreg.h +++ b/sys/pci/if_dcreg.h @@ -341,6 +341,10 @@ #define DC_WDOG_RXWDOGDIS 0x00000010 #define DC_WDOG_RXWDOGCLK 0x00000020 #define DC_WDOG_MUSTBEZERO 0x00000100 +#define DC_WDOG_AUIBNC 0x00100000 +#define DC_WDOG_ACTIVITY 0x00200000 +#define DC_WDOG_RX_MATCH 0x00400000 +#define DC_WDOG_LINK 0x00800000 #define DC_WDOG_CTLWREN 0x08000000 /* |