search for: pci_get_device

Displaying 7 results from an estimated 7 matches for "pci_get_device".

2013 Feb 06
4
FreeBSD-9.1 would not boot on pentium3 laptop
Hello! I have an old Dell Latitude C800 laptop (with Pentium3 CPU in it). FreeBSD 6.3-STABLE was running fine on it, but I decided to update the machine to 9.1-STABLE. Well, neither my own custom kernel, nor even the official 9.1-RELEASE CD1 would boot... In both cases the boot process runs up to detecting uhub0, then either hangs forever or shuts off after a short while. Again, I thought I
2009 Apr 18
1
page fault in sis.ko / drm.ko
Could a drm guru please have a look at kern/133554? Thanks, -cpghost. -- Cordula's Web. http://www.cordula.ws/
2013 Feb 21
6
Warning: Your BIOS is broken
I am getting the following on my 'new box' for my DNS server: Date: Wed, 20 Feb 2013 13:58:04 -0500 From: To: Subject: [abrt] full crash report User-Agent: Heirloom mailx 12.4 7/29/08 abrt_version: 2.0.8 cmdline: ro root=/dev/mapper/vg_onlo3-root_01 rd_NO_LUKS rd_LVM_LV=vg_onlo3/root_01 LANG=en_US.UTF-8 +rd_NO_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us
2006 Jul 26
5
linux-2.6-xen.hg
Hi, Is the http://xenbits.xensource.com/linux-2.6-xen.hg tree still being updated? if not, what''s the preferred Linux tree to track that has all of the Xen bits? Thanks, Muli _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...roller"); + pr_err("could not register cPCI hotplug controller\n"); goto init_hc_error; } - dbg("registered controller"); + dbg("registered controller\n"); /* Look for first device matching cPCI bus's bridge vendor and device IDs */ if(!(bus0_dev = pci_get_device(PCI_VENDOR_ID_DEC, @@ -248,24 +248,24 @@ static int zt5550_hc_init_one (struct pci_dev *pdev, const struct pci_device_id status = cpci_hp_register_bus(bus0, 0x0a, 0x0f); if(status != 0) { - err("could not register cPCI hotplug bus"); + pr_err("could not register cPCI hotplug...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...roller"); + pr_err("could not register cPCI hotplug controller\n"); goto init_hc_error; } - dbg("registered controller"); + dbg("registered controller\n"); /* Look for first device matching cPCI bus's bridge vendor and device IDs */ if(!(bus0_dev = pci_get_device(PCI_VENDOR_ID_DEC, @@ -248,24 +248,24 @@ static int zt5550_hc_init_one (struct pci_dev *pdev, const struct pci_device_id status = cpci_hp_register_bus(bus0, 0x0a, 0x0f); if(status != 0) { - err("could not register cPCI hotplug bus"); + pr_err("could not register cPCI hotplug...
2011 Jun 02
0
[PATCH] pci: Use pr_<level> and pr_fmt
...roller"); + pr_err("could not register cPCI hotplug controller\n"); goto init_hc_error; } - dbg("registered controller"); + dbg("registered controller\n"); /* Look for first device matching cPCI bus's bridge vendor and device IDs */ if(!(bus0_dev = pci_get_device(PCI_VENDOR_ID_DEC, @@ -248,24 +248,24 @@ static int zt5550_hc_init_one (struct pci_dev *pdev, const struct pci_device_id status = cpci_hp_register_bus(bus0, 0x0a, 0x0f); if(status != 0) { - err("could not register cPCI hotplug bus"); + pr_err("could not register cPCI hotplug...