Enable PCI.SYS traces

Hi

How can I enable PCI.SYS debug traces (I am using check version of pci.sys)

I found few symbols

PciDebugMsg
PciDebugTrace
PciDebugError

But I didnt find any documentation to how to set those traces…

Thanks
YOssi

Not sure for Vista/2008 but for previous systems look at
http://support.microsoft.com/kb/314743/en-us this explains exactly how to
do it.


Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

“Yossi Leybovich” wrote in message
news:xxxxx@ntdev…
Hi

How can I enable PCI.SYS debug traces (I am using check version of pci.sys)

I found few symbols

PciDebugMsg
PciDebugTrace
PciDebugError

But I didnt find any documentation to how to set those traces…

Thanks
YOssi

Yes I am talking on vista

I saw this article but I couldn’t find PciDebug in the pci.sys image of vista

Does someone knows how it works in vista ?

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-342709-
xxxxx@lists.osr.com] On Behalf Of Don Burn
Sent: Wednesday, November 05, 2008 7:49 PM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Enable PCI.SYS traces

Not sure for Vista/2008 but for previous systems look at
http://support.microsoft.com/kb/314743/en-us this explains exactly how
to
do it.


Don Burn (MVP, Windows DDK)
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply

“Yossi Leybovich” wrote in message
> news:xxxxx@ntdev…
> Hi
>
> How can I enable PCI.SYS debug traces (I am using check version of
> pci.sys)
>
> I found few symbols
>
> PciDebugMsg
> PciDebugTrace
> PciDebugError
>
> But I didnt find any documentation to how to set those traces…
>
>
> Thanks
> YOssi
>
>
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServe

Vista and W2k8 heavily use WPP here and there. You don’t get anything unless you got hold of the TMF and the pri sym. Good luck finding them.


Calvin Guan
Broadcom Corp.
Connecting Everything(r)

— On Wed, 11/5/08, Yossi Leybovich wrote:

> From: Yossi Leybovich
> Subject: RE: Re:[ntdev] Enable PCI.SYS traces
> To: “Windows System Software Devs Interest List”
> Received: Wednesday, November 5, 2008, 10:00 AM
> Yes I am talking on vista
>
> I saw this article but I couldn’t find PciDebug in the
> pci.sys image of vista
>
> Does someone knows how it works in vista ?
>
>
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> [mailto:bounce-342709-
> > xxxxx@lists.osr.com] On Behalf Of Don Burn
> > Sent: Wednesday, November 05, 2008 7:49 PM
> > To: Windows System Software Devs Interest List
> > Subject: Re:[ntdev] Enable PCI.SYS traces
> >
> > Not sure for Vista/2008 but for previous systems look
> at
> > http://support.microsoft.com/kb/314743/en-us this
> explains exactly how
> > to
> > do it.
> >
> >
> > –
> > Don Burn (MVP, Windows DDK)
> > Windows Filesystem and Driver Consulting
> > Website: http://www.windrvr.com
> > Blog: http://msmvps.com/blogs/WinDrvr
> > Remove StopSpam to reply
> >
> >
> >
> > “Yossi Leybovich”
> wrote in message
> > news:xxxxx@ntdev…
> > Hi
> >
> > How can I enable PCI.SYS debug traces (I am using
> check version of
> > pci.sys)
> >
> > I found few symbols
> >
> > PciDebugMsg
> > PciDebugTrace
> > PciDebugError
> >
> > But I didnt find any documentation to how to set those
> traces…
> >
> >
> > Thanks
> > YOssi
> >
> >
> >
> > —
> > NTDEV is sponsored by OSR
> >
> > For our schedule of WDF, WDM, debugging and other
> seminars visit:
> > http://www.osr.com/seminars
> >
> > To unsubscribe, visit the List Server section of OSR
> Online at
> > http://www.osronline.com/page.cfm?name=ListServe
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars
> visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online
> at http://www.osronline.com/page.cfm?name=ListServer

__________________________________________________________________
Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail. Click on Options in Mail and switch to New Mail today or register for free at http://mail.yahoo.ca

No WPP in PCI. Check out nt!kd_pci_mask. PCI uses DbgPrintEx in Vista and beyond.

Dave