summaryrefslogtreecommitdiff
path: root/sys/dev/ic/re.c
AgeCommit message (Expand)Author
2006-11-01Put common data for each RX DMA descriptor into a new rxsoft structure.Brad Smith
2006-10-31- Rename a variable to clarify meaning of index.Brad Smith
2006-10-31- Make DMA descripter members volatileBrad Smith
2006-10-22DMA memory for the TX ring should be aligned at RL_RING_ALIGN,Brad Smith
2006-10-16Fix for watchdog timeouts experienced with some Realtek adapters.Brad Smith
2006-09-29Only run the hardware diagnostic function re_diag() on adapters withBrad Smith
2006-09-18Fix for re_stop() being called from re_cardbus_shutdown() with theDimitry Andric
2006-09-17Re-add the link state check to re_start(), which was added in rev 1.31 andBrad Smith
2006-09-15Kettenis's polished version of diff to preserve the mac address on thecus,Dale Rahn
2006-08-17Remove the link state check from re_start() for now. Allows the 8139C+Brad Smith
2006-08-06fix swapping of the station address for big-endian archs.Brad Smith
2006-08-06fix the config space macro used with the TX start command.Brad Smith
2006-08-06With the PCIe devices, it looks as if issuing a TX command whileBrad Smith
2006-08-05- move the promiscuous mode handling code into re_setpromisc().Brad Smith
2006-08-05- restructure the TX descriptor handling code to decouple theBrad Smith
2006-08-05Use IFQ_POLL/IFQ_DEQUEUE instead of IFQ_DEQUEUE/IF_PREPEND.Brad Smith
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