search for: pci_scan

Displaying 6 results from an estimated 6 matches for "pci_scan".

Did you mean: dmi_scan
2009 Mar 22
2
[PATCH 1/3] pci: remove (void)cfgtype;
...c. - Sebastian Index: syslinux-3.74-pre11-2-g4fc8259/com32/lib/pci/scan.c =================================================================== --- syslinux-3.74-pre11-2-g4fc8259.orig/com32/lib/pci/scan.c +++ syslinux-3.74-pre11-2-g4fc8259/com32/lib/pci/scan.c @@ -441,7 +441,6 @@ struct pci_domain *pci_scan(void) int cfgtype; cfgtype = pci_set_config_type(PCI_CFG_AUTO); - (void)cfgtype; dprintf("PCI configuration type %d\n", cfgtype); dprintf("Scanning PCI Buses\n"); @@ -521,7 +520,6 @@ void gather_additional_pci_config(struct pciaddr_t a; int cfgtype; cfg...
2008 Jul 13
4
[PATCH] pci: Introduce slot and function information
Introduce slot and function information to pci_device and fill them in pci_scan(). - Sebastian Index: syslinux-3.71-pre5-3-g852d962/com32/include/sys/pci.h =================================================================== --- syslinux-3.71-pre5-3-g852d962.orig/com32/include/sys/pci.h 2008-07-09 22:20:36.000000000 +0200 +++ syslinux-3.71-pre5-3-g852d962/com32/include/sys/pc...
2019 Apr 10
0
pci resource address
...*)(pci_readl(addr + 0x10) & ~0xf); } int fpga_pci_eeprom_init(unsigned char *buf, int size) { int rval; pciaddr_t addr; void *fpga_addr; struct pci_domain *domain; struct pci_device *dev; domain = pci_scan(); if (!domain) { DBGPRINT("couldn't find PCI Domain\n"); return -1; } for_each_pci_func3(dev, domain, addr) { /* TODO: should we do more check...
2008 Aug 17
1
[PATCH] pci: rename get_module_name_from_pci_ids
...nclude/sys/pci.h =================================================================== --- syslinux-3.71-12-ga19312b.orig/com32/include/sys/pci.h 2008-08-16 19:39:41.000000000 +0200 +++ syslinux-3.71-12-ga19312b/com32/include/sys/pci.h 2008-08-16 19:40:06.000000000 +0200 @@ -96,5 +96,5 @@ extern int pci_scan(struct pci_bus_list *pci_bus_list, struct pci_device_list *pci_device_list); extern struct match * find_pci_device(struct pci_device_list *pci_device_list, struct match *list); extern void get_name_from_pci_ids(struct pci_device_list *pci_device_list); -extern void get_module_name_from_pci_ids(st...
2008 Aug 22
1
syslinux-3.71-21-gbd09a6d - build breakage
...to `strtoul' ethersel.o: In function `main': ethersel.c:(.text+0xee): undefined reference to `dev_stdcon_w' ethersel.c:(.text+0xf3): undefined reference to `dev_null_r' ethersel.c:(.text+0xf8): undefined reference to `openconsole' ethersel.c:(.text+0xfd): undefined reference to `pci_scan' ethersel.c:(.text+0x118): undefined reference to `__syslinux_config_file' ethersel.c:(.text+0x12d): undefined reference to `fopen' ethersel.c:(.text+0x196): undefined reference to `malloc' ethersel.c:(.text+0x238): undefined reference to `strtoul' ethersel.c:(.text+0x25a): unde...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and