summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-03 06:37:59 +0000
committerimp <imp@FreeBSD.org>2008-11-03 06:37:59 +0000
commit299b48cc38813e81a9dd719e83e8183b293ca256 (patch)
tree5d9caa3dc312328a07bfe65043bc420aedd4194c
parent2ee7e7c4e9cb8490895edca9cbc8c1a2ae8fac82 (diff)
downloadFreeBSD-src-299b48cc38813e81a9dd719e83e8183b293ca256.zip
FreeBSD-src-299b48cc38813e81a9dd719e83e8183b293ca256.tar.gz
Turns out this isn't even used at all... The bogon that I was tracing was
in code from my p4 tree, not -current. Delete it here.
-rw-r--r--sys/dev/cardbus/cardbusreg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/cardbus/cardbusreg.h b/sys/dev/cardbus/cardbusreg.h
index ef93c6e..c0634c8 100644
--- a/sys/dev/cardbus/cardbusreg.h
+++ b/sys/dev/cardbus/cardbusreg.h
@@ -44,9 +44,3 @@
#define CARDBUS_EXROM_DATA_DATA_REV 0x12 /* Revision Level of Code/Data */
#define CARDBUS_EXROM_DATA_CODE_TYPE 0x14 /* Code Type */
#define CARDBUS_EXROM_DATA_INDICATOR 0x15 /* Indicator */
-
-#define CARDBUS_MAPREG_MEM_ADDR_MASK 0xfffffff0
-#define CARDBUS_MAPREG_MEM_ADDR(mr) \
- ((mr) & CARDBUS_MAPREG_MEM_ADDR_MASK)
-#define CARDBUS_MAPREG_MEM_SIZE(mr) \
- (CARDBUS_MAPREG_MEM_ADDR(mr) & (~CARDBUS_MAPREG_MEM_ADDR(mr) + 1))
OpenPOWER on IntegriCloud