aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
diff options
context:
space:
mode:
authorTai-hwa Liang <avatar@FreeBSD.org>2005-12-31 01:45:40 +0000
committerTai-hwa Liang <avatar@FreeBSD.org>2005-12-31 01:45:40 +0000
commit93d9fd11364e9efc527363ce27d75652a5df31e0 (patch)
treed1558b17c340e69860863c6fe9a0ab2e9edc4c46 /sys/dev/cardbus
parent15e2d64e15db82d0bfcbb14945b290038a3f0031 (diff)
downloadsrc-93d9fd11364e9efc527363ce27d75652a5df31e0.tar.gz
src-93d9fd11364e9efc527363ce27d75652a5df31e0.zip
Fixing build bustage.
Notes
Notes: svn path=/head/; revision=153920
Diffstat (limited to 'sys/dev/cardbus')
-rw-r--r--sys/dev/cardbus/cardbus_cis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c
index 8dcf500e30a6..d339a7a07542 100644
--- a/sys/dev/cardbus/cardbus_cis.c
+++ b/sys/dev/cardbus/cardbus_cis.c
@@ -363,7 +363,7 @@ decode_tuple_bar(device_t cbdev, device_t child, int id,
(type == SYS_RES_MEMORY &&
dinfo->mprefetchable & (1 << PCI_RID2BAR(bar))) ?
" (Prefetchable)" : "", type == SYS_RES_MEMORY ?
- ((dinfo->mbelow1mb & (1 << PCI_RID2BAR(bar)) ?
+ ((dinfo->mbelow1mb & (1 << PCI_RID2BAR(bar))) ?
" (Below 1Mb)" : "") : ""));
resource_list_add(&dinfo->pci.resources, type, bar, 0UL, ~0UL, len);