Age | Commit message (Expand) | Author |
2006-07-03 | - re_attach(): Use bus_dma* directly instead of calling re_allocmem(). | Brad Smith |
2006-07-01 | fix the hw rev id for the 8168 and add the id for the 8111 | Brad Smith |
2006-06-27 | new HW revs, EEPROM commands, softc fields, some macros and device ids. | Brad Smith |
2006-06-27 | - add fixup code in the RX path for strict alignment architectures. | Brad Smith |
2005-09-17 | add some Realtek chip ids | Brad Smith |
2005-08-03 | This commit was derived from a commit to FreeBSD.. | Brad Smith |
2005-04-15 | re-add RL_JUMBO_FRAMELEN/RL_JUMBO_MTU but this time use the right values | Brad Smith |
2005-04-15 | add another 8169 rev and remove vtophys() hack for alpha now that the driver | Brad Smith |
2004-10-13 | Let the generic rtl code work if the bus-dependent code has decided to attach; | Miod Vallat |
2004-09-30 | bus_dma-ify... thanks to robert, jgs, and grange for testing | Jason Wright |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-08-05 | compile before you commit damnit | Theo de Raadt |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-06-05 | add multicast support | Peter Valchev |
2004-06-05 | Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSD | Peter Valchev |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2004-04-07 | attach on abocom's 8139; from Kimmo Sinkko <kimmo@sinkko.org> | Michael Shalayeff |
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt |
2002-10-15 | re-init the hw on resume, from grendel@zeitbombe.org | Michael Shalayeff |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-23 | More constants cleaning. | Federico G. Schwindt |
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer.... | Michael Shalayeff |
2001-04-10 | Split RealTek 8129/8139 driver into bus-dependent and bus-independent parts; | Aaron Campbell |