diff options
author | mdodd <mdodd@FreeBSD.org> | 2003-09-14 16:33:48 +0000 |
---|---|---|
committer | mdodd <mdodd@FreeBSD.org> | 2003-09-14 16:33:48 +0000 |
commit | 62212eee0646e55d33e181d0c92a4bef127c5ce0 (patch) | |
tree | 445a01dfa7515342c2007c33a6cba85e534d3ae7 /sys/pci/if_xlreg.h | |
parent | b81e6a864402855a649403bcad99618c6aef8efc (diff) | |
download | FreeBSD-src-62212eee0646e55d33e181d0c92a4bef127c5ce0.zip FreeBSD-src-62212eee0646e55d33e181d0c92a4bef127c5ce0.tar.gz |
- Avoid calling pci_get_device() more than once in a single function.
- Provide a mechanism to prevent the use of MMIO.
- Prevent the use of MMIO for all 3c575 cardbus cards.
Diffstat (limited to 'sys/pci/if_xlreg.h')
-rw-r--r-- | sys/pci/if_xlreg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h index 9778f26..d32d636 100644 --- a/sys/pci/if_xlreg.h +++ b/sys/pci/if_xlreg.h @@ -572,6 +572,7 @@ struct xl_mii_frame { #define XL_FLAG_INVERT_MII_PWR 0x0040 #define XL_FLAG_NO_XCVR_PWR 0x0080 #define XL_FLAG_USE_MMIO 0x0100 +#define XL_FLAG_NO_MMIO 0x0200 #define XL_NO_XCVR_PWR_MAGICBITS 0x0900 |