aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ti/if_tireg.h
Commit message (Expand)AuthorAgeFilesLines
* - Add a private timer to drive the transmit watchdog instead of usingJohn Baldwin2009-11-191-0/+2
* - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeepingPyun YongHyeon2006-01-031-11/+20
* Cache the tx producer index instead of reading it every time ti_start isScott Long2005-12-281-0/+1
* Bring big-endian architecture support for ti(4).Pyun YongHyeon2005-12-281-66/+47
* Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert itScott Long2005-12-141-13/+26
* Allocate the jumbo rx frame buffer with busdma.Scott Long2005-12-101-0/+2
* Typo.John Baldwin2005-09-291-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Start the process of modernizing the Tigon driver by using busdma for theScott Long2005-03-211-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-7/+7
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-187/+63
* Fix the definitions for memory bank sizes, which I somehow got wrong.Bill Paul2001-04-261-1/+6
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* (Introduce something sitting in my repo for 3 weeks now...)Bosko Milekic2000-10-211-6/+2
* First round of converting network drivers from spls to mutexes. ThisBill Paul2000-10-131-0/+4
* Replace the mbuf external reference counting code with somethingDavid Malone2000-08-191-1/+0
* Add support for the Netgear GA620T copper gigabit card.Bill Paul2000-08-021-0/+1
* Update the Tigon driver to support 1000baseTX gigE over copper AceNICBill Paul2000-07-201-3/+5
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-5/+5
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-5/+5
* Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds supportBill Paul2000-04-241-1/+1
* Update Tigon firmware yet again, this time to version 12.3.20.Bill Paul2000-03-181-1/+1
* Update the Tigon driver to use the 12.3.18 firmware release from Alteon.Bill Paul2000-02-101-1/+1
* Add the vendor/device ID for the Farallon PN9000SX gigabit ethernetBill Paul2000-01-181-0/+7
* Update the Tigon driver firmware images to the latest release fromBill Paul1999-09-221-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocateBill Paul1999-07-271-1/+2
* Clean up the buffer allocation code a bit. Make sure to initialize certainBill Paul1999-07-231-10/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-231-4/+3
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradeBill Paul1999-07-231-6/+5
* Remove ti_refill_rx_rings() and associated stuff; replace dirty RX buffersBill Paul1999-07-051-8/+3
* Add a transmit descriptor usage counter and use it to absolutely,Bill Paul1999-06-191-1/+2
* Allow chipset drivers to specify the direct-mapped DMA window's mask inAndrew Gallatin1999-05-261-3/+2
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes aBill Paul1999-05-031-2/+2
* Add driver support for gigabit ethernet adapters based on the AlteonBill Paul1999-04-061-0/+1190