aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2007-05-16 18:44:56 +0000
committerWarner Losh <imp@FreeBSD.org>2007-05-16 18:44:56 +0000
commitaf3bdf60d57325ebcef568919cf9ce9a8efbef60 (patch)
treeacbf3d720cce1e85d5f2987db72d2933c916e9c0 /sys/dev/pccbb
parent4b3337405d46175ef118dfcf41bf2d2edde1a59f (diff)
Notes
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 3f8fefdf1aec..2e14811f2488 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -1168,7 +1168,7 @@ cbb_cardbus_alloc_resource(device_t brdev, device_t child, int type,
res = BUS_ALLOC_RESOURCE(device_get_parent(brdev), child, type, rid,
start, end, count, flags & ~RF_ACTIVE);
if (res == NULL) {
- printf("cbb alloc res fail\n");
+ printf("cbb alloc res fail type %d rid %x\n", type, *rid);
return (NULL);
}
cbb_insert_res(sc, res, type, *rid);