summaryrefslogtreecommitdiff
path: root/drivers/hotplug/Kconfig
AgeCommit message (Collapse)Author
2003-06-03PCI Hotplug: move drivers/hotplug/* to drivers/pci/hotplug/*Greg Kroah-Hartman
This will let include/linux/pci.h get smaller, and is what I should have done in the first place 2 years ago...
2003-05-06[PATCH] PCI Hotplug: fix dependancies for CONFIG_HOTPLUG_PCI_ACPIGreg Kroah-Hartman
Thanks to Adrian Bunk <bunk@fs.tum.de> for pointing this out.
2003-02-09[PATCH] Change all <module>.o to .ko in Kconfig filesRusty Russell
From: GertJan Spoelman <kl@gjs.cc> OK, here is a new patch, I edited the old patch and took out the .ko's so now the extension is trimmed instead.
2002-11-02[PATCH] 2.5.45 CompactPCI driver patch 4/4Scott Murray
This is a patch 4 of 4 of my CompactPCI hotplug core and drivers, consisting of the generic port I/O cPCI hotplug driver. Let me know if the kernel parameter parsing code that's #ifndef MODULE is objectionable. I spent quite a while today testing it, it seems reasonably robust. Without it, this driver would only be useable as a module, which I've not figured out how to do with the new kernel configuration stuff.
2002-11-02[PATCH] 2.5.45 CompactPCI driver patch 3/4Scott Murray
This is patch 3 of 4 of my CompactPCI hotplug core and drivers, consisting of the Ziatech ZT5550 hotplug driver. The hardware banging code in this driver started its life in the PICMG 2.12 driver code that MontaVista released at the end of 2001.
2002-11-02[PATCH] 2.5.45 CompactPCI driver patch 2/4Scott Murray
This is patch 2 of 4 of my CompactPCI hotplug core and drivers, consisting of the CompactPCI hotplug driver core. It is basically a glue layer on top of the PCI hotplug core that exposes an API roughly similiar in concept to the API implemented by MontaVista from the PICMG 2.12 specification, minus all the Win32isms and cruft.
2002-10-29[PATCH] kconfig updateRoman Zippel
Add new configs to match changes done lately.
2002-10-29[PATCH] new kernel configuration 5/7Roman Zippel
This adds the driver config files. (part 1)