diff options
author | wpaul <wpaul@FreeBSD.org> | 1998-09-25 17:34:19 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1998-09-25 17:34:19 +0000 |
commit | 8b137e029a5d733a43c935be787432fc41c80a47 (patch) | |
tree | 70fb1fd85e358299272b6316159b56edbb9bc3a4 /lib/libcurses/addbytes.c | |
parent | 9f5a84eacbe39a2cd5ee3eb874ef0a194418484c (diff) | |
download | FreeBSD-src-8b137e029a5d733a43c935be787432fc41c80a47.zip FreeBSD-src-8b137e029a5d733a43c935be787432fc41c80a47.tar.gz |
Apply patch graciously provided by Jason Wright <jason@thought.net> from
the OpenBSD group to fix a problem with the default ifmedia not being
set properly in some cases with a 3c905B, leading to a panic in ifmedia_set().
Also apply a patch to force the transmit start routine to check the
transmitter to make sure it isn't wedged if the outbound tx queue appears
full. This seems to cure some problems with 'watchdog timeout' errors
cropping up in some cases. I tried to do this before by checking for the
IFF_OACTIVE flag on entry to xl_start(), but if the IFF_OACTIVE flag is
set, ether_output() won't even call xl_start(). It should work now.
Lastly, increase the size of the TX queue from 10 descriptors to 16 to
hopefully make it less likely that the TX queue will fill up.
Diffstat (limited to 'lib/libcurses/addbytes.c')
0 files changed, 0 insertions, 0 deletions