pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
[deliverable/linux.git] / Documentation / pcmcia / driver-changes.txt
index 86e0f491f85e2d56c5f3fb5a15dbb1c0f60e6ea5..62a029f24f46a8b7e7541735f9c91c2035e42b26 100644 (file)
@@ -1,4 +1,10 @@
 This file details changes in 2.6 which affect PCMCIA card driver authors:
+* pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36)
+   pcmcia_request_configuration() got renamed to pcmcia_enable_device(),
+   as it mirrors pcmcia_disable_device(). Configuration settings are now
+   stored in struct pcmcia_device, e.g. in the fields config_flags,
+   config_index, config_base, vpp.
+
 * pcmcia_request_window changes (as of 2.6.36)
    Instead of win_req_t, drivers are now requested to fill out
    struct pcmcia_device *p_dev->resource[2,3,4,5] for up to four ioport
This page took 0.027412 seconds and 5 git commands to generate.