aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de
Commit message (Expand)AuthorAgeFilesLines
* The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes.Pyun YongHyeon2007-06-071-1/+1
* Increase size of timer counter bitfield to accomodate the actual size of theMatt Jacob2007-05-201-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-152-32/+31
* Remove various bits of conditional Alpha code and fixup a few comments.John Baldwin2006-05-121-39/+0
* Repo copy de driver to dev/de, and adjust.Warner Losh2006-02-262-5/+5
* Use the copy of the card's MAC address saved in tulip_enaddr() in the softcJohn Baldwin2005-12-221-3/+12
* Use ETHER_ADDR_LEN rather than hardcoding 6.John Baldwin2005-12-211-1/+1
* Fix the type of "eaddr" to guarantee the required alignment.Ruslan Ermilov2005-12-011-8/+8
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.Ruslan Ermilov2005-11-302-21/+20
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:John Baldwin2005-11-212-30/+22
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-9/+9
* - Use m_defrag() instead of homerolling our own variantJohn Baldwin2005-08-261-68/+55
* - Remove non-bus-dma code.John Baldwin2005-08-252-456/+134
* Major rototill of this driver to add FreeBSD bus-dma support:John Baldwin2005-08-252-529/+774
* - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.John Baldwin2005-08-171-19/+8
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.John Baldwin2005-08-171-9/+0
* Call tulip_start() rather than tulip_ifstart() from the interrupt handlerJohn Baldwin2005-08-091-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-15/+16
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* - Use callout_*() rather than timeout() to periodically poll the media.John Baldwin2005-07-272-40/+156
* - Use the PCIR_BAR() macro rather than hardcoding rids.John Baldwin2005-07-211-8/+4
* Don't set if_start to tulip_ifstart all over the place. It is alreadyJohn Baldwin2005-07-211-6/+0
* Remove conditional code that has largely rotted that is also not on byJohn Baldwin2005-07-212-233/+13
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386John Baldwin2005-07-211-20/+2
* Fix a typo and some whitespace nits.John Baldwin2005-07-211-5/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-150/+143
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-1/+1
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-081-1/+2
* fix (for me) the problems where if_de gets really slow after timeJohn-Mark Gurney2004-10-181-21/+0
* Since the if_de driver doesn't contain locking, mark it asRobert Watson2004-08-131-1/+1
* Apply the long-overdue hatchet of style(9) death to this file.Bruce M Simpson2004-07-091-458/+547
* style(9) pass on prototypes.Bruce M Simpson2004-07-051-21/+27
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-042-3/+3
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-9/+14
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-23/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+4
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-0/+2
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-111-1/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-79/+80
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Fix alignment requirements of tulip_rombuf by further increasingBernd Walter2003-06-131-4/+4
* Use __FBSDID().David E. O'Brien2003-06-111-4/+4
* Move some FALLTHROUGH comments so they work.Poul-Henning Kamp2003-05-312-7/+6
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+1
* - Use if_broadcastaddr from struct ifnet rather than relying onMatthew N. Dodd2003-03-211-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-8/+8
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-8/+8
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-2/+2