summaryrefslogtreecommitdiff
path: root/sys/dev/txp
AgeCommit message (Expand)Author
2019-05-17FCP-101: Remove txp(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
2017-12-29if_txpreg.h: drop clauses 3 and 4.Pedro F. Giffuni
2017-12-29dev/txp: Update if_txpreg.h to match OpenBSD's version.Pedro F. Giffuni
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-04-14Remove unnecessary check aginst NULL. txp_ext_command() withPyun YongHyeon
2014-09-24- Provide txp_get_counter() to return counters that are not collected,Gleb Smirnoff
2014-08-30Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff
2014-07-07Remove ia64.Marcel Moolenaar
2014-06-17Fix teardown of static DMA allocations in various NIC drivers:John 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
2011-03-23Do a sweep of the tree replacing calls to pci_find_extcap() with calls toJohn Baldwin
2011-01-12sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming
2009-08-31Make sure rx descriptor ring align on 16 bytes. I guess thePyun YongHyeon
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2009-03-12bus_dma(9) conversion and make txp(4) work on all architectures.Pyun YongHyeon
2009-03-11Replace local CRC32 routine with ether_crc32_be(). This shouldPyun YongHyeon
2009-03-11s/u_int8_t/uint8_t/gPyun YongHyeon
2009-03-11style(9) - space after keywords.Pyun YongHyeon
2009-03-11Remove return statement at the end of function that returns void.Pyun YongHyeon
2009-03-11Remove extra tab characters.Pyun YongHyeon
2009-03-11K&R -> ANSI C function definitions.Pyun YongHyeon
2009-02-25Update to latest 3Com firmware image. The latest fimware isPyun YongHyeon
2009-02-24Change the functions to ANSI in those cases where it breaks promotionRoman Divacky
2007-11-16Read MII_ANAR register and get common denominator ability.Pyun YongHyeon
2007-11-16IEEE 802.3 Annex 28B.3 explicitly specifies the following relativePyun YongHyeon
2007-06-12Nuke duplicated __FBSDID.Pyun YongHyeon
2007-06-12Add checks for contigmalloc(9) failure.Pyun YongHyeon
2007-03-04Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-09-17Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-12-18- Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-10-29Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needsBill Paul
2005-10-27- Add locking and mark MPSAFE. The driver had a mutex in the softc andJohn Baldwin
2005-10-03- Use PCIR_BAR().John Baldwin
2005-09-19Make sure that we call if_free(ifp) after bus_teardown_intr. Since weWarner Losh
2005-09-15Fixed a diagnostic message.Ruslan Ermilov
2005-08-31- Only call txp_release_resources() once if attach fails.John 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-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-03-01Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-13Since if_txp doesn't contain locking or run with INTR_MPSAFE, markRobert Watson