summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* More conversions of drivers to use the PCI parent DMA tag.scottl2012-03-121-3/+4
* Replace `inline static' by `static inline'.ed2011-12-131-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Use a private timer to run the statistics timer instead of (ab)usingjhb2009-11-172-20/+15
* Align Tx/Rx descriptors on 32 bytes boundary instead of PAGE_SIZE.yongari2009-09-242-9/+8
* Destroy dmamap in dma cleanup.yongari2009-09-241-0/+1
* Consistently use bus_addr_t.yongari2009-09-242-10/+10
* Use __NO_STRICT_ALIGNMENT to determine whether de(4) have to applyyongari2009-09-242-5/+2
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free()fjoe2009-02-091-1/+1
* During attach on some de(4) adapters the driver sends out a test packet asjhb2008-04-051-2/+6
* The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.yongari2007-06-071-1/+1
* Increase size of timer counter bitfield to accomodate the actual size of themjacob2007-05-201-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-152-32/+31
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-121-39/+0
* Repo copy de driver to dev/de, and adjust.imp2006-02-262-5/+5
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcjhb2005-12-221-3/+12
* Use ETHER_ADDR_LEN rather than hardcoding 6.jhb2005-12-211-1/+1
* Fix the type of "eaddr" to guarantee the required alignment.ru2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-302-21/+20
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-212-30/+22
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-9/+9
* - Use m_defrag() instead of homerolling our own variantjhb2005-08-261-68/+55
* - Remove non-bus-dma code.jhb2005-08-252-456/+134
* Major rototill of this driver to add FreeBSD bus-dma support:jhb2005-08-252-529/+774
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.jhb2005-08-171-19/+8
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.jhb2005-08-171-9/+0
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerjhb2005-08-091-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-15/+16
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* - Use callout_*() rather than timeout() to periodically poll the media.jhb2005-07-272-40/+156
* - Use the PCIR_BAR() macro rather than hardcoding rids.jhb2005-07-211-8/+4
* Don't set if_start to tulip_ifstart all over the place. It is alreadyjhb2005-07-211-6/+0
* Remove conditional code that has largely rotted that is also not on byjhb2005-07-212-233/+13
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386jhb2005-07-211-20/+2
* Fix a typo and some whitespace nits.jhb2005-07-211-5/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-150/+143
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-1/+2
* fix (for me) the problems where if_de gets really slow after timejmg2004-10-181-21/+0
* Since the if_de driver doesn't contain locking, mark it asrwatson2004-08-131-1/+1
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-091-458/+547
* style(9) pass on prototypes.bms2004-07-051-21/+27
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-042-3/+3
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-9/+14
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-23/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+4
OpenPOWER on IntegriCloud