Re: skc0: no PHY found

2005-03-03 Thread Markus Trippelsdorf
On Wed, 2005-03-02 at 23:59 +, Bjoern A. Zeeb wrote: > On Wed, 23 Feb 2005, Markus Trippelsdorf wrote: > > Hi all, > > > > > I'm running 4.7 and had the same problem ... my fix was, in > > > > sk_init_yukon(), just after sc is assigned, add: > > > > > > > > sk_win_write_4(sc, SK_GPIO, > >

Re: skc0: no PHY found

2005-03-03 Thread Markus Trippelsdorf
On Wed, 2005-03-02 at 23:59 +, Bjoern A. Zeeb wrote: > Could you please try the patch at [1] and tell me if there are any > problems or if it just works. > > The patch is against HEAD but should also be easily applyable > to RELENG_5. The patch does not apply cleanly against RELENG_5: root

Re: skc0: no PHY found

2005-03-02 Thread Bjoern A. Zeeb
On Wed, 23 Feb 2005, Markus Trippelsdorf wrote: Hi all, > > > I'm running 4.7 and had the same problem ... my fix was, in > > > sk_init_yukon(), just after sc is assigned, add: > > > > > > sk_win_write_4(sc, SK_GPIO, > > > (sk_win_read_4(sc, SK_GPIO) | SK_GPIO_DIR9) & ~SK_GPIO_DAT9);

Re: skc0: no PHY found

2005-02-23 Thread Bjoern A. Zeeb
On Wed, 23 Feb 2005, Markus Trippelsdorf wrote: Hi, > On Wed, 2005-02-23 at 07:12 +0100, Markus Trippelsdorf wrote: > > On Tue, 2005-02-22 at 19:42 -0500, Brian Campbell wrote: > > > >On Sun, 2005-02-20 at 18:07 +, Bjoern A. Zeeb wrote: > > > >> On Sun, 20 Feb 2005, Markus Trippelsdorf wrote:

Re: skc0: no PHY found

2005-02-23 Thread Markus Trippelsdorf
On Wed, 2005-02-23 at 07:12 +0100, Markus Trippelsdorf wrote: > On Tue, 2005-02-22 at 19:42 -0500, Brian Campbell wrote: > > >On Sun, 2005-02-20 at 18:07 +, Bjoern A. Zeeb wrote: > > >> On Sun, 20 Feb 2005, Markus Trippelsdorf wrote: > > >> > My build in ethernet card (ASUS A8V mobo) does not w

Re: skc0: no PHY found

2005-02-22 Thread Markus Trippelsdorf
On Tue, 2005-02-22 at 19:42 -0500, Brian Campbell wrote: > >On Sun, 2005-02-20 at 18:07 +, Bjoern A. Zeeb wrote: > >> On Sun, 20 Feb 2005, Markus Trippelsdorf wrote: > >> > My build in ethernet card (ASUS A8V mobo) does not work. > >> > (I've tried HEAD, RELENG_5 and RELENG_5_3): > >> > >> Coul

Re: skc0: no PHY found

2005-02-20 Thread Markus Trippelsdorf
On Sun, 2005-02-20 at 18:07 +, Bjoern A. Zeeb wrote: > On Sun, 20 Feb 2005, Markus Trippelsdorf wrote: > > My build in ethernet card (ASUS A8V mobo) does not work. > > (I've tried HEAD, RELENG_5 and RELENG_5_3): > > Could you please apply the patch at [1] and mail me the results. OK here is t

Re: skc0: no PHY found

2005-02-20 Thread Bjoern A. Zeeb
On Sun, 20 Feb 2005, Markus Trippelsdorf wrote: Hi, > My build in ethernet card (ASUS A8V mobo) does not work. > (I've tried HEAD, RELENG_5 and RELENG_5_3): ... > Are there any patches I could try out? > The only other NIC I've got is an Intel fxp that hard locks my system > after a while. Coul