Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-21 | From FreeBSD: | Jason Wright | |
correct usage of m_pullup for small frames bzero() contents of mbuf when manually padding the frame | |||
2000-02-15 | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() | Jason Wright | |
1999-12-14 | remove *vm_page_alloc_contig in favor of bus_dma. | Jason Wright | |
1999-11-17 | mii fixups and merge with freebsd: | Jason Wright | |
o fix tx recovery with call to rl_reset/rl_init o automatic tuning of tx threshold o make sure first mbuf contains the entire ether_header o remove matching of SiS 900 chipset | |||
1999-09-30 | remove static's | Jason Wright | |
1999-07-23 | Fix for UVM. (ok art@, as was last commit, missed it there) | Hakan Olsson | |
1999-06-29 | merge with FreeBSD: | Jason Wright | |
support for delta, addtron, and SiS 8139 boards initialize if_snd.ifq_maxlen correctly chipset now works on alpha | |||
1999-03-03 | remove alot of verbosity | Jason Wright | |
1999-02-26 | Sync with FreeBSD: | Jason Wright | |
o fix multicast hash calculation (return the right set of bits) o make sure ifp->if_snd.ifq_maxlen is initialized o use RL_CMD_EMPTY_RXBUF instead of magic constant 1 o make sure the delta 8139 boards are setup correctly | |||
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-24 | why do new manufacturers make identical products, but change the vendor field? | Theo de Raadt | |
1998-12-31 | Trim CRC off of rx'd packets; freebsd. | Jason Wright | |
1998-12-22 | sync with FreeBSD | Jason Wright | |
1998-11-23 | clean up and make more quiet | Jason Wright | |
1998-11-20 | MII fixups, should be able to reliably switch modes manually now | Jason Wright | |
1998-11-19 | Sync with FreeBSD: | Jason Wright | |
o match Accton 1207D (MXP5030, 5038) o always do buffer copies on tx (it happened most of the time anyway) o fix up tx packets to minimum length | |||
1998-11-18 | nuke unused variables | Jason Wright | |
1998-11-18 | dev/mii'fy RTL driver and add new phy driver for the 8139 internal phy | Jason Wright | |
1998-11-16 | Take advantage of generic io/mem/busmaster enabling of parent and remove | Jason Wright | |
redundant code. | |||
1998-11-13 | more quiet during autoconf | Jason Wright | |
1998-11-11 | Driver for rtl8139 based nic's ported from FreeBSD | Jason Wright | |