Bug 6744
Summary: | [PCI-QUIRKS] via-rhine on epia-pd needs irq-quirk | ||
---|---|---|---|
Product: | Drivers | Reporter: | Enrico Scholz (enrico.scholz+bugzilla.kernel) |
Component: | PCI | Assignee: | Chris Wedgwood (cw) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | cw, protasnb, sergio |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.17 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Enrico Scholz
2006-06-24 13:30:04 UTC
On Sat, Jun 24, 2006 at 01:31:12PM -0700, bugme-daemon@bugzilla.kernel.org wrote: > Summary: [PCI-QUIRKS] via-rhine on epia-pd needs irq-quirk [...] > +DECLARE_PCI_FIXUP_ENABLE(PCI_VENDOR_ID_VIA, 0x3065, quirk_via_irq); Do you have ACPI enabled? > Do you have ACPI enabled? yes; see http://ensc.de/bugs/kernel-6744/dmesg cat /proc/interrupts give you XT-PIC or IO-APIC-edge/level ? is XT-PIC isn't it ? Patched kernel shows 0: 45597281 XT-PIC timer 1: 1400 XT-PIC i8042 2: 0 XT-PIC cascade 7: 1 XT-PIC parport0 9: 0 XT-PIC acpi 11: 10818739 XT-PIC VIA8233, uhci_hcd:usb2, uhci_hcd:usb3, eth0, AVM Fritz!PCI 12: 1882230 XT-PIC uhci_hcd:usb1, eth2 14: 5059501 XT-PIC ide0 15: 5100856 XT-PIC ide1 Does: http://marc.theaimsgroup.com/?l=linux-mm-commits&m=115380241912704&q=raw work for you? yes, http://marc.theaimsgroup.com/?l=linux-mm-commits&m=115380241912704&q=raw works fine with 2.6.17.11 Does this patch need to be submitted? Or was this problem solved some other way? Thanks. Alan Cox submitted a more correct fix some time ago. commit 1597cacbe39802d86656d1f2e6329895bd2ef531 Author: Alan Cox <alan@lxorguk.ukuu.org.uk> Date: Mon Dec 4 15:14:45 2006 -0800 It first appeared in 2.6.20. |