diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-05-16 18:42:38 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-05-16 18:42:38 +0000 |
| commit | 4b3337405d46175ef118dfcf41bf2d2edde1a59f (patch) | |
| tree | 122909ff3315da885255c685b3233c48abcfa184 /sys/dev/cardbus | |
| parent | 7a528f5c2ee1d9be97fc67139bfec86f3344cb3c (diff) | |
Notes
Diffstat (limited to 'sys/dev/cardbus')
| -rw-r--r-- | sys/dev/cardbus/cardbus_cis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index 5b8481d3d301..9e5ab03eaa6c 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -451,7 +451,7 @@ cardbus_read_tuple_init(device_t cbdev, device_t child, uint32_t *start, space = *start & PCIM_CIS_ASI_MASK; switch (space) { - case PCIM_CIS_ASI_TUPLE: + case PCIM_CIS_ASI_CONFIG: if (cardbus_cis_debug) device_printf(cbdev, "CIS in PCI config space\n"); /* CIS in PCI config space need no initialization */ |
