Bug 8628

Summary: EHCI handoff, because others reported bugs not solve my problem
Product: Drivers Reporter: Michel Filipe (michel)
Component: USBAssignee: Greg Kroah-Hartman (greg)
Status: DEFERRED WILL_FIX_LATER    
Severity: normal    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.22-rc3 Subsystem:
Regression: --- Bisected commit-id:
Attachments: Code of pci-quirks.c
fix the cold of EHCI handoff

Description Michel Filipe 2007-06-14 07:18:49 UTC
Most recent kernel where this bug did not occur: 2.4.33 in my Slackware 11. Hahaha
Distribution: Gentoo
Hardware Environment: HP Pavilion dv5000 CTO Notebook PC, 1GB RAM, Motherboard Intel, i686 Genuine Intel(R) CPU T2050 @ 1.60GHz GenuineIntel SMP
Software Environment: gcc version 4.1.2 (Gentoo 4.1.2)
Problem Description: My boot cold behind of line "io scheduler cfq registered". Ok, none of new, but I debuged the code of pci-quirks.c of my kernel and detected the code that cold my boot. I attachment the code of bug.

Hum, I updated my BIOS to last version (2007-05-25). My BIOS is a PhoenixBios, WinFlash (very sux).

The patch http://bugzilla.kernel.org/show_bug.cgi?id=6011#c12 not solve my problem, continuos cold my boot

PS.: My english is sux, sorry!
Comment 1 Michel Filipe 2007-06-14 07:26:24 UTC
Created attachment 11750 [details]
Code of pci-quirks.c
Comment 2 Michel Filipe 2007-06-14 08:02:25 UTC
Sorry, this code not cold my boot, it identify the error that cold my boot.
Comment 3 Andrew Morton 2007-06-14 09:03:10 UTC
Subject: Fw: [Bugme-new]  New: EHCI handoff, because others
 reported bugs not solve my problem



Begin forwarded message:

Date: Thu, 14 Jun 2007 07:15:44 -0700 (PDT)
From: bugme-daemon@bugzilla.kernel.org
To: bugme-new@lists.osdl.org
Subject: [Bugme-new] [Bug 8628] New: EHCI handoff, because others reported bugs not solve my problem


http://bugzilla.kernel.org/show_bug.cgi?id=8628

           Summary: EHCI handoff, because others reported bugs not solve my
                    problem
           Product: Drivers
           Version: 2.5
     KernelVersion: 2.6.22-rc3
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: USB
        AssignedTo: greg@kroah.com
        ReportedBy: michel@milk-it.net


Most recent kernel where this bug did not occur: 2.4.33 in my Slackware 11.
Hahaha
Distribution: Gentoo
Hardware Environment: HP Pavilion dv5000 CTO Notebook PC, 1GB RAM, Motherboard
Intel, i686 Genuine Intel(R) CPU T2050 @ 1.60GHz GenuineIntel SMP
Software Environment: gcc version 4.1.2 (Gentoo 4.1.2)
Problem Description: My boot cold behind of line "io scheduler cfq registered".
Ok, none of new, but I debuged the code of pci-quirks.c of my kernel and
detected the code that cold my boot. I attachment the code of bug.

Hum, I updated my BIOS to last version (2007-05-25). My BIOS is a PhoenixBios,
WinFlash (very sux).

The patch http://bugzilla.kernel.org/show_bug.cgi?id=6011#c12 not solve my
problem, continuos cold my boot

PS.: My english is sux, sorry!
Comment 4 Michel Filipe 2007-06-27 12:14:53 UTC
Created attachment 11892 [details]
fix the cold of EHCI handoff

I make a patch to fix the cold of EHCI handoff, but this patch not resolve the bug.