summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_rl.c
AgeCommit message (Collapse)Author
1999-07-23Fix for UVM. (ok art@, as was last commit, missed it there)Hakan Olsson
1999-06-29merge 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-03remove alot of verbosityJason Wright
1999-02-26Sync 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-26compensate for the fact that the check for ownership of a unicast packetJason Wright
has moved to ether_input()
1999-02-24why do new manufacturers make identical products, but change the vendor field?Theo de Raadt
1998-12-31Trim CRC off of rx'd packets; freebsd.Jason Wright
1998-12-22sync with FreeBSDJason Wright
1998-11-23clean up and make more quietJason Wright
1998-11-20MII fixups, should be able to reliably switch modes manually nowJason Wright
1998-11-19Sync 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-18nuke unused variablesJason Wright
1998-11-18dev/mii'fy RTL driver and add new phy driver for the 8139 internal phyJason Wright
1998-11-16Take advantage of generic io/mem/busmaster enabling of parent and removeJason Wright
redundant code.
1998-11-13more quiet during autoconfJason Wright
1998-11-11Driver for rtl8139 based nic's ported from FreeBSDJason Wright