Commit 35de4510 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] add a fixme for the pci

parent cea82a91
...@@ -729,6 +729,7 @@ device_initcall(pci_init); ...@@ -729,6 +729,7 @@ device_initcall(pci_init);
__setup("pci=", pci_setup); __setup("pci=", pci_setup);
#if defined(CONFIG_ISA) || defined(CONFIG_EISA) #if defined(CONFIG_ISA) || defined(CONFIG_EISA)
/* FIXME: Some boxes have multiple ISA bridges! */
struct pci_dev *isa_bridge; struct pci_dev *isa_bridge;
EXPORT_SYMBOL(isa_bridge); EXPORT_SYMBOL(isa_bridge);
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment