An error occurred fetching the project authors.
- 04 Aug, 2004 1 commit
-
-
David Woodhouse authored
Mostly just removing empty pcibios_fixups[] arrays. Signed-off-by:
Greg Kroah-Hartman <greg@kroah.com>
-
- 01 Aug, 2003 1 commit
-
-
Randy Dunlap authored
[ GregKH has already done this is USB and PCI core. ] From: "Warren A. Layton" <zeevon@debian.org> Based on a request from Matthew Wilcox, convert instances of pci_dev->slot_name to use pci_name() instead: "In order to support PCI Domains, we have to stop using slot_name. It's related to driver model transition too since pci_dev->slot_name was redundant with pci_dev->dev.bus_id. So I introduced the inline function pci_name(). Now there's about 300-400 places in the tree that're using slot_name which need to be converted to use pci_name(). once that's done, we can remove the slot_name pointer in pci_dev and save a (void *) per pci_dev."
-
- 23 Jun, 2003 1 commit
-
-
Matthew Wilcox authored
Combine the dev and func arguments to pci_raw_ops into devfn which is more natural all around.
-
- 19 Jun, 2003 1 commit
-
-
Matthew Wilcox authored
-
- 28 Feb, 2003 1 commit
-
-
Martin J. Bligh authored
Patch from Dave Hansen. Fix simple bounding error found by some Stanford-checker type thing to use the proper MAX_MP_BUSSES define instead of a constant.
-
- 07 Jan, 2003 1 commit
-
-
Martin J. Bligh authored
OK, the grand finale ... NUMA-Q is now moved into subarch, so we can kill off the last vestiges - CONFIG_CLUSTERED_APIC, clustered_apic_mode, and smpboot.h (which only contains machine specific stuff now anyway). the esr_disable switch was the last bit, that goes to subarch too. If you end up with an empty smpboot.h due to patch / bitkeeper interactions, please remove it after this ...
-
- 11 Nov, 2002 1 commit
-
-
Art Haas authored
-
- 30 Aug, 2002 1 commit
-
-
Matthew Dobson authored
This patch fixes a bug in NUMA-Q PCI code where the kernel can't find PCI devices on any node other than the first.
-
- 05 Jun, 2002 1 commit
-
-
Tom Rini authored
The following patch cleans up the i386 usage of <linux/init.h>. This remove <linux/init.h> from <asm-i386/system.h> which did not need it, <asm-i386/highmem.h> which only had it due to an extern using __init, which is not needed. This adds <linux/init.h> to <asm-i386/bugs.h> which actually has numerous __init functions and adds <linux/init.h> to 9 files inside of arch/i386 which were indirectly including <linux/init.h> previously.
-
- 29 May, 2002 1 commit
-
-
Andy Grover authored
-
- 07 May, 2002 2 commits
-
-
Greg Kroah-Hartman authored
-
Patrick Mochel authored
-
- 16 Apr, 2002 3 commits
-
-
Patrick Mochel authored
-
Patrick Mochel authored
Make ACPI PCI IRQ routing work a bit better...
-
Patrick Mochel authored
-