Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-16 | remove the sparc64 workarounds for the jumbo frame receive ring sizes now | Brad Smith | |
that the iommu code has been fixed. | |||
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 | |
- use if_hardmtu for MTU ioctl handlers. ok reyk@ | |||
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 | |
called. From FreeBSD | |||
2005-10-09 | special case sparc64 for now and lower the Jumbo slots | Brad Smith | |
down from 384 to 54. | |||
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 | |
chip revision. - allow VLAN-sized frames even when not using hardware VLAN support. From FreeBSD - disestablish PCI interrupt on failure to attach. - allow reception of Jumbo frames by default. Based on a diff sent to me a long time ago by mcbride@ | |||
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 | |
ETHER_MAX_LEN_JUMBO/ETHERMTU_JUMBO where appropriate. ok mcbride@ henning@ mickey@ | |||
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 | |
endian modes. This makes ti now work on macppc and sparc64. While we're at ti, clean up a bit of the code: Use SLIST instead of LIST Remove register Use bus_space instead of bcopy/bzero Don't use bitfields since it makes dealing with endianness annoying. ok jason@, deraadt@ | |||
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 | |
add support for the acenic copper and netgear ga620t (untested). This also updates the firmware to 12.4.13 for tigon 1, and 12.4.11+wpaul hacks for tigon 2 | |||
2000-06-07 | from freebsd(wpaul): | Jason Wright | |
Update the Tigon firmware to 12.3.21. This fixes a few bugs and adds support for cards with 2MB of on-board SRAM. | |||
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 | |
(instead of stashing it in the buffer) | |||
1999-09-26 | openbsd-ify: remove statics | Jason Wright | |
merge with freebsd: clean up buffer allocation fix call to m_adj() in ti_newbuf_jumbo() align on i386 & alpha make sure mbufs have sane values upgrade to latest firmware: 12.3.15 | |||
1999-07-25 | driver for the Tigon I & Tigon II gigabit ethernet chipsets written by | Jason Wright | |
Bill Paul <wpaul@freebsd.org> |