View | Details | Raw Unified | Return to bug 130230
Collapse All | Expand All

(-)a/drivers/pci/setup-bus.c (-2 / +1 lines)
Lines 40-46 Link Here
40
 * FIXME: IO should be max 256 bytes.  However, since we may
40
 * FIXME: IO should be max 256 bytes.  However, since we may
41
 * have a P2P bridge below a cardbus bridge, we need 4K.
41
 * have a P2P bridge below a cardbus bridge, we need 4K.
42
 */
42
 */
43
#define CARDBUS_IO_SIZE		(4*1024)
43
#define CARDBUS_IO_SIZE		(256)
44
#define CARDBUS_MEM_SIZE	(32*1024*1024)
44
#define CARDBUS_MEM_SIZE	(32*1024*1024)
45
45
46
static void __devinit
46
static void __devinit
47

Return to bug 130230