Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jul 1999 09:21:14 -0400 (EDT)
From:      Larry Lile <lile@stdio.com>
To:        Phil Regnauld <regnauld@ftf.net>
Cc:        freebsd-tokenring@FreeBSD.ORG
Subject:   Re: Status on Olicom driver ?
Message-ID:  <Pine.BSF.4.05.9907070858230.26770-100000@heathers.stdio.com>
In-Reply-To: <19990707122849.28764@ns.int.ftf.net>

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 7 Jul 1999, Phil Regnauld wrote:

> Hi,
> 
> I've been away for a while -- what's the status on the Olicom drivers --
> are ther still problems or are they working now ?
> 
> (I remind my problem: 4.0-SNAP-19990421 worked, but not 4.0-SNAP-19990527 for example).

Unfortunately it is still busted and I can't seem to figure out why.
There are actually three problems that have it broken.

The first is that at roughly the same time frame the driver started
getting packets ( < 1500 bytes) that were spread over a huge number
of mbufs ( > 16 and sometimes > 32 !)  I have a fix for that in
the new driver code.

The second and worst is that the PMW kit ceases to call
TransmitFrameCompleted.  This causes the driver/card to run out of
transmit buffers and there is no way to recover except reboot.

The third problem (one I just ran into myself) is that since newbus
the PCI bus gets probed before the ISA bus and this appears to cause
the PCI probe to fail.

I can't help but think that since newbus went in on 4/16 that there is
some correlation with the second problem.

I know the third problem is directly related to newbus, but it is a
problem with the probe code in my driver.

The first problem was me being naive and most likely is either some
new big inefficency or some new big performance improvement, I am not
sure which :)

Needless to say I am very frustrated that I haven't been able to fix
these problems, but I am still working on them.  I still have a lot
of cleaning up to do in the driver but these 3 things have me tied
up.

Any help would be greatly appreciated.  I am getting ready to look
for help on -hackers shortly.

Larry Lile
lile@stdio.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-tokenring" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9907070858230.26770-100000>