summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti/if_tireg.h
Commit message (Expand)AuthorAgeFilesLines
* Overhaul bus_dma(9) usage in driver:yongari2011-11-141-31/+75
* It's bad idea to allocate large memory, 4KB, from stack.yongari2011-11-141-0/+2
* Retire 'options TI_PRIVATE_JUMBOS' and replace local jumboyongari2011-11-081-29/+4
* Remove ti_unit member variable in softc.yongari2011-11-071-1/+0
* s/u_intXX_t/uintXX_t/gyongari2011-11-041-81/+81
* - Allocate the DMA memory shared between the host and the controller asmarius2011-03-111-1/+1
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-191-0/+2
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingyongari2006-01-031-11/+20
* Cache the tx producer index instead of reading it every time ti_start isscottl2005-12-281-0/+1
* Bring big-endian architecture support for ti(4).yongari2005-12-281-66/+47
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itscottl2005-12-141-13/+26
* Allocate the jumbo rx frame buffer with busdma.scottl2005-12-101-0/+2
* Typo.jhb2005-09-291-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Start the process of modernizing the Tigon driver by using busdma for thescottl2005-03-211-0/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-1/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-7/+7
* At long last, commit the zero copy sockets code.ken2002-06-261-187/+63
* Fix the definitions for memory bank sizes, which I somehow got wrong.wpaul2001-04-261-1/+6
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* (Introduce something sitting in my repo for 3 weeks now...)bmilekic2000-10-211-6/+2
* First round of converting network drivers from spls to mutexes. Thiswpaul2000-10-131-0/+4
* Replace the mbuf external reference counting code with somethingdwmalone2000-08-191-1/+0
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-021-0/+1
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICwpaul2000-07-201-3/+5
* Back out the previous change to the queue(3) interface.jake2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-5/+5
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportwpaul2000-04-241-1/+1
* Update Tigon firmware yet again, this time to version 12.3.20.wpaul2000-03-181-1/+1
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.wpaul2000-02-101-1/+1
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetwpaul2000-01-181-0/+7
* Update the Tigon driver firmware images to the latest release fromwpaul1999-09-221-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocatewpaul1999-07-271-1/+2
* Clean up the buffer allocation code a bit. Make sure to initialize certainwpaul1999-07-231-10/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into thesewpaul1999-07-231-4/+3
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradewpaul1999-07-231-6/+5
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX bufferswpaul1999-07-051-8/+3
* Add a transmit descriptor usage counter and use it to absolutely,wpaul1999-06-191-1/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask ingallatin1999-05-261-3/+2
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes awpaul1999-05-031-2/+2
* Add driver support for gigabit ethernet adapters based on the Alteonwpaul1999-04-061-0/+1190
OpenPOWER on IntegriCloud