summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti/if_ti.c
Commit message (Expand)AuthorAgeFilesLines
* Neither the page lock nor the page queues lock is required to unwire andalc2010-05-031-2/+0
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-191-21/+22
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Remove some remnant alpha hacks.marius2008-04-261-12/+1
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Set the baudrate for if_ti.remko2008-02-191-0/+1
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+2
* Fix function prototype for device_shutdown method.yongari2007-11-221-2/+4
* 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
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-7/+4
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-151-46/+47
* Fix invalid reference of mbuf chains.yongari2006-08-121-25/+25
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-031-157/+137
* Cache the tx producer index instead of reading it every time ti_start isscottl2005-12-281-1/+3
* Fix a serious regression from the busdma conversion. Check to make surescottl2005-12-281-10/+17
* Bring big-endian architecture support for ti(4).yongari2005-12-281-175/+264
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+5
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itscottl2005-12-141-86/+321
* Allocate the jumbo rx frame buffer with busdma.scottl2005-12-101-15/+26
* if_ti has been operating with locks for a while, so remove the GIANT markers.scottl2005-12-101-20/+29
* The if_ti Tigon I/II driver has moved to /sys/dev/tiscottl2005-12-101-3/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* In detach method, move if_free() after bus_teardown_intr().ru2005-10-131-2/+2
* Use if_printf() and device_printf().jhb2005-09-291-90/+92
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-161-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-13/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Fix ifnet fallout in if_ti.scottl2005-07-071-8/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-28/+36
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* If resource allocation fails, we could wind up freeing the cdev without itscottl2005-03-311-1/+2
* deal with malloc failure when setting up the multicast filtersam2005-03-261-0/+4
* Start the process of modernizing the Tigon driver by using busdma for thescottl2005-03-211-21/+88
* Fix style(9) issues with __P removal.imp2005-02-241-59/+55
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Update the Tigon 1 and 2 driver to use the sf_buf API for implementingalc2004-12-061-15/+23
* Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until theyrwatson2004-08-281-1/+2
* Whitespace pass.bms2004-07-051-40/+39
* style(9):bms2004-07-051-75/+75
* Eliminate redundant return keywords.bms2004-07-051-48/+0
* Whitespace nitsbms2004-07-051-23/+23
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* 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-6/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
OpenPOWER on IntegriCloud