All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH] IRQ params patch#4
@ 2003-07-23  7:53 Grover, Andrew
       [not found] ` <F760B14C9561B941B89469F59BA3A8470255EEA0-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Grover, Andrew @ 2003-07-23  7:53 UTC (permalink / raw)
  To: Andrew de Quincey, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Andrew,

You still hacking on this?

Just got another bug report (completely different HW) that I think might
be the same problem.

Regards -- Andy G.

> From: Andrew de Quincey [mailto:adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org] 
> Sent: Tuesday, July 15, 2003 3:42 AM
> To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> Subject: [ACPI] [PATCH] IRQ params patch#4
> 
> 
> OK, patch#3 is way too strict... thought a bit more about it, 
> and I suppose 
> the BIOS not allocating some devices an IRQ is actually OK....
> 
> Anyway, patch#4 now just warns the user if an attempt to set 
> an IRQ results in 
> a different IRQ than expected, and attempts to abort ACPI irq 
> routing. 
> Unfortunately, it isn't able to undo the changes it has made 
> to the routing 
> as it would have to call the _SRS method to do it... and its 
> just found out 
> that that is buggy. So at the moment it probably won't be able to 
> automatically "fix" devices already programmed when dropping 
> back to a 
> different method (it can't on my board). Sigh.
> 
> Anyway, the warning should at least help find which boards 
> have bad ACPI IRQ 
> routing.
> 


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] IRQ params patch#4
       [not found] ` <F760B14C9561B941B89469F59BA3A8470255EEA0-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
@ 2003-07-23 17:52   ` Rob North
  2003-07-24  9:13   ` Andrew de Quincey
  1 sibling, 0 replies; 6+ messages in thread
From: Rob North @ 2003-07-23 17:52 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Grover, Andrew wrote:
> Andrew,
> 
> You still hacking on this?
> 
> Just got another bug report (completely different HW) that I think might
> be the same problem.
> 
> Regards -- Andy G.
> 
> 

Is there anything more to hack??

The patch looked adequate to my novice eyes.

Hope it gets integrated into the acpi & kernel releases soon
	-Rob.

P.S. my ISP is blocking sneakemail e-mail at present, so e-mails sent 
direct to me will probably bounce :-(




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] IRQ params patch#4
       [not found] ` <F760B14C9561B941B89469F59BA3A8470255EEA0-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
  2003-07-23 17:52   ` Rob North
@ 2003-07-24  9:13   ` Andrew de Quincey
       [not found]     ` <200307241013.34507.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
  1 sibling, 1 reply; 6+ messages in thread
From: Andrew de Quincey @ 2003-07-24  9:13 UTC (permalink / raw)
  To: Grover, Andrew, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Wednesday 23 July 2003 08:53, Grover, Andrew wrote:
> Andrew,
>
> You still hacking on this?
>
> Just got another bug report (completely different HW) that I think might
> be the same problem.

Yeah, I've been having a wee break for a few days. back on it now.

Interesting fact. All my onboard devices work now, but I didn't have any PCI 
cards. I've just put a wireless PCI card in my machine, and its having the 
same IRQ problems as I used to with the onoard ones!




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] IRQ params patch#4
       [not found]     ` <200307241013.34507.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
@ 2003-07-24 12:58       ` Rob North
  2003-07-24 13:31         ` Andrew de Quincey
  0 siblings, 1 reply; 6+ messages in thread
From: Rob North @ 2003-07-24 12:58 UTC (permalink / raw)
  To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Andrew de Quincey wrote:
> On Wednesday 23 July 2003 08:53, Grover, Andrew wrote:
> 
>>Andrew,
>>
>>You still hacking on this?
>>
>>Just got another bug report (completely different HW) that I think might
>>be the same problem.
> 
> 
> Yeah, I've been having a wee break for a few days. back on it now.
> 
> Interesting fact. All my onboard devices work now, but I didn't have any PCI 
> cards. I've just put a wireless PCI card in my machine, and its having the 
> same IRQ problems as I used to with the onoard ones!
> 
> 

I take it that the IRQ polarity issues are now fixed.
The remaining issues are to handle the cases where ACPI routing fails,
and cases where the _SRS method fails?

Once again thanks for working on this.
	-Rob.

P.S. Sneakemail still blocked by my ISP, so e-mails direct to me will
most likely bounce.




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: [PATCH] IRQ params patch#4
  2003-07-24 12:58       ` Rob North
@ 2003-07-24 13:31         ` Andrew de Quincey
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew de Quincey @ 2003-07-24 13:31 UTC (permalink / raw)
  To: Rob North, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

On Thursday 24 July 2003 13:58, Rob North wrote:
> Andrew de Quincey wrote:
> > On Wednesday 23 July 2003 08:53, Grover, Andrew wrote:
> >>Andrew,
> >>
> >>You still hacking on this?
> >>
> >>Just got another bug report (completely different HW) that I think might
> >>be the same problem.
> >
> > Yeah, I've been having a wee break for a few days. back on it now.
> >
> > Interesting fact. All my onboard devices work now, but I didn't have any
> > PCI cards. I've just put a wireless PCI card in my machine, and its
> > having the same IRQ problems as I used to with the onoard ones!
>
> I take it that the IRQ polarity issues are now fixed.
> The remaining issues are to handle the cases where ACPI routing fails,
> and cases where the _SRS method fails?

For me, they seem to be fixed for onboard devices, but not for devices plugged 
into PCI slots. 

I can detect when _SRS fails easily enough as you can do doubt see. What I 
need is a way of reliably dropping back to a different configuration method 
if _SRS fails. On my board, when I hack it to pretend theres been a failure, 
I can't yet get the drop-backed-to mechanism to reconfigure any IRQs which 
were configured with _SRS (even if it fails) properly.



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re: [PATCH] IRQ params patch#4
  2003-07-19 10:49 ` Rob North
@ 2003-07-19 22:47   ` Sérgio Monteiro Basto
  0 siblings, 0 replies; 6+ messages in thread
From: Sérgio Monteiro Basto @ 2003-07-19 22:47 UTC (permalink / raw)
  To: Rob North; +Cc: acpi-devel

me too,no warnings, seems work on kernel.2.4.22-pre7 + acpi 20030714

thanks 


On Sat, 2003-07-19 at 11:49, Rob North wrote:
> Andrew de Quincey wrote:
> > OK, patch#3 is way too strict... thought a bit more about it, and I suppose 
> > the BIOS not allocating some devices an IRQ is actually OK....
> > 
> > Anyway, patch#4 now just warns the user if an attempt to set an IRQ results in 
> > a different IRQ than expected, and attempts to abort ACPI irq routing. 
> > Unfortunately, it isn't able to undo the changes it has made to the routing 
> > as it would have to call the _SRS method to do it... and its just found out 
> > that that is buggy. So at the moment it probably won't be able to 
> > automatically "fix" devices already programmed when dropping back to a 
> > different method (it can't on my board). Sigh.
> > 
> > Anyway, the warning should at least help find which boards have bad ACPI IRQ 
> > routing.
> > 
> 
> I've applied this patch to 2.4.22-pre3-ac1. (Needed to patch some of it 
> by hand)
> It seems to work for my Asus A7N8X Deluxe. I've only checked that all 
> drivers succesfully connect to devices. I have not checked wether all 
> the devices work yet.
> 
> Many thanks
> 	-Rob.
> 
> 
> 
> 
> -------------------------------------------------------
> This SF.net email is sponsored by: VM Ware
> With VMware you can run multiple operating systems on a single machine.
> WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
> same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
> _______________________________________________
> Acpi-devel mailing list
> Acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/acpi-devel
-- 
SérgioMB
email: sergiomb-hHo3WeeoaswVhHzd4jOs4w@public.gmane.org

Who gives me one shell, give me everything.



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-07-24 13:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-23  7:53 [PATCH] IRQ params patch#4 Grover, Andrew
     [not found] ` <F760B14C9561B941B89469F59BA3A8470255EEA0-sBd4vmA9Se4Lll3ZsUKC9FDQ4js95KgL@public.gmane.org>
2003-07-23 17:52   ` Rob North
2003-07-24  9:13   ` Andrew de Quincey
     [not found]     ` <200307241013.34507.adq_dvb-fmPXVN3awWJAJAzL26g0SA@public.gmane.org>
2003-07-24 12:58       ` Rob North
2003-07-24 13:31         ` Andrew de Quincey
  -- strict thread matches above, loose matches on Subject: below --
2003-07-15 10:42 Andrew de Quincey
2003-07-19 10:49 ` Rob North
2003-07-19 22:47   ` Sérgio Monteiro Basto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.