aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/if_xlreg.h
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-09-14 16:33:48 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-09-14 16:33:48 +0000
commitcdeb7b18af188f7998ab602dede762dffc9531e7 (patch)
tree445a01dfa7515342c2007c33a6cba85e534d3ae7 /sys/pci/if_xlreg.h
parenta9f6e997b51c9e85c1b980e6b5965c3994051be5 (diff)
downloadsrc-cdeb7b18af188f7998ab602dede762dffc9531e7.tar.gz
src-cdeb7b18af188f7998ab602dede762dffc9531e7.zip
- 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.
Notes
Notes: svn path=/head/; revision=120058
Diffstat (limited to 'sys/pci/if_xlreg.h')
-rw-r--r--sys/pci/if_xlreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_xlreg.h b/sys/pci/if_xlreg.h
index 9778f26c83a2..d32d63619d3b 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