An error occurred fetching the project authors.
- 06 Feb, 2003 2 commits
-
-
Daniel Stekloff authored
The patch is modeled after your method for creating files for usb. It makes a single file for pci sysfs files (except for pool, which I haven't touched yet). It also exposes more pci information to User Space through sysfs. Finally, it removes the dependence on the proc pci code for sysfs files.
-
Greg Kroah-Hartman authored
Moved functions from drivers/hotplug/pci_hotplug_util.c to drivers/pci/hotplug.c, which is a better place for them.
-
- 07 Jan, 2003 1 commit
-
-
Greg Kroah-Hartman authored
This is only used by pci hotplug and cardbus systems.
-
- 02 Nov, 2002 1 commit
-
-
Russell King authored
Fix comments about /sbin/hotplug; pci_insert_device does not call /sbin/hotplug.
-
- 27 Sep, 2002 1 commit
-
-
Greg Kroah-Hartman authored
-
- 09 Sep, 2002 1 commit
-
-
Greg Kroah-Hartman authored
- removed pci_announce_device_to_drivers() prototype as the function is long gone - always call /sbin/hotplug when pci devices are added to the system if so configured (this includes during the system bring up.)
-
- 29 May, 2002 1 commit
-
-
Patrick Mochel authored
- Change pci_match_device to pci_bus_bind, which becomes bind callback of pci_bus_type - Remove explicit driver binding; let the device core handle it
-
- 28 May, 2002 1 commit
-
-
Patrick Mochel authored
- add struct device_driver field to struct pci_driver - make sure those fields get set on driver registration (and register with core) - remove internal pci_drivers
-
- 16 Apr, 2002 1 commit
-
-
Patrick Mochel authored
-