Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 628112 Details for
Bug 865736
Only 2 VF can be seen in RHEL5.9 PV guest
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
debug messages in pci_scan_slot()
0003-debug-messages-in-pci_scan_slot.patch (text/plain), 1.12 KB, created by
Laszlo Ersek
on 2012-10-16 11:41:31 UTC
(
hide
)
Description:
debug messages in pci_scan_slot()
Filename:
MIME Type:
Creator:
Laszlo Ersek
Created:
2012-10-16 11:41:31 UTC
Size:
1.12 KB
patch
obsolete
>From 581e7b770693616b1f44f4050aa2b2ffa7eec032 Mon Sep 17 00:00:00 2001 >From: Laszlo Ersek <lersek@redhat.com> >Date: Tue, 16 Oct 2012 13:19:56 +0200 >Subject: [RHEL5.9 Xen PATCH 3/3] debug messages in pci_scan_slot() > > >Signed-off-by: Laszlo Ersek <lersek@redhat.com> >--- > drivers/pci/probe.c | 7 +++++++ > 1 files changed, 7 insertions(+), 0 deletions(-) > >diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c >index e79f1fa..3d51321 100644 >--- a/drivers/pci/probe.c >+++ b/drivers/pci/probe.c >@@ -996,11 +996,18 @@ int __devinit pci_scan_slot(struct pci_bus *bus, int devfn) > > scan_all_fns = pcibios_scan_all_fns(bus, devfn); > >+ printk(KERN_DEBUG "%s: scan_all_fns=%d\n", __FUNCTION__, scan_all_fns); > for (func = 0; func < 8; func++, devfn++) { > struct pci_dev *dev; > >+ printk(KERN_DEBUG "%s: func=%d devfn=%x\n", __FUNCTION__, func, >+ devfn); > dev = pci_scan_single_device(bus, devfn); >+ printk(KERN_DEBUG "%s: dev=%p\n", __FUNCTION__, (void *)dev); > if (dev) { >+ dev_printk(KERN_DEBUG, &dev->dev, "%s: nr=%d " >+ "multifunction=%d\n", __FUNCTION__, nr, >+ dev->multifunction); > nr++; > > /* >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 865736
:
628089
| 628112 |
628292
|
628739