Age | Commit message (Expand) | Author |
2006-08-16 | remove the sparc64 workarounds for the jumbo frame receive ring sizes now | Brad Smith |
2006-07-18 | increase the number of Jumbo slots a little bit for sparc64. | Brad Smith |
2006-05-28 | - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO. | Brad Smith |
2006-03-16 | tidy up a bit. | Brad Smith |
2006-01-16 | Cache the TX producer index instead of reading it every time ti_start is | Brad Smith |
2005-10-09 | special case sparc64 for now and lower the Jumbo slots | Brad Smith |
2005-10-09 | remove ETHER_CRC_LEN and ETHER_HDR_LEN | Brad Smith |
2005-07-03 | - when printing the "unsupported chip revision" message also print the | Brad Smith |
2005-05-27 | remove vtophys hack (for alpha) which this driver no longer uses | Peter Valchev |
2004-11-02 | #ifdef __alpha__ -> #ifdef __LP64__ | Miod Vallat |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2003-02-26 | don't do arithmetic on bus space handles. Instead, use bus_space functions | Nathan Binkert |
2002-12-04 | Make ti(4) use busdma and add all of the necessary stuff to support both | Nathan Binkert |
2002-10-04 | More OpenBSDism's (vs FreeBSDisms). | Jason Wright |
2002-10-03 | Use our defn of pci command registers, not freebsd's | Jason Wright |
2000-11-21 | From FreeBSD: | Jason Wright |
2000-06-07 | from freebsd(wpaul): | Jason Wright |
2000-03-15 | implimented -> implemented | Todd T. Fries |
2000-02-15 | update ti firmware to 12.3.18 | Jason Wright |
2000-01-18 | sync with FreeBSD: add Farallon PN9000SX as a match | Jason Wright |
1999-10-25 | use bus_dma instead of [u]vm_page_alloc_contig | Jason Wright |
1999-10-03 | take advantage of m->m_ext.ext_handle for storing the softc | Jason Wright |
1999-09-26 | openbsd-ify: remove statics | Jason Wright |
1999-07-25 | driver for the Tigon I & Tigon II gigabit ethernet chipsets written by | Jason Wright |