diff options
Diffstat (limited to 'Documentation/pcmcia/driver-changes.txt')
-rw-r--r-- | Documentation/pcmcia/driver-changes.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/pcmcia/driver-changes.txt b/Documentation/pcmcia/driver-changes.txt index 86e0f491f85e..62a029f24f46 100644 --- a/Documentation/pcmcia/driver-changes.txt +++ b/Documentation/pcmcia/driver-changes.txt | |||
@@ -1,4 +1,10 @@ | |||
1 | This file details changes in 2.6 which affect PCMCIA card driver authors: | 1 | This file details changes in 2.6 which affect PCMCIA card driver authors: |
2 | * pcmcia_request_configuration -> pcmcia_enable_device (as of 2.6.36) | ||
3 | pcmcia_request_configuration() got renamed to pcmcia_enable_device(), | ||
4 | as it mirrors pcmcia_disable_device(). Configuration settings are now | ||
5 | stored in struct pcmcia_device, e.g. in the fields config_flags, | ||
6 | config_index, config_base, vpp. | ||
7 | |||
2 | * pcmcia_request_window changes (as of 2.6.36) | 8 | * pcmcia_request_window changes (as of 2.6.36) |
3 | Instead of win_req_t, drivers are now requested to fill out | 9 | Instead of win_req_t, drivers are now requested to fill out |
4 | struct pcmcia_device *p_dev->resource[2,3,4,5] for up to four ioport | 10 | struct pcmcia_device *p_dev->resource[2,3,4,5] for up to four ioport |