summaryrefslogtreecommitdiffstats
path: root/sys/dev/txp
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* Do a sweep of the tree replacing calls to pci_find_extcap() with calls tojhb2011-03-231-3/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-121-1/+4
* Make sure rx descriptor ring align on 16 bytes. I guess theyongari2009-08-311-2/+4
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* bus_dma(9) conversion and make txp(4) work on all architectures.yongari2009-03-122-901/+2155
* Replace local CRC32 routine with ether_crc32_be(). This shouldyongari2009-03-112-49/+30
* s/u_int8_t/uint8_t/gyongari2009-03-112-182/+182
* style(9) - space after keywords.yongari2009-03-111-14/+14
* Remove return statement at the end of function that returns void.yongari2009-03-111-20/+1
* Remove extra tab characters.yongari2009-03-111-3/+3
* K&R -> ANSI C function definitions.yongari2009-03-111-72/+34
* Update to latest 3Com firmware image. The latest fimware isyongari2009-02-253-4578/+3802
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-241-19/+7
* Read MII_ANAR register and get common denominator ability.yongari2007-11-161-1/+6
* IEEE 802.3 Annex 28B.3 explicitly specifies the following relativeyongari2007-11-161-3/+3
* Nuke duplicated __FBSDID.yongari2007-06-121-4/+0
* Add checks for contigmalloc(9) failure.yongari2007-06-121-0/+10
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.csjp2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-7/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-6/+6
* Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needswpaul2005-10-291-2/+0
* - Add locking and mark MPSAFE. The driver had a mutex in the softc andjhb2005-10-272-62/+86
* - Use PCIR_BAR().jhb2005-10-031-5/+2
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-3/+3
* Fixed a diagnostic message.ru2005-09-151-1/+1
* - Only call txp_release_resources() once if attach fails.jhb2005-08-311-38/+31
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-9/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-26/+40
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Since if_txp doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* Remove the setting of the pci config variables on power state changes.imp2004-06-281-23/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* All current uses of pci_set_powerstate are bogus, at least in theory.imp2003-07-031-2/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-18/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-1/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
OpenPOWER on IntegriCloud