Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> |