summaryrefslogtreecommitdiff
path: root/sys/dev/de
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove de(4).Brooks Davis
2018-10-25Deprecate a number of less used 10 and 10/100 Ethernet devices.Brooks Davis
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2018-03-29GC never enabled support for SIOCGADDRROM and SIOCGCHIPID.Brooks Davis
2017-12-27kernel: Fix several typos and minor errorsEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2017-02-02Remove dangling DE425 EISA card references in the de driver. TheyWarner Losh
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2015-11-20Fix build when KTR is defined but not KTR_TULIP.Svatopluk Kraus
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-06-17Don't bother clearing maps for static DMA allocations to NULL. Instead,John Baldwin
2014-06-11Fix a few more drivers that were explicitly destroying the bus_dmaJohn Baldwin
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-03-12More conversions of drivers to use the PCI parent DMA tag.Scott Long
2011-12-13Replace `inline static' by `static inline'.Ed Schouten
2010-01-07Remove extraneous semicolons, no functional changes.Martin Blapp
2009-11-17Use a private timer to run the statistics timer instead of (ab)usingJohn Baldwin
2009-09-24Align Tx/Rx descriptors on 32 bytes boundary instead of PAGE_SIZE.Pyun YongHyeon
2009-09-24Destroy dmamap in dma cleanup.Pyun YongHyeon
2009-09-24Consistently use bus_addr_t.Pyun YongHyeon
2009-09-24Use __NO_STRICT_ALIGNMENT to determine whether de(4) have to applyPyun YongHyeon
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-02-09tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free()Max Khon
2008-04-05During attach on some de(4) adapters the driver sends out a test packet asJohn Baldwin
2007-06-07The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.Pyun YongHyeon
2007-05-20Increase size of timer counter bitfield to accomodate the actual size of theMatt Jacob
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-09-15- Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff
2006-05-12Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin
2006-02-26Repo copy de driver to dev/de, and adjust.Warner Losh
2005-12-22Use the copy of the card's MAC address saved in tulip_enaddr() in the softcJohn Baldwin
2005-12-21Use ETHER_ADDR_LEN rather than hardcoding 6.John Baldwin
2005-12-01Fix the type of "eaddr" to guarantee the required alignment.Ruslan Ermilov
2005-11-30Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.Ruslan Ermilov
2005-11-21Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:John Baldwin
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-08-26- Use m_defrag() instead of homerolling our own variantJohn Baldwin
2005-08-25- Remove non-bus-dma code.John Baldwin
2005-08-25Major rototill of this driver to add FreeBSD bus-dma support:John Baldwin
2005-08-17- Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.John Baldwin
2005-08-17Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.John Baldwin
2005-08-09Call tulip_start() rather than tulip_ifstart() from the interrupt handlerJohn Baldwin
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-07-27- Use callout_*() rather than timeout() to periodically poll the media.John Baldwin
2005-07-21- Use the PCIR_BAR() macro rather than hardcoding rids.John Baldwin
2005-07-21Don't set if_start to tulip_ifstart all over the place. It is alreadyJohn Baldwin
2005-07-21Remove conditional code that has largely rotted that is also not on byJohn Baldwin