Re: [PATCH] SiS190 driver oops on probe

2005-08-29 Thread Arnaud Patard
Jeff Garzik <[EMAIL PROTECTED]> writes: > Arnaud Patard wrote: >> Hi, >> I was testing the sis190 driver and got an oops. Tests show that the >> error >> path is the following : sis190_init_one() >> -> register_netdev >>* Userspace sees the new interface and run ethtool ethX. >>* ethtool

Re: [PATCH] SiS190 driver oops on probe

2005-08-27 Thread Jeff Garzik
Arnaud Patard wrote: Hi, I was testing the sis190 driver and got an oops. Tests show that the error path is the following : sis190_init_one() -> register_netdev * Userspace sees the new interface and run ethtool ethX. * ethtool calls ethtools_get_settings * ethtools_get_settings tr

Re: [PATCH] SiS190 driver oops on probe

2005-08-25 Thread Francois Romieu
Arnaud Patard <[EMAIL PROTECTED]> : [...] > Signed-off-by: Arnaud Patard <[EMAIL PROTECTED]> diff -rpuN a/drivers/net/sis190.c b/drivers/net/sis190.c --- a/drivers/net/sis190.c 2005-08-25 15:36:24.0 +0200 +++ b/drivers/net/sis190.c 2005-08-25 15:36:34.0 +0200 @@ -1779,14

[PATCH] SiS190 driver oops on probe

2005-08-25 Thread Arnaud Patard
Hi, I was testing the sis190 driver and got an oops. Tests show that the error path is the following : sis190_init_one() -> register_netdev * Userspace sees the new interface and run ethtool ethX. * ethtool calls ethtools_get_settings * ethtools_get_settings try to access to the mii d