summaryrefslogtreecommitdiffstats
path: root/drivers/pcmcia/yenta.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pcmcia/yenta.c')
-rw-r--r--drivers/pcmcia/yenta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/yenta.c b/drivers/pcmcia/yenta.c
index 36d0a5d6a..25d3ed11f 100644
--- a/drivers/pcmcia/yenta.c
+++ b/drivers/pcmcia/yenta.c
@@ -672,7 +672,7 @@ static void yenta_allocate_res(pci_socket_t *socket, int nr, unsigned type)
min = PCIBIOS_MIN_MEM; max = ~0U;
if (type & IORESOURCE_IO) {
align = 1024;
- size = 256;
+ size = 1024;
min = PCIBIOS_MIN_IO;
max = 0xffff;
}