Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-07-02 | freebsd merge: | Jason Wright | |
dynamically set the tx threshold (missed in last merge) | |||
1999-06-29 | use FreeBSD's alpha stuff | Jason Wright | |
1999-06-29 | merge with FreeBSD: | Jason Wright | |
support for 3c905C | |||
1999-05-07 | Sync with freebsd, highlights: | Jason Wright | |
o Dynamically increase TX start threshold if TX underruns are detected. o Fix selection for the 3c900B-FL 10baseFL adapter. o Set the TX start threshold register to get better performance. o Increase the size of the RX and TX rings. o Support for the 3cSOHO100-TX | |||
1999-03-03 | remove alot of verbosity | Jason Wright | |
1999-03-02 | put the DELAY back into xl_wait() | Jason Wright | |
1999-02-27 | sync with freebsd: | Jason Wright | |
o remove call to DELAY from xl_wait() o do not issue RX and TX resets in xl_stop() & xl_init() o be sure that ifp->if_snd.ifq_maxlen is initialized | |||
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | Jason Wright | |
has moved to ether_input() | |||
1999-02-23 | Do a better job of reinitializing it the xl is found in powered down state. | Jason Wright | |
1998-12-31 | make sure xl_tx_tail pointer gets updated; freebsd | Jason Wright | |
1998-12-22 | sync with FreeBSD: | Jason Wright | |
o minor fix for xl_txeof o defensive code for for xl_start o ansification | |||
1998-12-21 | If no mii found on a card that claims to support one, don't attach the | Jason Wright | |
interface. | |||
1998-11-23 | clean up, make more quiet, and nuke unused 'csr' variable | Jason Wright | |
1998-11-16 | fix up pointer alignment for buffers | Jason Wright | |
1998-11-11 | Merge with FreeBSD: | Jason Wright | |
o Fix syntax errors inside #ifdef FORCE_AUTONEG_TFOUR. o jack up the TX reclaim threshold for 3c90xB adapters | |||
1998-10-09 | support 905B-FX cards | Theo de Raadt | |
1998-09-29 | Merge with FreeBSD: if_xlreg.h(1.5) & if_xl.c(1.12) | Jason Wright | |
o workaround for ifmedia_set panic o make sure tx isn't wedged if tx queue is full o increase TX queue from 10 -> 16 descriptors | |||
1998-09-23 | Work around a bug in the newer revision chip sets. | Jason Wright | |
1998-09-11 | Merge with FreeBSD 1.11: | Jason Wright | |
1. If oactive on entry to xl_start, see if tx is wedged, and try unwedging it if necessary. 2. Do a synchonous media negotiation at boot (max of 5 seconds) 3. Start and restart autonegotiation if we're setting the media manually | |||
1998-09-09 | o Fixed printing of intrstr and other typos | Jason Wright | |
o Added support for memory mapped registers (#ifndef XL_USEIOSPACE) | |||
1998-09-09 | Now working on alpha too... -moj | Mats O Jansson | |
1998-09-08 | o Sync with FreeBSD (if_xl.c 1.10) | Jason Wright | |
better handling of memory, typos, 3c980 support o Change tests for 3c980 to match the FreeBSD method in xl_mediacheck() o Added matches for 3c900b and 3c900b-combo (support untested) | |||
1998-09-04 | Add support for 3c980 (Server NIC) -moj | Mats O Jansson | |
1998-09-03 | o OpenBSD gets if_media support (from NetBSD) | Jason Wright | |
o rework/simplify if_xl to use it | |||
1998-09-02 | Maintain FreeBSD RCS id's | Jason Wright | |
1998-09-02 | KNF & printf formatting | Jason Wright | |
1998-09-02 | o new driver for the 3c900, 3c905, 3c905b ported from FreeBSD | Jason Wright | |
o removed if_ep devices in favor of if_xl driver |