| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r227512: | Pyun YongHyeon | 2012-01-03 | 1 | -31/+75 |
| * | MFC r227431-227432,227505,227509: | Pyun YongHyeon | 2012-01-03 | 1 | -0/+2 |
| * | MFC r227347,227367: | Pyun YongHyeon | 2012-01-03 | 1 | -29/+4 |
| * | MFC r227311-227312,227318-227319,227322-227324: | Pyun YongHyeon | 2012-01-03 | 1 | -1/+0 |
| * | MFC r227086-227089: | Pyun YongHyeon | 2012-01-03 | 1 | -81/+81 |
| * | - Allocate the DMA memory shared between the host and the controller as | Marius Strobl | 2011-03-11 | 1 | -1/+1 |
| * | - Add a private timer to drive the transmit watchdog instead of using | John Baldwin | 2009-11-19 | 1 | -0/+2 |
| * | - Tx side bus_dmamap_load_mbuf_sg(9) support. This reduces bookkeeping | Pyun YongHyeon | 2006-01-03 | 1 | -11/+20 |
| * | Cache the tx producer index instead of reading it every time ti_start is | Scott Long | 2005-12-28 | 1 | -0/+1 |
| * | Bring big-endian architecture support for ti(4). | Pyun YongHyeon | 2005-12-28 | 1 | -65/+46 |
| * | Fix the Tigon I/II driver to support 64-bit DMA. In the process, convert it | Scott Long | 2005-12-14 | 1 | -13/+26 |
| * | Allocate the jumbo rx frame buffer with busdma. | Scott Long | 2005-12-10 | 1 | -0/+2 |
| * | Typo. | John Baldwin | 2005-09-29 | 1 | -1/+1 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -1/+1 |
| * | Start the process of modernizing the Tigon driver by using busdma for the | Scott Long | 2005-03-21 | 1 | -0/+4 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Drop the driver lock around calls to if_input to avoid a LOR when | Sam Leffler | 2003-11-14 | 1 | -0/+1 |
| * | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -7/+7 |
| * | At long last, commit the zero copy sockets code. | Kenneth D. Merry | 2002-06-26 | 1 | -187/+63 |
| * | Fix the definitions for memory bank sizes, which I somehow got wrong. | Bill Paul | 2001-04-26 | 1 | -1/+6 |
| * | Change and clean the mutex lock interface. | Bosko Milekic | 2001-02-09 | 1 | -2/+2 |
| * | (Introduce something sitting in my repo for 3 weeks now...) | Bosko Milekic | 2000-10-21 | 1 | -6/+2 |
| * | First round of converting network drivers from spls to mutexes. This | Bill Paul | 2000-10-13 | 1 | -0/+4 |
| * | Replace the mbuf external reference counting code with something | David Malone | 2000-08-19 | 1 | -1/+0 |
| * | Add support for the Netgear GA620T copper gigabit card. | Bill Paul | 2000-08-02 | 1 | -0/+1 |
| * | Update the Tigon driver to support 1000baseTX gigE over copper AceNIC | Bill Paul | 2000-07-20 | 1 | -3/+5 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -5/+5 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -5/+5 |
| * | Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support | Bill Paul | 2000-04-24 | 1 | -1/+1 |
| * | Update Tigon firmware yet again, this time to version 12.3.20. | Bill Paul | 2000-03-18 | 1 | -1/+1 |
| * | Update the Tigon driver to use the 12.3.18 firmware release from Alteon. | Bill Paul | 2000-02-10 | 1 | -1/+1 |
| * | Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet | Bill Paul | 2000-01-18 | 1 | -0/+7 |
| * | Update the Tigon driver firmware images to the latest release from | Bill Paul | 1999-09-22 | 1 | -1/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocate | Bill Paul | 1999-07-27 | 1 | -1/+2 |
| * | Clean up the buffer allocation code a bit. Make sure to initialize certain | Bill Paul | 1999-07-23 | 1 | -10/+3 |
| * | Dangit. Somehow the pmap_kextract hack for alpha snuck back into these | Bill Paul | 1999-07-23 | 1 | -4/+3 |
| * | Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgrade | Bill Paul | 1999-07-23 | 1 | -6/+5 |
| * | Remove ti_refill_rx_rings() and associated stuff; replace dirty RX buffers | Bill Paul | 1999-07-05 | 1 | -8/+3 |
| * | Add a transmit descriptor usage counter and use it to absolutely, | Bill Paul | 1999-06-19 | 1 | -1/+2 |
| * | Allow chipset drivers to specify the direct-mapped DMA window's mask in | Andrew Gallatin | 1999-05-26 | 1 | -3/+2 |
| * | Upgrade firmware images Alteon's latest release (12.3.10). This fixes a | Bill Paul | 1999-05-03 | 1 | -2/+2 |
| * | Add driver support for gigabit ethernet adapters based on the Alteon | Bill Paul | 1999-04-06 | 1 | -0/+1190 |