Messages in this thread Patch in this message |  | | From | Paul Gortmaker <> | Subject | Add me to /proc/ksyms | Date | Wed, 18 Dec 1996 00:42:52 +1000 (EST) |
| |
Umm, we can't currently load some PCI modules, since the ability to identify the card and vendor aren't exported from the kernel. Minor nit.
Paul.
--- ksyms.c 1996/12/17 04:30:27 1.1 +++ ksyms.c 1996/12/17 04:29:57 @@ -105,6 +105,8 @@ #ifdef CONFIG_PCI /* PCI BIOS support */ + X(pci_strdev), + X(pci_strvendor), X(pcibios_present), X(pcibios_find_class), X(pcibios_find_device),
|  |