search for: detect_pci

Displaying 3 results from an estimated 3 matches for "detect_pci".

Did you mean: detect_cpu
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...in set_generic_info 416445 mS in set_cpu_flags 416500 mS in cpu_detect DISKS: Detecting 416500 mS in detect_disks VPD: Detecting 416555 mS in detect_vpd PCI: 11 devices detected PCI: Resolving names PCI: Resolving class names PCI: Resolving module names PCI: 11 Devices Found 418258 mS in detect_pci PXE: Detecting 418258 mS in detect_pxe VESA: Detecting 418312 mS in detect_vesa done hardware detection, hit any key to resume turns out the problem was missing NSC data in cpuid.c, added in attached patch. Also reattaching previous patch, with more commit-message BTW, is there any interest...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...in set_generic_info 416445 mS in set_cpu_flags 416500 mS in cpu_detect DISKS: Detecting 416500 mS in detect_disks VPD: Detecting 416555 mS in detect_vpd PCI: 11 devices detected PCI: Resolving names PCI: Resolving class names PCI: Resolving module names PCI: 11 Devices Found 418258 mS in detect_pci PXE: Detecting 418258 mS in detect_pxe VESA: Detecting 418312 mS in detect_vesa done hardware detection, hit any key to resume turns out the problem was missing NSC data in cpuid.c, added in attached patch. Also reattaching previous patch, with more commit-message BTW, is there any interest...
2009 Mar 22
2
[PATCH 1/3] pci: remove (void)cfgtype;
Remove "(void)cfgtype;" from com32/lib/pci/scan.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;