Re: Looking for testers for if_dc patches

2000-06-02 Thread Wilko Bulte
On Thu, Jun 01, 2000 at 04:32:42PM -0700, Bill Paul wrote: > > > - It has a 21143 chip > > > > Well, the de driver says 21142. The dc driver says 21143. > > It's just a difference in chip revision, really. OK. > > This one does not have AUI so that is not going to be a problem. What I do > >

Re: Looking for testers for if_dc patches

2000-06-02 Thread Wilko Bulte
On Fri, Jun 02, 2000 at 12:30:13AM -0700, Bill Paul wrote: > > > > For reference the ID reported is: > > > > de0@pci0:3:0: class=0x02 card=0x chip=0x00191011 rev=0x11 hdr=0x00 > > Hm, ok. First of all, I made a mistake in what I told you. The code in > dcphy.c checks the subsystem

Re: Looking for testers for if_dc patches

2000-06-02 Thread Bill Paul
> > For reference the ID reported is: > > de0@pci0:3:0: class=0x02 card=0x chip=0x00191011 rev=0x11 hdr=0x00 Hm, ok. First of all, I made a mistake in what I told you. The code in dcphy.c checks the subsystem ID, not the device ID. The device ID is always the same, since that ident

Re: Looking for testers for if_dc patches

2000-06-01 Thread Bill Paul
> > - There's one interface involved here > > Correct. > > > - It has a 21143 chip > > Well, the de driver says 21142. The dc driver says 21143. It's just a difference in chip revision, really. > This one does not have AUI so that is not going to be a problem. What I do > wonder, though, is

Re: Looking for testers for if_dc patches

2000-06-01 Thread Wilko Bulte
On Thu, Jun 01, 2000 at 12:51:25PM -0700, Bill Paul wrote: > > Hi Bill, > > > > I applied your patches to -current without incidents. > > > > I have a testbox (Digital dual P6) that gives: > > > > May 31 10:56:38 p6 /kernel: dc0: port > [...] > > May 31 11:03:27 p6 /kernel: dc0: watchdog tim

Re: Looking for testers for if_dc patches

2000-06-01 Thread Bill Paul
> Hi Bill, > > I applied your patches to -current without incidents. > > I have a testbox (Digital dual P6) that gives: > > May 31 10:56:38 p6 /kernel: dc0: port [...] > May 31 11:03:27 p6 /kernel: dc0: watchdog timeout > > This box can also house an Alpha Miata MX5 mainboard, the Intel & A

Re: Looking for testers for if_dc patches

2000-06-01 Thread Wilko Bulte
On Wed, May 31, 2000 at 12:30:51PM +0200, Wilko Bulte wrote: > On Tue, May 30, 2000 at 09:29:46AM -0700, Bill Paul wrote: > > > On Tue, May 30, 2000 at 12:28:25AM -0700, Bill Paul wrote: > > > > Several people have reported problems with if_dc botching autonegotiation > > > > on 21143 NICs with no

Re: Looking for testers for if_dc patches

2000-05-31 Thread Bernd Walter
On Wed, May 31, 2000 at 12:30:51PM +0200, Wilko Bulte wrote: > On Tue, May 30, 2000 at 09:29:46AM -0700, Bill Paul wrote: > May 31 10:56:38 p6 /kernel: dc0: port > 0xec00-0xec7f m > em 0xfdfffc00-0xfdfffc7f irq 9 at device 3.0 on pci0 > May 31 10:56:38 p6 /kernel: dc0: Ethernet address: 00:00:f8:

Re: Looking for testers for if_dc patches

2000-05-31 Thread Wilko Bulte
Just to see if if_dc has kept working on a machine that had it working before (Alpha Miata GL): works just fine with the patches applied. Wilko [goes back to digging up the Miata MX5] -- Wilko Bulte FreeBSD, the power to serve http://www.freebsd.org To Unsubscribe: send mail to [EMAIL

Re: Looking for testers for if_dc patches

2000-05-31 Thread Wilko Bulte
On Tue, May 30, 2000 at 09:29:46AM -0700, Bill Paul wrote: > > On Tue, May 30, 2000 at 12:28:25AM -0700, Bill Paul wrote: > > > Several people have reported problems with if_dc botching autonegotiation > > > on 21143 NICs with non-MII media, such as the DEC/Compaq DE500-BA and > > > the built-in 1

Re: Looking for testers for if_dc patches

2000-05-30 Thread John Polstra
In article <[EMAIL PROTECTED]>, Bill Paul <[EMAIL PROTECTED]> wrote: > Several people have reported problems with if_dc botching autonegotiation > on 21143 NICs with non-MII media, such as the DEC/Compaq DE500-BA and > the built-in 10/100 ethernet on some alphas. As my first official act > as a BS

Re: Looking for testers for if_dc patches

2000-05-30 Thread Bill Paul
> On Tue, May 30, 2000 at 12:28:25AM -0700, Bill Paul wrote: > > Several people have reported problems with if_dc botching autonegotiation > > on 21143 NICs with non-MII media, such as the DEC/Compaq DE500-BA and > > the built-in 10/100 ethernet on some alphas. As my first official act > > as a BS

Re: Looking for testers for if_dc patches

2000-05-30 Thread Bernd Walter
On Tue, May 30, 2000 at 12:28:25AM -0700, Bill Paul wrote: > Several people have reported problems with if_dc botching autonegotiation > on 21143 NICs with non-MII media, such as the DEC/Compaq DE500-BA and > the built-in 10/100 ethernet on some alphas. As my first official act > as a BSDi/WC empl

Looking for testers for if_dc patches

2000-05-30 Thread Bill Paul
Several people have reported problems with if_dc botching autonegotiation on 21143 NICs with non-MII media, such as the DEC/Compaq DE500-BA and the built-in 10/100 ethernet on some alphas. As my first official act as a BSDi/WC employee, I sat down and tried to fix this. I produced some patches for