[LWN Logo]
[LWN.net]
From:	 Greg KH <greg@kroah.com>
To:	 linux-kernel@vger.kernel.org
Subject: [PATCH] Hotplug PCI driver for 2.4.7
Date:	 Mon, 23 Jul 2001 21:53:16 -0700

Hi,

I've made another release of the Compaq Hotplug PCI driver available at:
	http://www.kroah.com/linux/hotplug/
It is against 2.4.7.

Changes since last release:
	- forward ported to 2.4.7
	- fixed a problem with adding new cards that could cause oopses.
	- moved some pci_access_config calls to native pci_write and
	  pci_read calls where it could be done (pci_access_config is
	  still necessary due to the driver needing to talk to pci cards
	  before the pci_func structure is set up by the pci core.)
	- replaced lots of magic numbers with the proper PCI_* defines.

I think I've addressed all problems that people have told me about in
the past.  If there are any outstanding issues with the driver that
anyone sees could be a problem, please let me know.

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/