Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] pcmcia: update documentation

Update the PCMCIA documentation to reflect some more, though older, changes.
Parts extracted from an e-mail from Randy Dunlap with his consent.

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Dominik Brodowski and committed by
Linus Torvalds
661d04c6 d277ad0e

+9
+9
Documentation/pcmcia/driver-changes.txt
··· 56 56 memory regions in-use. The name argument should be a pointer to 57 57 your driver name. Eg, for pcnet_cs, name should point to the 58 58 string "pcnet_cs". 59 + 60 + * CardServices is gone 61 + CardServices() in 2.4 is just a big switch statement to call various 62 + services. In 2.6, all of those entry points are exported and called 63 + directly (except for pcmcia_report_error(), just use cs_error() instead). 64 + 65 + * struct pcmcia_driver 66 + You need to use struct pcmcia_driver and pcmcia_{un,}register_driver 67 + instead of {un,}register_pccard_driver