summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_ti.c
AgeCommit message (Expand)Author
2006-02-16Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set.Brad Smith
2006-02-16disable HW VLAN tagging.Brad Smith
2006-01-16Cache the TX producer index instead of reading it every time ti_start isBrad Smith
2005-10-10- remove a unused piece of code from ti_chipinit().Brad Smith
2005-10-09some code cleaning..Brad Smith
2005-07-30sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()Brad Smith
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-25- mbuf external storage is of (caddr_t), not (caddr_t *).Brad Smith
2005-07-18disable hardware vlan tag strippingCamiel Dobbelaar
2005-07-08- use ETHER_MAX_LEN_JUMBO in one more spotBrad Smith
2005-07-08add a return here.Brad Smith
2005-07-07- the PCI layer enables bus mastering so don't bother again here.Brad Smith
2005-07-03ETHERMTU_JUMBO -> ETHER_MAX_LEN_JUMBOBrad Smith
2005-07-03adjust tuneable for Jumbo caseBrad Smith
2005-07-03- when printing the "unsupported chip revision" message also print theBrad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-04-25csum -> csum_flagsBrad Smith
2005-04-18- check for ETHERMIN with SIOCSIFMTU ioctl caseBrad Smith
2004-12-08use ETHER_MAX_LENJonathan Gray
2004-11-22build a tigon firmware file. Saves 150KB or so in GENERIC kernelsTheo de Raadt
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-19typo, or -> ofBrad Smith
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
2004-08-19#ifdef TI_VERBOSE around "no free jumbo buffers" printf.Ryan Thomas McBride
2004-08-05remove some separate per driver constants and useBrad Smith
2004-06-18Fix jumbo frames.Ryan Thomas McBride
2004-05-31Enable all multicast if we encounter a range.Ryan Thomas McBride
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2003-12-16BecuaseTheo de Raadt
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-03-06add support for vlan tagging correctly; from Chris PascoeJason Wright
2003-03-05no \n in panic(); rimshot@pandora.beTheo de Raadt
2003-02-26split encap and txeof functions into ones for tigon1 and tigon2Nathan Binkert
2003-02-26don't do arithmetic on bus space handles. Instead, use bus_space functionsNathan Binkert
2003-02-20no trailing newline in panic(); PR 3103Henning Brauer
2002-12-04Make ti(4) use busdma and add all of the necessary stuff to support bothNathan Binkert
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-10-03Use our defn of pci command registers, not freebsd'sJason Wright
2002-07-05Typo; stobe -> strobeAaron Campbell
2002-05-01make fw images const and fix ti for unneeded type casts; jason@ testing ans okMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin
2001-12-13If initialization fails, panic right away, instead ofNiklas Hallqvist
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12remove redundant vm includesMichael Shalayeff
2001-07-03enable rx ip checksum offloadJason Wright