summaryrefslogtreecommitdiff
path: root/sys/dev/ic/re.c
AgeCommit message (Expand)Author
2006-07-06Write the mac address into the registers CORRECTLY!Dale Rahn
2006-07-03- re_attach(): Use bus_dma* directly instead of calling re_allocmem().Brad Smith
2006-07-02put writing of RL_IDR0 and RL_IDR4 back to how they should be.Brad Smith
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-06-30- add a disable argument for re_stop.Brad Smith
2006-06-29Finally fix the EEPROM reading code so that we can access the EEPROMs on allBrad Smith
2006-06-27- Make re_diag() off by default.Brad Smith
2006-06-27- add fixup code in the RX path for strict alignment architectures.Brad Smith
2006-06-24de-register, ANSI functions and a little cleaning.Brad Smith
2006-06-24some comment fixes.Brad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-06-05Write the words of the mac address in reverse order to fix a MAC problem onDale Rahn
2006-05-29Only claim an interrupt if a real interrupt event occured, prevents falseDale Rahn
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-26rename jumbo mtu to if_hardmtu; ok brad reykTheo de Raadt
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-05-16only allow setting Jumbo MTU frame sizes with the 8169 chipset.Brad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04do not set the chip type in re_attach_common() as this is alreadyBrad Smith
2006-01-30only flush the TX descriptors in re_start() if there are packetsBrad Smith
2006-01-28Make sure that HW VLAN stripping is not enabled and remove unused codeBrad Smith
2005-11-07splimp -> splnetBrad Smith
2005-08-01remove device polling leftovers from wpaul driverPeter Valchev
2005-05-24disable TX HW checksumming, some revs of the chip can cause packet corruption.Brad Smith
2005-04-30don't set MTU if its the same as what's currently being used.Brad Smith
2005-04-30check for ETHERMIN in SIOCSIFMTU ioctl; from bradPeter Valchev
2005-04-30From NetBSD, pt to by brad (might fix csum problems, else they mayPeter Valchev
2005-04-25csum -> csum_flagsBrad Smith
2005-04-15re(4) cannot handle a standard sized Jumbo frame.Brad Smith
2005-04-14enable HW transmit checksum offloadBrad Smith
2005-04-08- enable reception of VLAN sized framesBrad Smith
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
2005-02-25Correct usage of bus_dma which makes re(4) work on alpha.Jonathan Gray
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2005-01-14clean PCI leftoversPeter Valchev
2005-01-14split re(4) into bus-independent code (ic/re.c) and PCI front-endPeter Valchev