Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread Stephen McKay
On Friday, 20th September 2002, Martin Blapp wrote: I think we would have to test all cases with all cards. What cards do you have Stephen, with which clone Chipsets ? Can you make a list of them ? I've only got DE500 (genuine Intel 21143) and Macronix 98715AEC cards. Nothing PCMCIA or CardBus.

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread Martin Blapp
Hi, I just got a report from a user which has several dc cards with all the broken mac adresses. dc0@pci0:13:0: class=0x02 card=0x05741317 chip=0x09851317 rev=0x11 hdr=0x00 vendor = 'Admtek Inc' device = 'ADM983 fast ethernet controller' class= network subclass =

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread Stephen McKay
On Friday, 20th September 2002, Martin Blapp wrote: mbr 2002/09/20 08:18:13 PDT Modified files: sys/pci if_dc.c Log: Fix the support for the AN985/983 chips, which do not set the RXSTATE to STOPPED, but to WAIT. This should fix hangs which could only be

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread Martin Blapp
Hi, ... I thought I should explicitly mention that merging this particular change as it stands is a bad idea because PNIC and Davicom cards (at least) are not yet correctly handled. The code in -stable is the old broken but apparently harmless code. This new code is attempting to be more

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Martin Blapp [EMAIL PROTECTED] writes: : : Hi, : : ... I thought I should explicitly mention that merging this particular : change as it stands is a bad idea because PNIC and Davicom cards (at least) : are not yet correctly handled. The code in

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Stephen McKay [EMAIL PROTECTED] writes: : On Friday, 20th September 2002, Martin Blapp wrote: : : I think we would have to test all cases with all cards. What cards : do you have Stephen, with which clone Chipsets ? Can you make a list : of them ? : :

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Martin Blapp [EMAIL PROTECTED] writes: : : Hi Mark, : : I have a Netgear FA510 (32-bit CardBus). : : cardbus0: Expecting link target, got 0x0 : cardbus0: Resource not specified in CIS: id=10, size=80 : cardbus0: Resource not specified in CIS:

Re: cvs commit: src/sys/pci if_dc.c

2002-09-22 Thread Martin Blapp
Hi, OpenBSD gets these cards right. I've not ported their code to our system at this time. I know that the problem is due to our not reading the SEEPROM correctly. I talked to the openbsd folks about this a long time ago, but didn't have the time needed to follow up. Thanks for the tip.

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Mark Murray
I've got somewhere another dc card which made problems. I guess it was PNIC. I have a Netgear FA510 (32-bit CardBus). When I insert it, I get: cardbus0: Expecting link target, got 0x0 cardbus0: Resource not specified in CIS: id=10, size=80 cardbus0: Resource not specified in CIS: id=14,

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Martin Blapp
Hi Mark, I have a Netgear FA510 (32-bit CardBus). cardbus0: Expecting link target, got 0x0 cardbus0: Resource not specified in CIS: id=10, size=80 cardbus0: Resource not specified in CIS: id=14, size=400 dc0: Intel 21143 10/100BaseTX port 0x1000-0x107f mem 0x88002400-0x880027ff irq 11

Re: cvs commit: src/sys/pci if_dc.c

2002-09-21 Thread Mark Murray
Can you try this PR patch and see if it helps ? Note that the patch isn't 100% correct for other cards and will break them. http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/35482 That patch (plus a couple of others from other PRs) is already applied. No help. M -- o Mark Murray \_

RE: cvs commit: src/sys/pci if_dc.c

2002-09-20 Thread Martin Blapp
Hi all, I just read the current mailinglist. I think we would have to test all cases with all cards. What cards do you have Stephen, with which clone Chipsets ? Can you make a list of them ? I've got somewhere another dc card which made problems. I guess it was PNIC. Martin To Unsubscribe:

Re: cvs commit: src/sys/pci if_dc.c

2000-09-05 Thread Bill Paul
Hello Bill, I'm sorry about that. Here's some information that I can gather: 1. The Intel 21143 chips is intergrated in NEC VersaPro NoteBook PC. No LED to indicate the network activity are available. 2. It is connected to 10BaseT Hub (HP 28688B) at half duplex. Ok, two more things:

Re: cvs commit: src/sys/pci if_dc.c

2000-09-05 Thread Munehiro Matsuda
From: [EMAIL PROTECTED] (Bill Paul) Date: Tue, 5 Sep 2000 15:13:53 -0700 (PDT) :: I'm sorry about that. Here's some information that I can gather: :: 1. The Intel 21143 chips is intergrated in NEC VersaPro NoteBook PC. ::No LED to indicate the network activity are available. :: :: 2. It is

Re: cvs commit: src/sys/pci if_dc.c

2000-09-03 Thread Munehiro Matsuda
Hello Bill, After the following commit, my system fail to connect to network. If I backout, seems to work again. Any comments appreciated. FYI, dmesg output here: dc0: Intel 21143 10/100BaseTX port 0xe880-0xe8ff mem 0xfebfec00-0xfebfefff irq 5 at device 5.0 on pci0 dc0: Ethernet address:

Re: cvs commit: src/sys/pci if_dc.c

2000-09-03 Thread Bill Paul
Hello Bill, After the following commit, my system fail to connect to network. If I backout, seems to work again. Any comments appreciated. No no no. *You* are the one who's supposed to make the comments. Like exactly what card do you have (make/model)? Exactly what speed and duplex mode are

Re: cvs commit: src/sys/pci if_dc.c

2000-09-03 Thread Munehiro Matsuda
From: [EMAIL PROTECTED] (Bill Paul) Date: Sun, 3 Sep 2000 19:40:39 -0700 (PDT) :: After the following commit, my system fail to connect to network. :: If I backout, seems to work again. Any comments appreciated. :: ::No no no. *You* are the one who's supposed to make the comments. ::Like exactly