| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 1 | -1/+1 |
| * | MFC r197461: | Pyun YongHyeon | 2009-10-05 | 1 | -18/+19 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free() | Max Khon | 2009-02-09 | 1 | -1/+1 |
| * | During attach on some de(4) adapters the driver sends out a test packet as | John Baldwin | 2008-04-05 | 1 | -2/+6 |
| * | The maxsegsz of a dma tag created in de(4) is TULIP_DATA_PER_DESC bytes. | Pyun YongHyeon | 2007-06-07 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff | 2006-09-15 | 1 | -32/+30 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 1 | -39/+0 |
| * | Repo copy de driver to dev/de, and adjust. | Warner Losh | 2006-02-26 | 1 | -2/+2 |
| * | Use the copy of the card's MAC address saved in tulip_enaddr() in the softc | John Baldwin | 2005-12-22 | 1 | -3/+12 |
| * | Fix the type of "eaddr" to guarantee the required alignment. | Ruslan Ermilov | 2005-12-01 | 1 | -8/+8 |
| * | Byte copy IF_LLADDR() on stack to align it to be safe for typecasts. | Ruslan Ermilov | 2005-11-30 | 1 | -19/+18 |
| * | Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes: | John Baldwin | 2005-11-21 | 1 | -28/+20 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -9/+9 |
| * | - Use m_defrag() instead of homerolling our own variant | John Baldwin | 2005-08-26 | 1 | -68/+55 |
| * | - Remove non-bus-dma code. | John Baldwin | 2005-08-25 | 1 | -428/+134 |
| * | Major rototill of this driver to add FreeBSD bus-dma support: | John Baldwin | 2005-08-25 | 1 | -442/+698 |
| * | - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER. | John Baldwin | 2005-08-17 | 1 | -19/+8 |
| * | Call tulip_start() rather than tulip_ifstart() from the interrupt handler | John Baldwin | 2005-08-09 | 1 | -1/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -15/+16 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | - Use callout_*() rather than timeout() to periodically poll the media. | John Baldwin | 2005-07-27 | 1 | -40/+149 |
| * | - Use the PCIR_BAR() macro rather than hardcoding rids. | John Baldwin | 2005-07-21 | 1 | -8/+4 |
| * | Don't set if_start to tulip_ifstart all over the place. It is already | John Baldwin | 2005-07-21 | 1 | -6/+0 |
| * | Remove conditional code that has largely rotted that is also not on by | John Baldwin | 2005-07-21 | 1 | -222/+13 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -146/+141 |
| * | Return BUS_PROBE_DEFAULT instead of 0. | Warner Losh | 2005-02-24 | 1 | -1/+1 |
| * | Hide link up/down/media printfs behind bootverbose | Poul-Henning Kamp | 2004-11-08 | 1 | -1/+2 |
| * | fix (for me) the problems where if_de gets really slow after time | John-Mark Gurney | 2004-10-18 | 1 | -21/+0 |
| * | Since the if_de driver doesn't contain locking, mark it as | Robert Watson | 2004-08-13 | 1 | -1/+1 |
| * | style(9) pass on prototypes. | Bruce M Simpson | 2004-07-05 | 1 | -21/+27 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -1/+1 |
| * | Bring in the first chunk of altq driver modifications. This covers the | Max Laier | 2004-07-02 | 1 | -9/+14 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -23/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -6/+4 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -0/+2 |
| * | Stop setting ifp->if_output to ether_output() since ether_ifattach() | Maxime Henrion | 2004-03-11 | 1 | -1/+0 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -75/+78 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -4/+4 |
| * | Move some FALLTHROUGH comments so they work. | Poul-Henning Kamp | 2003-05-31 | 1 | -6/+5 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+1 |
| * | - Use if_broadcastaddr from struct ifnet rather than relying on | Matthew N. Dodd | 2003-03-21 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -8/+8 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -8/+8 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | o track either_ifattach/ether_ifdetach API changes | Sam Leffler | 2002-11-14 | 1 | -14/+5 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |