Thread (2 messages) 2 messages, 2 authors, 2010-08-08

Re: [PATCH 11/18] pcmcia: do not use io_req_t when calling pcmcia_request_io()

From: Komuro <hidden>
Date: 2010-08-08 13:07:31
Also in: alsa-devel, linux-ide, linux-serial, linux-wireless

Hi,
-    link->io.IOAddrLines =10;
-    link->io.Attributes1 = IO_DATA_PATH_WIDTH_16;
+    link->resource[0]->flags |= IO_DATA_PATH_WIDTH_16;
link->io_lines should be set here?


quoted hunk ↗ jump to hunk
@@ -840,14 +839,15 @@ xirc2ps_config(struct pcmcia_device * link)
	}
	printk(KNOT_XIRC "no ports available\n");
    } else {
-	link->io.NumPorts1 = 16;
+	link->io_lines = 10;
+	link->resource[0]->end = 16;
Best Regards
Komuro
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help