[PATCH] Hotplug PCI driver for 2.4.10

Greg KH (greg@kroah.com)
Tue, 25 Sep 2001 13:32:34 -0700


Hi,

Another release of the Compaq Hotplug PCI driver is available against
2.4.10 is at:
http://www.kroah.com/linux/hotplug/pci-hotplug-2001_09_25-2.4.10.patch.gz
With a full changelog at:
http://www.kroah.com/linux/hotplug/pci-hotplug-Changelog

Changes since the last release:
- forward ported to 2.4.10
- added MODULE_LICENSE("GPL") to the modules.
- fixed 64 bit problems in the hotplug_pci core (thanks to Arjan
van de Ven for pointing this out to me)
- changed the hotplug pci core interface from a controller based
interface to a physical slot based one.
- modified the Compaq driver to match the new hotplug pci core
changes.
- code documentation updates.
- added MODULE support to the hotplug_pci core to prevent a
a child module from disappearing while it is being called.
- no more oops if the hotplug_slot_ops structure is missing a
field.

Again, the old Compaq tool will not work with this version of the
driver. An updated version must be downloaded from the cvs tree at
sf.net at:
http://sourceforge.net/cvs/?group_id=32538

Note: This is probably the LAST release of this driver that the Compaq
user interface tools will work on. If you care about compatiblity with
these tools, please grab this release and keep it :) Also, please let
me know if you have a problem with this.

TODO:
- move the /proc/cpqphpd code out of the compaq driver and into
the hotplug_pci core code.
- change the /proc/cpqphpd interface into a real filesystem.
- either remove the Compaq BIOS specific code or fix it to not
use direct memory accesses (any opinions?)

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/