]> Pileus Git - ~andy/linux/blobdiff - Documentation/pcmcia/driver-changes.txt
pcmcia: do not use io_req_t when calling pcmcia_request_io()
[~andy/linux] / Documentation / pcmcia / driver-changes.txt
index ff5f0be2470a429051bcb15ba34a77f6f2579409..26c0f9c00545300aeef860eba18422ba79bd2e75 100644 (file)
@@ -1,4 +1,11 @@
 This file details changes in 2.6 which affect PCMCIA card driver authors:
+* pcmcia_request_io changes (as of 2.6.36)
+   Instead of io_req_t, drivers are now requested to fill out
+   struct pcmcia_device *p_dev->resource[0,1] for up to two ioport
+   ranges. After a call to pcmcia_request_io(), the ports found there
+   are reserved, after calling pcmcia_request_configuration(), they may
+   be used.
+
 * No dev_info_t, no cs_types.h (as of 2.6.36)
    dev_info_t and a few other typedefs are removed. No longer use them
    in PCMCIA device drivers. Also, do not include pcmcia/cs_types.h, as