9fans archive / 1997 / 12 / 21 /    prev next

From: jim mckie jmk@pla...
Subject: [9fans] Re: Plan 9 from Bell Labs - Frequently Asked
Date: Wed, 10 Dec 1997 15:54:56 -0500

	>                                           in busmastering mode there
	>are chip errata which have to be dealt with or it can hang up too.

	You mean like you have to set the latency timer to 0xFF?

no, that's an errata for the 3c59x cards. the important erratum for the
3c905 concerns it hanging if you do busmaster receives at 10Mb.

you do not need to set anything in the pci config space for the 3c905,
the card and bios should have set it correctly (they do on every system
i've tried).

if there's interest and a volunteer i can give them the current brazil
driver provided they promise to give back a plan9 version for inclusion
in the website updates. it will be a bit of work:
    % ls -l /sys/lib/pcdist/src/9/pc/ether509.c /sys/src/brazil/pc/etherelnk3.c
    --rw-rw-r-- M 4 jmk sys 16762 Feb 27  1996 /sys/lib/pcdist/src/9/pc/ether509.c
    --rw-rw-r-- M 4 jmk sys 41136 Dec  7 00:22 /sys/src/brazil/pc/etherelnk3.c
    % 

--jim