| Kernel v2.4.17-pre8 /Documentation/pci.txt |
|---|
 2.4.17-pre8
 Documentation
 pci.txt
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/Documentation/pci.txt linux/Documentation/pci.txt
--- linux-2.4.16/Documentation/pci.txt Mon Nov 26 10:35:04 2001
+++ linux/Documentation/pci.txt Fri Dec 7 18:08:43 2001
@@ -104,6 +104,10 @@
If you are sure the driver is not a hotplug driver then use only
__init/exit __initdata/exitdata.
+ Pointers to functions marked as __devexit must be created using
+ __devexit_p(function_name). That will generate the function
+ name or NULL if the __devexit function will be discarded.
+
2. How to find PCI devices manually (the old style)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|