Displaying 2 results from an estimated 2 matches for "newpci".
Did you mean:
newci
2008 Aug 17
1
[PATCH] pci: rename get_module_name_from_pci_ids
Rename get_module_name_from_pci_ids to get_module_name_from_pcimap since
the module names are read from the modules.pcimap and not pci.ids file.
- Sebastian
Index: syslinux-3.71-12-ga19312b/com32/include/sys/pci.h
===================================================================
--- syslinux-3.71-12-ga19312b.orig/com32/include/sys/pci.h 2008-08-16 19:39:41.000000000 +0200
+++
2011 Jan 06
0
Streets of SimCity under Wine - "No PCI Bus detected."
...OpenGL was not installed properly). SoSC installs just fine from the
CD, but will not invoke:
$ wine Streets.exe
No PCI Bus detected.
Searching on Google Code suggests that the only source for this
message (with the trailing period and without "PCI:" in front of it)
is Glide in /swlibs/newpci/pcilib/fxpci.c; the PCI_ERR_NO_BUS error
comes from pciOpen() after it's attempted two different detection
methods and both have failed.
That's as far as I can understand it. I've never heard of Glide
before, but apparently it's something to do with OpenGL. Is there some
underlying...