| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dead ifdef. Driver should always check raised interrupt is | yongari | 2011-11-10 | 1 | -3/+0 |
* | style. | yongari | 2011-11-10 | 1 | -63/+44 |
* | Retire 'options TI_PRIVATE_JUMBOS' and replace local jumbo | yongari | 2011-11-08 | 1 | -299/+287 |
* | Do not allow changing MTU to be less than the minimum. | yongari | 2011-11-07 | 1 | -1/+1 |
* | If ti_chipinit() fails in ti_stop(), ignore the error and release | yongari | 2011-11-07 | 1 | -5/+5 |
* | Show RX buffer allocation failure and do not blindly send alive | yongari | 2011-11-07 | 1 | -5/+21 |
* | Mini ring is not available on Tigon 1 so do not create DMA maps for | yongari | 2011-11-07 | 1 | -0/+5 |
* | Track which ring was updated in RX handler and update only modified | yongari | 2011-11-07 | 1 | -5/+12 |
* | o Remove unnecessary controller reinitialization. | yongari | 2011-11-07 | 1 | -2/+8 |
* | Remove ti_unit member variable in softc. | yongari | 2011-11-07 | 1 | -6/+5 |
* | Implement altq(4) support. | yongari | 2011-11-04 | 1 | -8/+10 |
* | Because ti(4) drops a driver lock in RX handler, check whether | yongari | 2011-11-04 | 1 | -4/+4 |
* | Don't abuse if_hwassist and make sure enabling corresponding TX/RX | yongari | 2011-11-04 | 1 | -32/+60 |
* | Don't clear upper 4bits from VLAN tag information. It's | yongari | 2011-11-04 | 1 | -2/+2 |
* | Introduce ti_ifmedia_upd_locked() to use in driver initialization | yongari | 2011-11-04 | 1 | -3/+21 |
* | Announce IFCAP_LINKSTATE capability and let network stack know link | yongari | 2011-11-04 | 1 | -7/+25 |
* | Make sure to unload loaded DMA area(descriptor, command, event ring). | yongari | 2011-11-04 | 1 | -0/+2 |
* | s/u_intXX_t/uintXX_t/g | yongari | 2011-11-04 | 1 | -54/+54 |
* | Make ti(4) build with 'options TI_PRIVATE_JUMBOS'. | yongari | 2011-11-04 | 1 | -1/+1 |
* | style. | yongari | 2011-11-04 | 1 | -163/+163 |
* | Use ANSI function definations. | yongari | 2011-11-04 | 1 | -146/+55 |
* | - Allocate the DMA memory shared between the host and the controller as | marius | 2011-03-11 | 1 | -5/+6 |
* | Neither the page lock nor the page queues lock is required to unwire and | alc | 2010-05-03 | 1 | -2/+0 |
* | - Add a private timer to drive the transmit watchdog instead of using | jhb | 2009-11-19 | 1 | -21/+22 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Remove some remnant alpha hacks. | marius | 2008-04-26 | 1 | -12/+1 |
* | Fix some "in in" typos in comments. | brueffer | 2008-03-26 | 1 | -1/+1 |
* | Set the baudrate for if_ti. | remko | 2008-02-19 | 1 | -0/+1 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -1/+2 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -2/+4 |
* | Catch up the rest of the drivers with the ether_vlan_mtap modifications. | csjp | 2007-03-04 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 1 | -1/+1 |
* | Move ethernet VLAN tags from mtags to its own mbuf packet header field | andre | 2006-09-17 | 1 | -7/+4 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 1 | -46/+47 |
* | Fix invalid reference of mbuf chains. | yongari | 2006-08-12 | 1 | -25/+25 |
* | - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeeping | yongari | 2006-01-03 | 1 | -157/+137 |
* | Cache the tx producer index instead of reading it every time ti_start is | scottl | 2005-12-28 | 1 | -1/+3 |
* | Fix a serious regression from the busdma conversion. Check to make sure | scottl | 2005-12-28 | 1 | -10/+17 |
* | Bring big-endian architecture support for ti(4). | yongari | 2005-12-28 | 1 | -175/+264 |
* | - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag in | glebius | 2005-12-18 | 1 | -2/+5 |
* | Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert it | scottl | 2005-12-14 | 1 | -86/+321 |
* | Allocate the jumbo rx frame buffer with busdma. | scottl | 2005-12-10 | 1 | -15/+26 |
* | if_ti has been operating with locks for a while, so remove the GIANT markers. | scottl | 2005-12-10 | 1 | -20/+29 |
* | The if_ti Tigon I/II driver has moved to /sys/dev/ti | scottl | 2005-12-10 | 1 | -3/+3 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -1/+1 |
* | In detach method, move if_free() after bus_teardown_intr(). | ru | 2005-10-13 | 1 | -2/+2 |
* | Use if_printf() and device_printf(). | jhb | 2005-09-29 | 1 | -90/+92 |
* | Fix "struct ifnet" leaks when attach() fails in the middle, e.g. | ru | 2005-09-16 | 1 | -2/+2 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -13/+14 |