Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-07 Thread Jens Rehsack
On 6/6/2003 9:29 PM, Bernd Walter wrote: On Fri, Jun 06, 2003 at 01:17:43PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : I already wondered how you could route interrupts without ACPI until I : booted my printserver with a

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-07 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Jens Rehsack [EMAIL PROTECTED] writes: : On 6/6/2003 9:29 PM, Bernd Walter wrote: : On Fri, Jun 06, 2003 at 01:17:43PM -0600, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : Bernd Walter [EMAIL PROTECTED] writes: : : I already

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-07 Thread Bernd Walter
On Sat, Jun 07, 2003 at 01:08:12PM +0200, Jens Rehsack wrote: dmesg of machine which now runs with the fix: npx0: math processor on motherboard npx0: INT 16 interface pcibios: BIOS version 2.10 pcib0: Host to PCI bridge at pcibus 0 on motherboard Same situtation with my Board - no $PIR

[PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread John Baldwin
I have a small tweak to the PCI code that re-routes PCI interrupts. Basically, it does two things, 1) make the comment less ia64-specific and 2) if the interrupt route returns an invalid IRQ (i.e. 255), then we don't change the intline. In other words, if we can't route the interrupt, we just

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread Marcel Moolenaar
On Fri, Jun 06, 2003 at 02:13:31PM -0400, John Baldwin wrote: I have a small tweak to the PCI code that re-routes PCI interrupts. Basically, it does two things, 1) make the comment less ia64-specific and 2) if the interrupt route returns an invalid IRQ (i.e. 255), then we don't change the

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread M. Warner Losh
In message: [EMAIL PROTECTED] John Baldwin [EMAIL PROTECTED] writes: : I have a small tweak to the PCI code that re-routes PCI interrupts. : Basically, it does two things, 1) make the comment less ia64-specific : and 2) if the interrupt route returns an invalid IRQ (i.e. 255), then :

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread John Baldwin
On 06-Jun-2003 M. Warner Losh wrote: In message: [EMAIL PROTECTED] John Baldwin [EMAIL PROTECTED] writes: : I have a small tweak to the PCI code that re-routes PCI interrupts. : Basically, it does two things, 1) make the comment less ia64-specific : and 2) if the interrupt route

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread Bernd Walter
On Fri, Jun 06, 2003 at 02:13:31PM -0400, John Baldwin wrote: I have a small tweak to the PCI code that re-routes PCI interrupts. Basically, it does two things, 1) make the comment less ia64-specific and 2) if the interrupt route returns an invalid IRQ (i.e. 255), then we don't change the

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread Bernd Walter
On Fri, Jun 06, 2003 at 12:36:54PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] John Baldwin [EMAIL PROTECTED] writes: : I have a small tweak to the PCI code that re-routes PCI interrupts. : Basically, it does two things, 1) make the comment less ia64-specific : and

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread Bernd Walter
On Fri, Jun 06, 2003 at 03:04:43PM -0400, John Baldwin wrote: On 06-Jun-2003 M. Warner Losh wrote: In message: [EMAIL PROTECTED] John Baldwin [EMAIL PROTECTED] writes: Also, we haven't recorded our info in the underlying pci register. Don't know if that will matter for

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : On Fri, Jun 06, 2003 at 12:36:54PM -0600, M. Warner Losh wrote: : In message: [EMAIL PROTECTED] : John Baldwin [EMAIL PROTECTED] writes: : : I have a small tweak to the PCI code that re-routes PCI

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : I already wondered how you could route interrupts without ACPI until I : booted my printserver with a recent kernel. PCIBIOS! Warner ___ [EMAIL PROTECTED] mailing list

Re: [PATCH] Tweak re-routing of PCI interrupts

2003-06-06 Thread Bernd Walter
On Fri, Jun 06, 2003 at 01:17:43PM -0600, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Bernd Walter [EMAIL PROTECTED] writes: : I already wondered how you could route interrupts without ACPI until I : booted my printserver with a recent kernel. PCIBIOS! Well - I'm not