blob: f80ece51305d600142b3deb4faab75c5a6cd37a7 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Low-Level PCI Support for PC
3 *
4 * (c) 1999--2000 Martin Mares <mj@ucw.cz>
5 */
6
7#include <linux/sched.h>
8#include <linux/pci.h>
9#include <linux/ioport.h>
10#include <linux/init.h>
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -080011#include <linux/dmi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012
13#include <asm/acpi.h>
14#include <asm/segment.h>
15#include <asm/io.h>
16#include <asm/smp.h>
Jaswinder Singh Rajput82487712008-12-27 18:32:28 +053017#include <asm/pci_x86.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
Linus Torvalds1da177e2005-04-16 15:20:36 -070019unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
20 PCI_PROBE_MMCONF;
21
Yinghai Lue3f2bae2008-05-22 14:35:11 -070022unsigned int pci_early_dump_regs;
Adrian Bunk2b290da2006-11-16 13:16:23 +010023static int pci_bf_sort;
Linus Torvalds1da177e2005-04-16 15:20:36 -070024int pci_routeirq;
Stefan Assmanna9322f62008-06-11 16:35:14 +020025int noioapicquirk;
Stefan Assmann41b9eb22008-07-15 13:48:55 +020026#ifdef CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS
27int noioapicreroute = 0;
28#else
Stefan Assmann91979792008-06-11 16:35:15 +020029int noioapicreroute = 1;
Stefan Assmann41b9eb22008-07-15 13:48:55 +020030#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070031int pcibios_last_bus = -1;
jayalk@intworks.biz120bb422005-03-21 20:20:42 -080032unsigned long pirq_table_addr;
33struct pci_bus *pci_root_bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -070034struct pci_raw_ops *raw_pci_ops;
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050035struct pci_raw_ops *raw_pci_ext_ops;
36
37int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn,
38 int reg, int len, u32 *val)
39{
Matthew Wilcoxbeef3122008-07-11 15:21:17 -060040 if (domain == 0 && reg < 256 && raw_pci_ops)
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050041 return raw_pci_ops->read(domain, bus, devfn, reg, len, val);
42 if (raw_pci_ext_ops)
43 return raw_pci_ext_ops->read(domain, bus, devfn, reg, len, val);
44 return -EINVAL;
45}
46
47int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn,
48 int reg, int len, u32 val)
49{
Matthew Wilcoxbeef3122008-07-11 15:21:17 -060050 if (domain == 0 && reg < 256 && raw_pci_ops)
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050051 return raw_pci_ops->write(domain, bus, devfn, reg, len, val);
52 if (raw_pci_ext_ops)
53 return raw_pci_ext_ops->write(domain, bus, devfn, reg, len, val);
54 return -EINVAL;
55}
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
57static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value)
58{
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050059 return raw_pci_read(pci_domain_nr(bus), bus->number,
Jeff Garzika79e4192007-10-11 16:58:30 -040060 devfn, where, size, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -070061}
62
63static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value)
64{
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050065 return raw_pci_write(pci_domain_nr(bus), bus->number,
Jeff Garzika79e4192007-10-11 16:58:30 -040066 devfn, where, size, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -070067}
68
69struct pci_ops pci_root_ops = {
70 .read = pci_read,
71 .write = pci_write,
72};
73
74/*
75 * legacy, numa, and acpi all want to call pcibios_scan_root
76 * from their initcalls. This flag prevents that.
77 */
78int pcibios_scanned;
79
80/*
81 * This interrupt-safe spinlock protects all accesses to PCI
82 * configuration space.
83 */
84DEFINE_SPINLOCK(pci_config_lock);
85
Yinghai Lu13a6ddb2008-03-27 01:31:18 -070086static int __devinit can_skip_ioresource_align(const struct dmi_system_id *d)
87{
88 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN;
89 printk(KERN_INFO "PCI: %s detected, can skip ISA alignment\n", d->ident);
90 return 0;
91}
92
Jan Beulich821508d2009-03-12 12:09:57 +000093static const struct dmi_system_id can_skip_pciprobe_dmi_table[] __devinitconst = {
Yinghai Lu13a6ddb2008-03-27 01:31:18 -070094/*
95 * Systems where PCI IO resource ISA alignment can be skipped
96 * when the ISA enable bit in the bridge control is not set
97 */
98 {
99 .callback = can_skip_ioresource_align,
100 .ident = "IBM System x3800",
101 .matches = {
102 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
103 DMI_MATCH(DMI_PRODUCT_NAME, "x3800"),
104 },
105 },
106 {
107 .callback = can_skip_ioresource_align,
108 .ident = "IBM System x3850",
109 .matches = {
110 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
111 DMI_MATCH(DMI_PRODUCT_NAME, "x3850"),
112 },
113 },
114 {
115 .callback = can_skip_ioresource_align,
116 .ident = "IBM System x3950",
117 .matches = {
118 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
119 DMI_MATCH(DMI_PRODUCT_NAME, "x3950"),
120 },
121 },
122 {}
123};
124
125void __init dmi_check_skip_isa_align(void)
126{
127 dmi_check_system(can_skip_pciprobe_dmi_table);
128}
129
Gary Hadebb71ad82008-05-12 13:57:46 -0700130static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev)
131{
132 struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE];
133
134 if (pci_probe & PCI_NOASSIGN_ROMS) {
135 if (rom_r->parent)
136 return;
137 if (rom_r->start) {
138 /* we deal with BIOS assigned ROM later */
139 return;
140 }
141 rom_r->start = rom_r->end = rom_r->flags = 0;
142 }
143}
144
Matthew Wilcox0bb1be32009-04-16 13:31:10 -0600145void __attribute__((weak)) set_pci_bus_resources_arch_default(struct pci_bus *b)
146{
147}
148
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149/*
150 * Called after each bus is probed, but before its children
151 * are examined.
152 */
153
Matthew Wilcox0bb1be32009-04-16 13:31:10 -0600154void __devinit pcibios_fixup_bus(struct pci_bus *b)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155{
Gary Hadebb71ad82008-05-12 13:57:46 -0700156 struct pci_dev *dev;
157
Matthew Wilcox0bb1be32009-04-16 13:31:10 -0600158 set_pci_bus_resources_arch_default(b);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 pci_read_bridge_bases(b);
Gary Hadebb71ad82008-05-12 13:57:46 -0700160 list_for_each_entry(dev, &b->devices, bus_list)
161 pcibios_fixup_device_resources(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162}
163
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800164/*
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500165 * Only use DMI information to set this if nothing was passed
166 * on the kernel command line (which was parsed earlier).
167 */
168
Jeff Garzik18552562007-10-03 15:15:40 -0400169static int __devinit set_bf_sort(const struct dmi_system_id *d)
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500170{
171 if (pci_bf_sort == pci_bf_sort_default) {
172 pci_bf_sort = pci_dmi_bf;
173 printk(KERN_INFO "PCI: %s detected, enabling pci=bfsort.\n", d->ident);
174 }
175 return 0;
176}
177
178/*
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800179 * Enable renumbering of PCI bus# ranges to reach all PCI busses (Cardbus)
180 */
181#ifdef __i386__
Jeff Garzik18552562007-10-03 15:15:40 -0400182static int __devinit assign_all_busses(const struct dmi_system_id *d)
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800183{
184 pci_probe |= PCI_ASSIGN_ALL_BUSSES;
185 printk(KERN_INFO "%s detected: enabling PCI bus# renumbering"
186 " (pci=assign-busses)\n", d->ident);
187 return 0;
188}
189#endif
190
Jan Beulich821508d2009-03-12 12:09:57 +0000191static const struct dmi_system_id __devinitconst pciprobe_dmi_table[] = {
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500192#ifdef __i386__
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800193/*
194 * Laptops which need pci=assign-busses to see Cardbus cards
195 */
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800196 {
197 .callback = assign_all_busses,
198 .ident = "Samsung X20 Laptop",
199 .matches = {
200 DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"),
201 DMI_MATCH(DMI_PRODUCT_NAME, "SX20S"),
202 },
203 },
204#endif /* __i386__ */
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500205 {
206 .callback = set_bf_sort,
207 .ident = "Dell PowerEdge 1950",
208 .matches = {
209 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
210 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 1950"),
211 },
212 },
213 {
214 .callback = set_bf_sort,
215 .ident = "Dell PowerEdge 1955",
216 .matches = {
217 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
218 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 1955"),
219 },
220 },
221 {
222 .callback = set_bf_sort,
223 .ident = "Dell PowerEdge 2900",
224 .matches = {
225 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
226 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2900"),
227 },
228 },
229 {
230 .callback = set_bf_sort,
231 .ident = "Dell PowerEdge 2950",
232 .matches = {
233 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
234 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2950"),
235 },
236 },
Andy Gospodarekf52383d2007-02-05 16:36:10 -0800237 {
238 .callback = set_bf_sort,
Matt Domschf7a9dae2007-03-23 23:58:07 -0500239 .ident = "Dell PowerEdge R900",
240 .matches = {
241 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
242 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge R900"),
243 },
244 },
245 {
246 .callback = set_bf_sort,
Andy Gospodarekf52383d2007-02-05 16:36:10 -0800247 .ident = "HP ProLiant BL20p G3",
248 .matches = {
249 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
250 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL20p G3"),
251 },
252 },
253 {
254 .callback = set_bf_sort,
255 .ident = "HP ProLiant BL20p G4",
256 .matches = {
257 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
258 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL20p G4"),
259 },
260 },
261 {
262 .callback = set_bf_sort,
263 .ident = "HP ProLiant BL30p G1",
264 .matches = {
265 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
266 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL30p G1"),
267 },
268 },
269 {
270 .callback = set_bf_sort,
271 .ident = "HP ProLiant BL25p G1",
272 .matches = {
273 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
274 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL25p G1"),
275 },
276 },
277 {
278 .callback = set_bf_sort,
279 .ident = "HP ProLiant BL35p G1",
280 .matches = {
281 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
282 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL35p G1"),
283 },
284 },
285 {
286 .callback = set_bf_sort,
287 .ident = "HP ProLiant BL45p G1",
288 .matches = {
289 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
290 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL45p G1"),
291 },
292 },
293 {
294 .callback = set_bf_sort,
295 .ident = "HP ProLiant BL45p G2",
296 .matches = {
297 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
298 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL45p G2"),
299 },
300 },
301 {
302 .callback = set_bf_sort,
303 .ident = "HP ProLiant BL460c G1",
304 .matches = {
305 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
306 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL460c G1"),
307 },
308 },
309 {
310 .callback = set_bf_sort,
311 .ident = "HP ProLiant BL465c G1",
312 .matches = {
313 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
314 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL465c G1"),
315 },
316 },
317 {
318 .callback = set_bf_sort,
319 .ident = "HP ProLiant BL480c G1",
320 .matches = {
321 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
322 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL480c G1"),
323 },
324 },
325 {
326 .callback = set_bf_sort,
327 .ident = "HP ProLiant BL685c G1",
328 .matches = {
329 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
330 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"),
331 },
332 },
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200333 {
334 .callback = set_bf_sort,
Tony Camuso8d64c782008-05-15 14:40:14 -0400335 .ident = "HP ProLiant DL360",
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200336 .matches = {
337 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Tony Camuso8d64c782008-05-15 14:40:14 -0400338 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL360"),
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200339 },
340 },
341 {
342 .callback = set_bf_sort,
Tony Camuso8d64c782008-05-15 14:40:14 -0400343 .ident = "HP ProLiant DL380",
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200344 .matches = {
345 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Tony Camuso8d64c782008-05-15 14:40:14 -0400346 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL380"),
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200347 },
348 },
Juha Laiho5b1ea822007-09-13 21:21:34 +0300349#ifdef __i386__
350 {
351 .callback = assign_all_busses,
352 .ident = "Compaq EVO N800c",
353 .matches = {
354 DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
355 DMI_MATCH(DMI_PRODUCT_NAME, "EVO N800c"),
356 },
357 },
358#endif
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100359 {
360 .callback = set_bf_sort,
Jesse Barnes739db072008-07-07 09:55:26 -0700361 .ident = "HP ProLiant DL385 G2",
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100362 .matches = {
363 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Jesse Barnes739db072008-07-07 09:55:26 -0700364 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL385 G2"),
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100365 },
366 },
367 {
368 .callback = set_bf_sort,
Jesse Barnes739db072008-07-07 09:55:26 -0700369 .ident = "HP ProLiant DL585 G2",
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100370 .matches = {
371 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Jesse Barnes739db072008-07-07 09:55:26 -0700372 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL585 G2"),
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100373 },
374 },
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800375 {}
376};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377
Yinghai Lu0df18ff2008-04-14 15:40:37 -0700378void __init dmi_check_pciprobe(void)
379{
380 dmi_check_system(pciprobe_dmi_table);
381}
382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383struct pci_bus * __devinit pcibios_scan_root(int busnum)
384{
385 struct pci_bus *bus = NULL;
Muli Ben-Yehuda08f1c192007-07-22 00:23:39 +0300386 struct pci_sysdata *sd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
388 while ((bus = pci_find_next_bus(bus)) != NULL) {
389 if (bus->number == busnum) {
390 /* Already scanned */
391 return bus;
392 }
393 }
394
Muli Ben-Yehuda08f1c192007-07-22 00:23:39 +0300395 /* Allocate per-root-bus (not per bus) arch-specific data.
396 * TODO: leak; this memory is never freed.
397 * It's arguable whether it's worth the trouble to care.
398 */
399 sd = kzalloc(sizeof(*sd), GFP_KERNEL);
400 if (!sd) {
401 printk(KERN_ERR "PCI: OOM, not probing PCI bus %02x\n", busnum);
402 return NULL;
403 }
404
Yinghai Lu871d5f82008-02-19 03:20:09 -0800405 sd->node = get_mp_bus_to_node(busnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406
Yinghai Lu871d5f82008-02-19 03:20:09 -0800407 printk(KERN_DEBUG "PCI: Probing PCI hardware (bus %02x)\n", busnum);
408 bus = pci_scan_bus_parented(NULL, busnum, &pci_root_ops, sd);
409 if (!bus)
410 kfree(sd);
411
412 return bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413}
414
415extern u8 pci_cache_line_size;
416
Robert Richter8dd779b2008-07-02 22:50:29 +0200417int __init pcibios_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418{
419 struct cpuinfo_x86 *c = &boot_cpu_data;
420
421 if (!raw_pci_ops) {
Daniel Marjamäkiadcb89072005-11-23 15:44:49 -0800422 printk(KERN_WARNING "PCI: System does not support PCI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 return 0;
424 }
425
426 /*
427 * Assume PCI cacheline size of 32 bytes for all x86s except K7/K8
428 * and P4. It's also good for 386/486s (which actually have 16)
429 * as quite a few PCI devices do not support smaller values.
430 */
431 pci_cache_line_size = 32 >> 2;
432 if (c->x86 >= 6 && c->x86_vendor == X86_VENDOR_AMD)
433 pci_cache_line_size = 64 >> 2; /* K7 & K8 */
434 else if (c->x86 > 6 && c->x86_vendor == X86_VENDOR_INTEL)
435 pci_cache_line_size = 128 >> 2; /* P4 */
436
437 pcibios_resource_survey();
438
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500439 if (pci_bf_sort >= pci_force_bf)
440 pci_sort_breadthfirst();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700441 return 0;
442}
443
Linus Torvalds1da177e2005-04-16 15:20:36 -0700444char * __devinit pcibios_setup(char *str)
445{
446 if (!strcmp(str, "off")) {
447 pci_probe = 0;
448 return NULL;
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500449 } else if (!strcmp(str, "bfsort")) {
450 pci_bf_sort = pci_force_bf;
451 return NULL;
452 } else if (!strcmp(str, "nobfsort")) {
453 pci_bf_sort = pci_force_nobf;
454 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 }
456#ifdef CONFIG_PCI_BIOS
457 else if (!strcmp(str, "bios")) {
458 pci_probe = PCI_PROBE_BIOS;
459 return NULL;
460 } else if (!strcmp(str, "nobios")) {
461 pci_probe &= ~PCI_PROBE_BIOS;
462 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 } else if (!strcmp(str, "biosirq")) {
464 pci_probe |= PCI_BIOS_IRQ_SCAN;
465 return NULL;
jayalk@intworks.biz120bb422005-03-21 20:20:42 -0800466 } else if (!strncmp(str, "pirqaddr=", 9)) {
467 pirq_table_addr = simple_strtoul(str+9, NULL, 0);
468 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 }
470#endif
471#ifdef CONFIG_PCI_DIRECT
472 else if (!strcmp(str, "conf1")) {
473 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS;
474 return NULL;
475 }
476 else if (!strcmp(str, "conf2")) {
477 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS;
478 return NULL;
479 }
480#endif
481#ifdef CONFIG_PCI_MMCONFIG
482 else if (!strcmp(str, "nommconf")) {
483 pci_probe &= ~PCI_PROBE_MMCONF;
484 return NULL;
485 }
Yinghai Lu5f0b2972008-04-14 16:08:25 -0700486 else if (!strcmp(str, "check_enable_amd_mmconf")) {
487 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF;
488 return NULL;
489 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490#endif
491 else if (!strcmp(str, "noacpi")) {
492 acpi_noirq_set();
493 return NULL;
494 }
Andi Kleen0637a702006-09-26 10:52:41 +0200495 else if (!strcmp(str, "noearly")) {
496 pci_probe |= PCI_PROBE_NOEARLY;
497 return NULL;
498 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499#ifndef CONFIG_X86_VISWS
500 else if (!strcmp(str, "usepirqmask")) {
501 pci_probe |= PCI_USE_PIRQ_MASK;
502 return NULL;
503 } else if (!strncmp(str, "irqmask=", 8)) {
504 pcibios_irq_mask = simple_strtol(str+8, NULL, 0);
505 return NULL;
506 } else if (!strncmp(str, "lastbus=", 8)) {
507 pcibios_last_bus = simple_strtol(str+8, NULL, 0);
508 return NULL;
509 }
510#endif
511 else if (!strcmp(str, "rom")) {
512 pci_probe |= PCI_ASSIGN_ROMS;
513 return NULL;
Gary Hadebb71ad82008-05-12 13:57:46 -0700514 } else if (!strcmp(str, "norom")) {
515 pci_probe |= PCI_NOASSIGN_ROMS;
516 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 } else if (!strcmp(str, "assign-busses")) {
518 pci_probe |= PCI_ASSIGN_ALL_BUSSES;
519 return NULL;
Gary Hade62f420f2007-10-03 15:56:51 -0700520 } else if (!strcmp(str, "use_crs")) {
521 pci_probe |= PCI_USE__CRS;
522 return NULL;
Yinghai Lue3f2bae2008-05-22 14:35:11 -0700523 } else if (!strcmp(str, "earlydump")) {
524 pci_early_dump_regs = 1;
525 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526 } else if (!strcmp(str, "routeirq")) {
527 pci_routeirq = 1;
528 return NULL;
Yinghai Lu13a6ddb2008-03-27 01:31:18 -0700529 } else if (!strcmp(str, "skip_isa_align")) {
530 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN;
531 return NULL;
Stefan Assmanna9322f62008-06-11 16:35:14 +0200532 } else if (!strcmp(str, "noioapicquirk")) {
533 noioapicquirk = 1;
534 return NULL;
Stefan Assmann91979792008-06-11 16:35:15 +0200535 } else if (!strcmp(str, "ioapicreroute")) {
536 if (noioapicreroute != -1)
537 noioapicreroute = 0;
538 return NULL;
Stefan Assmann41b9eb22008-07-15 13:48:55 +0200539 } else if (!strcmp(str, "noioapicreroute")) {
540 if (noioapicreroute != -1)
541 noioapicreroute = 1;
542 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543 }
544 return str;
545}
546
547unsigned int pcibios_assign_all_busses(void)
548{
549 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0;
550}
551
552int pcibios_enable_device(struct pci_dev *dev, int mask)
553{
554 int err;
555
Bjorn Helgaasb81d9882008-03-04 11:57:01 -0700556 if ((err = pci_enable_resources(dev, mask)) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557 return err;
558
Rafael J. Wysocki16cf0eb2009-01-05 14:50:27 +0100559 if (!pci_dev_msi_enabled(dev))
Eric W. Biedermanbba6f6f2007-03-28 15:36:09 +0200560 return pcibios_enable_irq(dev);
561 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562}
David Shaohua Li87bec662005-07-27 23:02:00 -0400563
564void pcibios_disable_device (struct pci_dev *dev)
565{
Rafael J. Wysocki16cf0eb2009-01-05 14:50:27 +0100566 if (!pci_dev_msi_enabled(dev) && pcibios_disable_irq)
David Shaohua Li87bec662005-07-27 23:02:00 -0400567 pcibios_disable_irq(dev);
568}
Muli Ben-Yehuda73c59af2007-08-10 13:01:19 -0700569
Andrew Patterson0ef5f8f2008-11-10 15:30:50 -0700570int pci_ext_cfg_avail(struct pci_dev *dev)
571{
572 if (raw_pci_ext_ops)
573 return 1;
574 else
575 return 0;
576}
577
Sam Ravnborg98db6f12008-04-29 22:38:48 +0200578struct pci_bus * __devinit pci_scan_bus_on_node(int busno, struct pci_ops *ops, int node)
Muli Ben-Yehuda73c59af2007-08-10 13:01:19 -0700579{
580 struct pci_bus *bus = NULL;
581 struct pci_sysdata *sd;
582
583 /*
584 * Allocate per-root-bus (not per bus) arch-specific data.
585 * TODO: leak; this memory is never freed.
586 * It's arguable whether it's worth the trouble to care.
587 */
588 sd = kzalloc(sizeof(*sd), GFP_KERNEL);
589 if (!sd) {
590 printk(KERN_ERR "PCI: OOM, skipping PCI bus %02x\n", busno);
591 return NULL;
592 }
Yinghai Lu871d5f82008-02-19 03:20:09 -0800593 sd->node = node;
594 bus = pci_scan_bus(busno, ops, sd);
Muli Ben-Yehuda73c59af2007-08-10 13:01:19 -0700595 if (!bus)
596 kfree(sd);
597
598 return bus;
599}
Yinghai Lu871d5f82008-02-19 03:20:09 -0800600
Sam Ravnborg98db6f12008-04-29 22:38:48 +0200601struct pci_bus * __devinit pci_scan_bus_with_sysdata(int busno)
Yinghai Lu871d5f82008-02-19 03:20:09 -0800602{
603 return pci_scan_bus_on_node(busno, &pci_root_ops, -1);
604}