Hugh,
The email address associated with my posts is non-existant, so if you try to
send to it you will probably get rejected (mapson is nospam backwards).
You can send it to cococr@cs.rpi.edu
One more issue I’ve come across. The particular Ethernet card we use (that
uses the Net.rtl driver) has some weird issue that doesn’t occur very often,
but it does happen. 2 of our customers successfully reproduced it a few
times. Somehow, the PCI Vendor ID changed on the card. We test our units
before they go out the door, and they all show proper values. When they
hook up the unit to their network, the vendor ID changes. I’ve contacted
the card’s manufacturer and they have no idea how it might change. The
problem I have is that Net.rtl no longer recognizes the card natively (I
could pass the vendor/device ID as the parameter, but would require a lot of
research through my code to make sure it works smoothly). What I did was
use a hex editor to change Net.rtl. I found the vendor/device ID pairs hex
values for another card that Net.rtl supports, and changed them to the
values I’m getting. This is only a temporary hack hopefully, as I don’t
want to change them continuously. Is it possible to get another
vendor/device pair added to Net.rtl? 
“Hugh Brown” <hsbrown@qnx.com> wrote in message
news:Voyager.010528082515.7366A@node90.ott.qnx.com…
Previously, R B Adler wrote in qdn.public.qnx4:
Hi,
I’ve been using Net.rtl for a bit, and noticed some issues with CPU
usage.
I know that the chipset that I’m using doesn’t implement most of the
features that other chipsets use, so the driver does more work. But I
found
that if I unplug the ethernet cable while the driver is running,
momentary
“pauses” occur in my application (graphics moving around a bit suddenly
stop
for a moment, then move again). When the cable is plugged in again
(with an
active link) it works fine.
Anything I might do to avoid the “pauses”? Also, any chance the Net.rtl
code might be able to handle something differently to avoid the
“pausing”?
Yes, don’t unplug the cable! >
> I’ll e-mail you an updated driver.
Hugh.
TIA!
R B Adler
\