diff options
author | Bill Paul <wpaul@FreeBSD.org> | 2000-09-02 00:02:51 +0000 |
---|---|---|
committer | Bill Paul <wpaul@FreeBSD.org> | 2000-09-02 00:02:51 +0000 |
commit | 21aff61248b982f16dbe1fb71c52e36ac86d0c7e (patch) | |
tree | 665619675d24034b730efbd6a25f73747be0675b /sys/pci/if_dcreg.h | |
parent | 918434c8835b602480dccee4c4aeed2b4b048190 (diff) | |
download | src-21aff61248b982f16dbe1fb71c52e36ac86d0c7e.tar.gz src-21aff61248b982f16dbe1fb71c52e36ac86d0c7e.zip |
Define some more bits in CSR15 needed for previous change.
Notes
Notes:
svn path=/head/; revision=65350
Diffstat (limited to 'sys/pci/if_dcreg.h')
-rw-r--r-- | sys/pci/if_dcreg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_dcreg.h b/sys/pci/if_dcreg.h index bfbed27aec59..abb52edaf4d1 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 /* |