| Age | Commit message (Collapse) | Author |
|
This will let include/linux/pci.h get smaller, and is what I should
have done in the first place 2 years ago...
|
|
Thanks to Adrian Bunk <bunk@fs.tum.de> for pointing this out.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
Add new configs to match changes done lately.
|
|
This adds the driver config files. (part 1)
|