From adbf28a0ed3867d492773181a1a7a51f2c4a9529 Mon Sep 17 00:00:00 2001 From: avatar Date: Sat, 31 Dec 2005 01:45:40 +0000 Subject: Fixing build bustage. --- sys/dev/cardbus/cardbus_cis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/cardbus') diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index 8dcf500..d339a7a 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); -- cgit v1.1