aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti
Commit message (Expand)AuthorAgeFilesLines
* Eliminate vestiges of page coloring.Alan Cox2011-12-151-2/+1
* Overhaul bus_dma(9) usage in driver:Pyun YongHyeon2011-11-142-403/+604
* Export sysctl node for various interrupt moderation parameters andPyun YongHyeon2011-11-141-14/+62
* It's bad idea to allocate large memory, 4KB, from stack.Pyun YongHyeon2011-11-142-29/+35
* Remove dead ifdef. Driver should always check raised interrupt isPyun YongHyeon2011-11-101-3/+0
* style.Pyun YongHyeon2011-11-101-63/+44
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboPyun YongHyeon2011-11-082-328/+291
* Do not allow changing MTU to be less than the minimum.Pyun YongHyeon2011-11-071-1/+1
* If ti_chipinit() fails in ti_stop(), ignore the error and releasePyun YongHyeon2011-11-071-5/+5
* Show RX buffer allocation failure and do not blindly send alivePyun YongHyeon2011-11-071-5/+21
* Mini ring is not available on Tigon 1 so do not create DMA maps forPyun YongHyeon2011-11-071-0/+5
* Track which ring was updated in RX handler and update only modifiedPyun YongHyeon2011-11-071-5/+12
* o Remove unnecessary controller reinitialization.Pyun YongHyeon2011-11-071-2/+8
* Remove ti_unit member variable in softc.Pyun YongHyeon2011-11-072-7/+5
* Implement altq(4) support.Pyun YongHyeon2011-11-041-8/+10
* Because ti(4) drops a driver lock in RX handler, check whetherPyun YongHyeon2011-11-041-4/+4
* Don't abuse if_hwassist and make sure enabling corresponding TX/RXPyun YongHyeon2011-11-041-32/+60
* Don't clear upper 4bits from VLAN tag information. It'sPyun YongHyeon2011-11-041-2/+2
* Introduce ti_ifmedia_upd_locked() to use in driver initializationPyun YongHyeon2011-11-041-3/+21
* Announce IFCAP_LINKSTATE capability and let network stack know linkPyun YongHyeon2011-11-041-7/+25
* Make sure to unload loaded DMA area(descriptor, command, event ring).Pyun YongHyeon2011-11-041-0/+2
* s/u_intXX_t/uintXX_t/gPyun YongHyeon2011-11-042-135/+135
* Make ti(4) build with 'options TI_PRIVATE_JUMBOS'.Pyun YongHyeon2011-11-041-1/+1
* style.Pyun YongHyeon2011-11-041-163/+163
* Use ANSI function definations.Pyun YongHyeon2011-11-041-146/+55
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-112-6/+7
* Neither the page lock nor the page queues lock is required to unwire andAlan Cox2010-05-031-2/+0
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-192-21/+24
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Remove some remnant alpha hacks.Marius Strobl2008-04-261-12/+1
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Set the baudrate for if_ti.Remko Lodder2008-02-191-0/+1
* Give MEXTADD() another argument to make both void pointers to thePoul-Henning Kamp2008-02-011-1/+2
* Fix function prototype for device_shutdown method.Pyun YongHyeon2007-11-221-2/+4
* Catch up the rest of the drivers with the ether_vlan_mtap modifications.Christian S.J. Peron2007-03-041-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in theMarius Strobl2007-01-211-1/+1
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-7/+4
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-46/+47
* Fix invalid reference of mbuf chains.Pyun YongHyeon2006-08-121-25/+25
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingPyun YongHyeon2006-01-032-168/+157
* Cache the tx producer index instead of reading it every time ti_start isScott Long2005-12-282-1/+4
* Fix a serious regression from the busdma conversion. Check to make sureScott Long2005-12-281-10/+17
* Bring big-endian architecture support for ti(4).Pyun YongHyeon2005-12-282-241/+311
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inGleb Smirnoff2005-12-181-2/+5
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itScott Long2005-12-142-99/+347
* Allocate the jumbo rx frame buffer with busdma.Scott Long2005-12-102-15/+28
* if_ti has been operating with locks for a while, so remove the GIANT markers.Scott Long2005-12-101-20/+29
* The if_ti Tigon I/II driver has moved to /sys/dev/tiScott Long2005-12-101-3/+3
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1