summaryrefslogtreecommitdiff
path: root/sys/dev/ic/rtl81x9.c
AgeCommit message (Expand)Author
2004-06-06Multicast cleanupsRyan Thomas McBride
2004-05-19remove duplication, use ETHER_ALIGN from if_ether.hBrad Smith
2004-05-07proper casts for vtophys. looked at by grange@Ted Unangst
2004-04-07attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org>Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-01it turned that only adding the cardbus part was not enough to haveFederico G. Schwindt
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-10-15re-init the hw on resume, from grendel@zeitbombe.orgMichael Shalayeff
2002-07-02inital -> initialNathan Binkert
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-08Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.Aaron Campbell
2002-06-07Don't try to send a packet we don't have if rl_encap fails.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-01-08SIOCSIFMTU support; patches by Claudio Castiglia <ccastig@softhome.net>Federico G. Schwindt
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-24cleanup, such as spaces and dangling return;sMichael Shalayeff
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-12remove some of the redundant vm includesMichael Shalayeff
2001-08-03Set IFCAP_VLAN_MTU, the Realtek chip does not discard/truncate large frames.Chris Cappuccio
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-23ether_input_mbuf().Federico G. Schwindt
2001-05-22support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer....Michael Shalayeff
2001-04-13Define RL_USEIOSPACE in the PCI bus piece, not the common piece; thanks jason@Aaron Campbell
2001-04-10Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts;Aaron Campbell