Date: Mon, 23 Feb 1998 15:04:33 -0700 From: Lyndon Nerenberg <lyndon@ve7tcp.ampr.org> To: jbryant@unix.tfs.net Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: 3COM 590 problem Message-ID: <199802232204.PAA19547@ve7tcp.ampr.org> In-Reply-To: Your message of "Mon, 23 Feb 1998 15:08:26 CST." <199802232108.PAA16463@unix.tfs.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Jim" == Jim Bryant <jbryant@unix.tfs.net> writes: >> vx0 <3COM 3C590 Etherlink III PCI> rev 0 int a irq 11 on >> pci0:15 utp/aui/bnc[*bnc*] address 00:20:af:f6:e4:18 Warning! >> Defective early revision adapter! Jim> well, it looks like the EEPROM is returning data that makes Jim> if_vx_pci.c think it's an older card. no need to worry [?] Jim> the driver still loads, but beware... no comments in code Jim> concerning this.. check the archives... There was a defect in the early 3C595 cards (something related to incoming packet buffer lossage during copyout's). 3COM stated that new versions of the card with this bug fixed would have a specific bit lit up in the ROM (or one of the registers?). The vx driver was modified to look for this bit, and it spits out the warning above if it's not set. Later, 3COM decided they were not going to fix the defect, so the bit in question will never be set. Meanwhile, the vx driver has a workaround for the bug. That warning message should be removed from the driver probe. All this was discussed on the mailing lists (probably hackers) back in 1995 or so (shortly after the 3C595 hit the streets). --lyndon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802232204.PAA19547>