blob: f7c8a399978ccdfe266d7919b0f8a59db8fbea25 [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>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090012#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013
14#include <asm/acpi.h>
15#include <asm/segment.h>
16#include <asm/io.h>
17#include <asm/smp.h>
Jaswinder Singh Rajput82487712008-12-27 18:32:28 +053018#include <asm/pci_x86.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Linus Torvalds1da177e2005-04-16 15:20:36 -070020unsigned int pci_probe = PCI_PROBE_BIOS | PCI_PROBE_CONF1 | PCI_PROBE_CONF2 |
21 PCI_PROBE_MMCONF;
22
Yinghai Lue3f2bae2008-05-22 14:35:11 -070023unsigned int pci_early_dump_regs;
Adrian Bunk2b290da2006-11-16 13:16:23 +010024static int pci_bf_sort;
Linus Torvalds1da177e2005-04-16 15:20:36 -070025int pci_routeirq;
Stefan Assmanna9322f62008-06-11 16:35:14 +020026int noioapicquirk;
Stefan Assmann41b9eb22008-07-15 13:48:55 +020027#ifdef CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS
28int noioapicreroute = 0;
29#else
Stefan Assmann91979792008-06-11 16:35:15 +020030int noioapicreroute = 1;
Stefan Assmann41b9eb22008-07-15 13:48:55 +020031#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070032int pcibios_last_bus = -1;
jayalk@intworks.biz120bb422005-03-21 20:20:42 -080033unsigned long pirq_table_addr;
34struct pci_bus *pci_root_bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -070035struct pci_raw_ops *raw_pci_ops;
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050036struct pci_raw_ops *raw_pci_ext_ops;
37
38int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn,
39 int reg, int len, u32 *val)
40{
Matthew Wilcoxbeef3122008-07-11 15:21:17 -060041 if (domain == 0 && reg < 256 && raw_pci_ops)
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050042 return raw_pci_ops->read(domain, bus, devfn, reg, len, val);
43 if (raw_pci_ext_ops)
44 return raw_pci_ext_ops->read(domain, bus, devfn, reg, len, val);
45 return -EINVAL;
46}
47
48int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn,
49 int reg, int len, u32 val)
50{
Matthew Wilcoxbeef3122008-07-11 15:21:17 -060051 if (domain == 0 && reg < 256 && raw_pci_ops)
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050052 return raw_pci_ops->write(domain, bus, devfn, reg, len, val);
53 if (raw_pci_ext_ops)
54 return raw_pci_ext_ops->write(domain, bus, devfn, reg, len, val);
55 return -EINVAL;
56}
Linus Torvalds1da177e2005-04-16 15:20:36 -070057
58static int pci_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *value)
59{
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050060 return raw_pci_read(pci_domain_nr(bus), bus->number,
Jeff Garzika79e4192007-10-11 16:58:30 -040061 devfn, where, size, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -070062}
63
64static int pci_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 value)
65{
Matthew Wilcoxb6ce0682008-02-10 09:45:28 -050066 return raw_pci_write(pci_domain_nr(bus), bus->number,
Jeff Garzika79e4192007-10-11 16:58:30 -040067 devfn, where, size, value);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068}
69
70struct pci_ops pci_root_ops = {
71 .read = pci_read,
72 .write = pci_write,
73};
74
75/*
Linus Torvalds1da177e2005-04-16 15:20:36 -070076 * This interrupt-safe spinlock protects all accesses to PCI
77 * configuration space.
78 */
Thomas Gleixnerd19f61f2010-02-17 14:35:25 +000079DEFINE_RAW_SPINLOCK(pci_config_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
Yinghai Lu13a6ddb2008-03-27 01:31:18 -070081static int __devinit can_skip_ioresource_align(const struct dmi_system_id *d)
82{
83 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN;
84 printk(KERN_INFO "PCI: %s detected, can skip ISA alignment\n", d->ident);
85 return 0;
86}
87
Jan Beulich821508d2009-03-12 12:09:57 +000088static const struct dmi_system_id can_skip_pciprobe_dmi_table[] __devinitconst = {
Yinghai Lu13a6ddb2008-03-27 01:31:18 -070089/*
90 * Systems where PCI IO resource ISA alignment can be skipped
91 * when the ISA enable bit in the bridge control is not set
92 */
93 {
94 .callback = can_skip_ioresource_align,
95 .ident = "IBM System x3800",
96 .matches = {
97 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
98 DMI_MATCH(DMI_PRODUCT_NAME, "x3800"),
99 },
100 },
101 {
102 .callback = can_skip_ioresource_align,
103 .ident = "IBM System x3850",
104 .matches = {
105 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
106 DMI_MATCH(DMI_PRODUCT_NAME, "x3850"),
107 },
108 },
109 {
110 .callback = can_skip_ioresource_align,
111 .ident = "IBM System x3950",
112 .matches = {
113 DMI_MATCH(DMI_SYS_VENDOR, "IBM"),
114 DMI_MATCH(DMI_PRODUCT_NAME, "x3950"),
115 },
116 },
117 {}
118};
119
120void __init dmi_check_skip_isa_align(void)
121{
122 dmi_check_system(can_skip_pciprobe_dmi_table);
123}
124
Gary Hadebb71ad82008-05-12 13:57:46 -0700125static void __devinit pcibios_fixup_device_resources(struct pci_dev *dev)
126{
127 struct resource *rom_r = &dev->resource[PCI_ROM_RESOURCE];
Mike Habeck7bd1c362010-05-12 11:14:32 -0700128 struct resource *bar_r;
129 int bar;
130
131 if (pci_probe & PCI_NOASSIGN_BARS) {
132 /*
133 * If the BIOS did not assign the BAR, zero out the
134 * resource so the kernel doesn't attmept to assign
135 * it later on in pci_assign_unassigned_resources
136 */
137 for (bar = 0; bar <= PCI_STD_RESOURCE_END; bar++) {
138 bar_r = &dev->resource[bar];
139 if (bar_r->start == 0 && bar_r->end != 0) {
140 bar_r->flags = 0;
141 bar_r->end = 0;
142 }
143 }
144 }
Gary Hadebb71ad82008-05-12 13:57:46 -0700145
146 if (pci_probe & PCI_NOASSIGN_ROMS) {
147 if (rom_r->parent)
148 return;
149 if (rom_r->start) {
150 /* we deal with BIOS assigned ROM later */
151 return;
152 }
153 rom_r->start = rom_r->end = rom_r->flags = 0;
154 }
155}
156
Linus Torvalds1da177e2005-04-16 15:20:36 -0700157/*
158 * Called after each bus is probed, but before its children
159 * are examined.
160 */
161
Matthew Wilcox0bb1be32009-04-16 13:31:10 -0600162void __devinit pcibios_fixup_bus(struct pci_bus *b)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163{
Gary Hadebb71ad82008-05-12 13:57:46 -0700164 struct pci_dev *dev;
165
Yinghai Lu0e94ecd2009-04-18 10:11:25 -0700166 /* root bus? */
167 if (!b->parent)
168 x86_pci_root_bus_res_quirks(b);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 pci_read_bridge_bases(b);
Gary Hadebb71ad82008-05-12 13:57:46 -0700170 list_for_each_entry(dev, &b->devices, bus_list)
171 pcibios_fixup_device_resources(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700172}
173
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800174/*
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500175 * Only use DMI information to set this if nothing was passed
176 * on the kernel command line (which was parsed earlier).
177 */
178
Jeff Garzik18552562007-10-03 15:15:40 -0400179static int __devinit set_bf_sort(const struct dmi_system_id *d)
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500180{
181 if (pci_bf_sort == pci_bf_sort_default) {
182 pci_bf_sort = pci_dmi_bf;
183 printk(KERN_INFO "PCI: %s detected, enabling pci=bfsort.\n", d->ident);
184 }
185 return 0;
186}
187
188/*
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800189 * Enable renumbering of PCI bus# ranges to reach all PCI busses (Cardbus)
190 */
191#ifdef __i386__
Jeff Garzik18552562007-10-03 15:15:40 -0400192static int __devinit assign_all_busses(const struct dmi_system_id *d)
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800193{
194 pci_probe |= PCI_ASSIGN_ALL_BUSSES;
195 printk(KERN_INFO "%s detected: enabling PCI bus# renumbering"
196 " (pci=assign-busses)\n", d->ident);
197 return 0;
198}
199#endif
200
Jan Beulich821508d2009-03-12 12:09:57 +0000201static const struct dmi_system_id __devinitconst pciprobe_dmi_table[] = {
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500202#ifdef __i386__
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800203/*
204 * Laptops which need pci=assign-busses to see Cardbus cards
205 */
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800206 {
207 .callback = assign_all_busses,
208 .ident = "Samsung X20 Laptop",
209 .matches = {
210 DMI_MATCH(DMI_SYS_VENDOR, "Samsung Electronics"),
211 DMI_MATCH(DMI_PRODUCT_NAME, "SX20S"),
212 },
213 },
214#endif /* __i386__ */
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500215 {
216 .callback = set_bf_sort,
217 .ident = "Dell PowerEdge 1950",
218 .matches = {
219 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
220 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 1950"),
221 },
222 },
223 {
224 .callback = set_bf_sort,
225 .ident = "Dell PowerEdge 1955",
226 .matches = {
227 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
228 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 1955"),
229 },
230 },
231 {
232 .callback = set_bf_sort,
233 .ident = "Dell PowerEdge 2900",
234 .matches = {
235 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
236 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2900"),
237 },
238 },
239 {
240 .callback = set_bf_sort,
241 .ident = "Dell PowerEdge 2950",
242 .matches = {
243 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
244 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge 2950"),
245 },
246 },
Andy Gospodarekf52383d2007-02-05 16:36:10 -0800247 {
248 .callback = set_bf_sort,
Matt Domschf7a9dae2007-03-23 23:58:07 -0500249 .ident = "Dell PowerEdge R900",
250 .matches = {
251 DMI_MATCH(DMI_SYS_VENDOR, "Dell"),
252 DMI_MATCH(DMI_PRODUCT_NAME, "PowerEdge R900"),
253 },
254 },
255 {
256 .callback = set_bf_sort,
Andy Gospodarekf52383d2007-02-05 16:36:10 -0800257 .ident = "HP ProLiant BL20p G3",
258 .matches = {
259 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
260 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL20p G3"),
261 },
262 },
263 {
264 .callback = set_bf_sort,
265 .ident = "HP ProLiant BL20p G4",
266 .matches = {
267 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
268 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL20p G4"),
269 },
270 },
271 {
272 .callback = set_bf_sort,
273 .ident = "HP ProLiant BL30p G1",
274 .matches = {
275 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
276 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL30p G1"),
277 },
278 },
279 {
280 .callback = set_bf_sort,
281 .ident = "HP ProLiant BL25p G1",
282 .matches = {
283 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
284 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL25p G1"),
285 },
286 },
287 {
288 .callback = set_bf_sort,
289 .ident = "HP ProLiant BL35p G1",
290 .matches = {
291 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
292 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL35p G1"),
293 },
294 },
295 {
296 .callback = set_bf_sort,
297 .ident = "HP ProLiant BL45p G1",
298 .matches = {
299 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
300 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL45p G1"),
301 },
302 },
303 {
304 .callback = set_bf_sort,
305 .ident = "HP ProLiant BL45p G2",
306 .matches = {
307 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
308 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL45p G2"),
309 },
310 },
311 {
312 .callback = set_bf_sort,
313 .ident = "HP ProLiant BL460c G1",
314 .matches = {
315 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
316 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL460c G1"),
317 },
318 },
319 {
320 .callback = set_bf_sort,
321 .ident = "HP ProLiant BL465c G1",
322 .matches = {
323 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
324 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL465c G1"),
325 },
326 },
327 {
328 .callback = set_bf_sort,
329 .ident = "HP ProLiant BL480c G1",
330 .matches = {
331 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
332 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL480c G1"),
333 },
334 },
335 {
336 .callback = set_bf_sort,
337 .ident = "HP ProLiant BL685c G1",
338 .matches = {
339 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
340 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL685c G1"),
341 },
342 },
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200343 {
344 .callback = set_bf_sort,
Tony Camuso8d64c7812008-05-15 14:40:14 -0400345 .ident = "HP ProLiant DL360",
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200346 .matches = {
347 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Tony Camuso8d64c7812008-05-15 14:40:14 -0400348 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL360"),
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200349 },
350 },
351 {
352 .callback = set_bf_sort,
Tony Camuso8d64c7812008-05-15 14:40:14 -0400353 .ident = "HP ProLiant DL380",
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200354 .matches = {
355 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Tony Camuso8d64c7812008-05-15 14:40:14 -0400356 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL380"),
Michal Schmidt8f8ae1a2007-10-17 18:04:35 +0200357 },
358 },
Juha Laiho5b1ea822007-09-13 21:21:34 +0300359#ifdef __i386__
360 {
361 .callback = assign_all_busses,
362 .ident = "Compaq EVO N800c",
363 .matches = {
364 DMI_MATCH(DMI_SYS_VENDOR, "Compaq"),
365 DMI_MATCH(DMI_PRODUCT_NAME, "EVO N800c"),
366 },
367 },
368#endif
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100369 {
370 .callback = set_bf_sort,
Jesse Barnes739db072008-07-07 09:55:26 -0700371 .ident = "HP ProLiant DL385 G2",
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100372 .matches = {
373 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Jesse Barnes739db072008-07-07 09:55:26 -0700374 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL385 G2"),
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100375 },
376 },
377 {
378 .callback = set_bf_sort,
Jesse Barnes739db072008-07-07 09:55:26 -0700379 .ident = "HP ProLiant DL585 G2",
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100380 .matches = {
381 DMI_MATCH(DMI_SYS_VENDOR, "HP"),
Jesse Barnes739db072008-07-07 09:55:26 -0700382 DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL585 G2"),
Michal Schmidtc82bc5a2007-11-26 20:42:19 +0100383 },
384 },
Bernhard Kaindl8c4b2cf2006-02-18 01:36:55 -0800385 {}
386};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
Yinghai Lu0df18ff2008-04-14 15:40:37 -0700388void __init dmi_check_pciprobe(void)
389{
390 dmi_check_system(pciprobe_dmi_table);
391}
392
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393struct pci_bus * __devinit pcibios_scan_root(int busnum)
394{
395 struct pci_bus *bus = NULL;
Muli Ben-Yehuda08f1c192007-07-22 00:23:39 +0300396 struct pci_sysdata *sd;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397
398 while ((bus = pci_find_next_bus(bus)) != NULL) {
399 if (bus->number == busnum) {
400 /* Already scanned */
401 return bus;
402 }
403 }
404
Muli Ben-Yehuda08f1c192007-07-22 00:23:39 +0300405 /* Allocate per-root-bus (not per bus) arch-specific data.
406 * TODO: leak; this memory is never freed.
407 * It's arguable whether it's worth the trouble to care.
408 */
409 sd = kzalloc(sizeof(*sd), GFP_KERNEL);
410 if (!sd) {
411 printk(KERN_ERR "PCI: OOM, not probing PCI bus %02x\n", busnum);
412 return NULL;
413 }
414
Yinghai Lu871d5f82008-02-19 03:20:09 -0800415 sd->node = get_mp_bus_to_node(busnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Yinghai Lu871d5f82008-02-19 03:20:09 -0800417 printk(KERN_DEBUG "PCI: Probing PCI hardware (bus %02x)\n", busnum);
418 bus = pci_scan_bus_parented(NULL, busnum, &pci_root_ops, sd);
419 if (!bus)
420 kfree(sd);
421
422 return bus;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423}
Alex Nixon44de3392010-03-18 14:28:12 -0400424void __init pcibios_set_cache_line_size(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425{
426 struct cpuinfo_x86 *c = &boot_cpu_data;
427
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 /*
Dave Jones76b1a872009-10-14 16:31:39 -0400429 * Set PCI cacheline size to that of the CPU if the CPU has reported it.
430 * (For older CPUs that don't support cpuid, we se it to 32 bytes
431 * It's also good for 386/486s (which actually have 16)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 * as quite a few PCI devices do not support smaller values.
433 */
Dave Jones76b1a872009-10-14 16:31:39 -0400434 if (c->x86_clflush_size > 0) {
435 pci_dfl_cache_line_size = c->x86_clflush_size >> 2;
436 printk(KERN_DEBUG "PCI: pci_cache_line_size set to %d bytes\n",
437 pci_dfl_cache_line_size << 2);
438 } else {
439 pci_dfl_cache_line_size = 32 >> 2;
440 printk(KERN_DEBUG "PCI: Unknown cacheline size. Setting to 32 bytes\n");
441 }
Alex Nixon44de3392010-03-18 14:28:12 -0400442}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443
Alex Nixon44de3392010-03-18 14:28:12 -0400444int __init pcibios_init(void)
445{
446 if (!raw_pci_ops) {
447 printk(KERN_WARNING "PCI: System does not support PCI\n");
448 return 0;
449 }
450
451 pcibios_set_cache_line_size();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 pcibios_resource_survey();
453
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500454 if (pci_bf_sort >= pci_force_bf)
455 pci_sort_breadthfirst();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 return 0;
457}
458
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459char * __devinit pcibios_setup(char *str)
460{
461 if (!strcmp(str, "off")) {
462 pci_probe = 0;
463 return NULL;
Matt Domsch6b4b78f2006-09-29 15:23:23 -0500464 } else if (!strcmp(str, "bfsort")) {
465 pci_bf_sort = pci_force_bf;
466 return NULL;
467 } else if (!strcmp(str, "nobfsort")) {
468 pci_bf_sort = pci_force_nobf;
469 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 }
471#ifdef CONFIG_PCI_BIOS
472 else if (!strcmp(str, "bios")) {
473 pci_probe = PCI_PROBE_BIOS;
474 return NULL;
475 } else if (!strcmp(str, "nobios")) {
476 pci_probe &= ~PCI_PROBE_BIOS;
477 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700478 } else if (!strcmp(str, "biosirq")) {
479 pci_probe |= PCI_BIOS_IRQ_SCAN;
480 return NULL;
jayalk@intworks.biz120bb422005-03-21 20:20:42 -0800481 } else if (!strncmp(str, "pirqaddr=", 9)) {
482 pirq_table_addr = simple_strtoul(str+9, NULL, 0);
483 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484 }
485#endif
486#ifdef CONFIG_PCI_DIRECT
487 else if (!strcmp(str, "conf1")) {
488 pci_probe = PCI_PROBE_CONF1 | PCI_NO_CHECKS;
489 return NULL;
490 }
491 else if (!strcmp(str, "conf2")) {
492 pci_probe = PCI_PROBE_CONF2 | PCI_NO_CHECKS;
493 return NULL;
494 }
495#endif
496#ifdef CONFIG_PCI_MMCONFIG
497 else if (!strcmp(str, "nommconf")) {
498 pci_probe &= ~PCI_PROBE_MMCONF;
499 return NULL;
500 }
Yinghai Lu5f0b2972008-04-14 16:08:25 -0700501 else if (!strcmp(str, "check_enable_amd_mmconf")) {
502 pci_probe |= PCI_CHECK_ENABLE_AMD_MMCONF;
503 return NULL;
504 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505#endif
506 else if (!strcmp(str, "noacpi")) {
507 acpi_noirq_set();
508 return NULL;
509 }
Andi Kleen0637a702006-09-26 10:52:41 +0200510 else if (!strcmp(str, "noearly")) {
511 pci_probe |= PCI_PROBE_NOEARLY;
512 return NULL;
513 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700514#ifndef CONFIG_X86_VISWS
515 else if (!strcmp(str, "usepirqmask")) {
516 pci_probe |= PCI_USE_PIRQ_MASK;
517 return NULL;
518 } else if (!strncmp(str, "irqmask=", 8)) {
519 pcibios_irq_mask = simple_strtol(str+8, NULL, 0);
520 return NULL;
521 } else if (!strncmp(str, "lastbus=", 8)) {
522 pcibios_last_bus = simple_strtol(str+8, NULL, 0);
523 return NULL;
524 }
525#endif
526 else if (!strcmp(str, "rom")) {
527 pci_probe |= PCI_ASSIGN_ROMS;
528 return NULL;
Gary Hadebb71ad82008-05-12 13:57:46 -0700529 } else if (!strcmp(str, "norom")) {
530 pci_probe |= PCI_NOASSIGN_ROMS;
531 return NULL;
Mike Habeck7bd1c362010-05-12 11:14:32 -0700532 } else if (!strcmp(str, "nobar")) {
533 pci_probe |= PCI_NOASSIGN_BARS;
534 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 } else if (!strcmp(str, "assign-busses")) {
536 pci_probe |= PCI_ASSIGN_ALL_BUSSES;
537 return NULL;
Linus Torvalds236e9462009-06-24 16:23:03 -0700538 } else if (!strcmp(str, "use_crs")) {
539 pci_probe |= PCI_USE__CRS;
Gary Hade62f420f2007-10-03 15:56:51 -0700540 return NULL;
Bjorn Helgaas7bc5e3f2010-02-23 10:24:41 -0700541 } else if (!strcmp(str, "nocrs")) {
542 pci_probe |= PCI_ROOT_NO_CRS;
543 return NULL;
Yinghai Lue3f2bae2008-05-22 14:35:11 -0700544 } else if (!strcmp(str, "earlydump")) {
545 pci_early_dump_regs = 1;
546 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 } else if (!strcmp(str, "routeirq")) {
548 pci_routeirq = 1;
549 return NULL;
Yinghai Lu13a6ddb2008-03-27 01:31:18 -0700550 } else if (!strcmp(str, "skip_isa_align")) {
551 pci_probe |= PCI_CAN_SKIP_ISA_ALIGN;
552 return NULL;
Stefan Assmanna9322f62008-06-11 16:35:14 +0200553 } else if (!strcmp(str, "noioapicquirk")) {
554 noioapicquirk = 1;
555 return NULL;
Stefan Assmann91979792008-06-11 16:35:15 +0200556 } else if (!strcmp(str, "ioapicreroute")) {
557 if (noioapicreroute != -1)
558 noioapicreroute = 0;
559 return NULL;
Stefan Assmann41b9eb22008-07-15 13:48:55 +0200560 } else if (!strcmp(str, "noioapicreroute")) {
561 if (noioapicreroute != -1)
562 noioapicreroute = 1;
563 return NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 }
565 return str;
566}
567
568unsigned int pcibios_assign_all_busses(void)
569{
570 return (pci_probe & PCI_ASSIGN_ALL_BUSSES) ? 1 : 0;
571}
572
573int pcibios_enable_device(struct pci_dev *dev, int mask)
574{
575 int err;
576
Bjorn Helgaasb81d9882008-03-04 11:57:01 -0700577 if ((err = pci_enable_resources(dev, mask)) < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 return err;
579
Rafael J. Wysocki16cf0eb2009-01-05 14:50:27 +0100580 if (!pci_dev_msi_enabled(dev))
Eric W. Biedermanbba6f6f2007-03-28 15:36:09 +0200581 return pcibios_enable_irq(dev);
582 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583}
David Shaohua Li87bec662005-07-27 23:02:00 -0400584
585void pcibios_disable_device (struct pci_dev *dev)
586{
Rafael J. Wysocki16cf0eb2009-01-05 14:50:27 +0100587 if (!pci_dev_msi_enabled(dev) && pcibios_disable_irq)
David Shaohua Li87bec662005-07-27 23:02:00 -0400588 pcibios_disable_irq(dev);
589}
Muli Ben-Yehuda73c59af2007-08-10 13:01:19 -0700590
Andrew Patterson0ef5f8f2008-11-10 15:30:50 -0700591int pci_ext_cfg_avail(struct pci_dev *dev)
592{
593 if (raw_pci_ext_ops)
594 return 1;
595 else
596 return 0;
597}
598
Sam Ravnborg98db6f12008-04-29 22:38:48 +0200599struct pci_bus * __devinit pci_scan_bus_on_node(int busno, struct pci_ops *ops, int node)
Muli Ben-Yehuda73c59af2007-08-10 13:01:19 -0700600{
601 struct pci_bus *bus = NULL;
602 struct pci_sysdata *sd;
603
604 /*
605 * Allocate per-root-bus (not per bus) arch-specific data.
606 * TODO: leak; this memory is never freed.
607 * It's arguable whether it's worth the trouble to care.
608 */
609 sd = kzalloc(sizeof(*sd), GFP_KERNEL);
610 if (!sd) {
611 printk(KERN_ERR "PCI: OOM, skipping PCI bus %02x\n", busno);
612 return NULL;
613 }
Yinghai Lu871d5f82008-02-19 03:20:09 -0800614 sd->node = node;
615 bus = pci_scan_bus(busno, ops, sd);
Muli Ben-Yehuda73c59af2007-08-10 13:01:19 -0700616 if (!bus)
617 kfree(sd);
618
619 return bus;
620}
Yinghai Lu871d5f82008-02-19 03:20:09 -0800621
Sam Ravnborg98db6f12008-04-29 22:38:48 +0200622struct pci_bus * __devinit pci_scan_bus_with_sysdata(int busno)
Yinghai Lu871d5f82008-02-19 03:20:09 -0800623{
624 return pci_scan_bus_on_node(busno, &pci_root_ops, -1);
625}
Jesse Barnes25470892009-07-10 14:04:30 -0700626
627/*
628 * NUMA info for PCI busses
629 *
630 * Early arch code is responsible for filling in reasonable values here.
631 * A node id of "-1" means "use current node". In other words, if a bus
632 * has a -1 node id, it's not tightly coupled to any particular chunk
633 * of memory (as is the case on some Nehalem systems).
634 */
635#ifdef CONFIG_NUMA
636
637#define BUS_NR 256
638
639#ifdef CONFIG_X86_64
640
641static int mp_bus_to_node[BUS_NR] = {
642 [0 ... BUS_NR - 1] = -1
643};
644
645void set_mp_bus_to_node(int busnum, int node)
646{
647 if (busnum >= 0 && busnum < BUS_NR)
648 mp_bus_to_node[busnum] = node;
649}
650
651int get_mp_bus_to_node(int busnum)
652{
653 int node = -1;
654
655 if (busnum < 0 || busnum > (BUS_NR - 1))
656 return node;
657
658 node = mp_bus_to_node[busnum];
659
660 /*
661 * let numa_node_id to decide it later in dma_alloc_pages
662 * if there is no ram on that node
663 */
664 if (node != -1 && !node_online(node))
665 node = -1;
666
667 return node;
668}
669
670#else /* CONFIG_X86_32 */
671
Jesse Barnes76baeeb2009-09-18 09:13:57 -0700672static int mp_bus_to_node[BUS_NR] = {
Jesse Barnes25470892009-07-10 14:04:30 -0700673 [0 ... BUS_NR - 1] = -1
674};
675
676void set_mp_bus_to_node(int busnum, int node)
677{
678 if (busnum >= 0 && busnum < BUS_NR)
679 mp_bus_to_node[busnum] = (unsigned char) node;
680}
681
682int get_mp_bus_to_node(int busnum)
683{
684 int node;
685
686 if (busnum < 0 || busnum > (BUS_NR - 1))
687 return 0;
688 node = mp_bus_to_node[busnum];
689 return node;
690}
691
692#endif /* CONFIG_X86_32 */
693
694#endif /* CONFIG_NUMA */