Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-12-08 Thread Chris Rankin
> > On Mon, 22 Oct 2007 13:43:16 +0100 (BST) Chris Rankin <[EMAIL PROTECTED]> > > wrote: > > > I have a Netgear MA301 PLX wireless networking adapter which wants to use > > > the hostap_plx > > > driver in Linux 2.6.23.1. This very same piece of hardware works fine in > > > an old(!) P120 > > >

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-12-08 Thread Chris Rankin
On Mon, 22 Oct 2007 13:43:16 +0100 (BST) Chris Rankin [EMAIL PROTECTED] wrote: I have a Netgear MA301 PLX wireless networking adapter which wants to use the hostap_plx driver in Linux 2.6.23.1. This very same piece of hardware works fine in an old(!) P120 machine running

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-10-29 Thread Chris Rankin
--- Dan Williams <[EMAIL PROTECTED]> wrote: > This same sort of problem was just fixed for iwl4965. The fix for that > was to disable device interrupts until everything the driver needed > (including interrupt handler) was set up and ready before re-enabling > them, I think. See the thread

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-10-29 Thread Dan Williams
On Mon, 2007-10-29 at 00:36 -0700, Andrew Morton wrote: > On Mon, 22 Oct 2007 13:43:16 +0100 (BST) Chris Rankin <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > I have a Netgear MA301 PLX wireless networking adapter which wants to use > > the hostap_plx driver in > > Linux 2.6.23.1. This very

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-10-29 Thread Andrew Morton
On Mon, 22 Oct 2007 13:43:16 +0100 (BST) Chris Rankin <[EMAIL PROTECTED]> wrote: > Hi, > > I have a Netgear MA301 PLX wireless networking adapter which wants to use the > hostap_plx driver in > Linux 2.6.23.1. This very same piece of hardware works fine in an old(!) P120 > machine running >

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-10-29 Thread Andrew Morton
On Mon, 22 Oct 2007 13:43:16 +0100 (BST) Chris Rankin [EMAIL PROTECTED] wrote: Hi, I have a Netgear MA301 PLX wireless networking adapter which wants to use the hostap_plx driver in Linux 2.6.23.1. This very same piece of hardware works fine in an old(!) P120 machine running 2.4.33, but

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-10-29 Thread Dan Williams
On Mon, 2007-10-29 at 00:36 -0700, Andrew Morton wrote: On Mon, 22 Oct 2007 13:43:16 +0100 (BST) Chris Rankin [EMAIL PROTECTED] wrote: Hi, I have a Netgear MA301 PLX wireless networking adapter which wants to use the hostap_plx driver in Linux 2.6.23.1. This very same piece of

Re: [2.6.23.1] PCI device locking up the computer when its module loads

2007-10-29 Thread Chris Rankin
--- Dan Williams [EMAIL PROTECTED] wrote: This same sort of problem was just fixed for iwl4965. The fix for that was to disable device interrupts until everything the driver needed (including interrupt handler) was set up and ready before re-enabling them, I think. See the thread iwl4965

[2.6.23.1] PCI device locking up the computer when its module loads

2007-10-22 Thread Chris Rankin
Hi, I have a Netgear MA301 PLX wireless networking adapter which wants to use the hostap_plx driver in Linux 2.6.23.1. This very same piece of hardware works fine in an old(!) P120 machine running 2.4.33, but makes the 2.6.23.1 kernel freeze as soon as the pci_enable_device() function is

[2.6.23.1] PCI device locking up the computer when its module loads

2007-10-22 Thread Chris Rankin
Hi, I have a Netgear MA301 PLX wireless networking adapter which wants to use the hostap_plx driver in Linux 2.6.23.1. This very same piece of hardware works fine in an old(!) P120 machine running 2.4.33, but makes the 2.6.23.1 kernel freeze as soon as the pci_enable_device() function is