index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_ti.c
Age
Commit message (
Expand
)
Author
2006-05-28
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2006-03-16
if the link is down then show a media status of none.
Brad Smith
2006-03-16
tidy up a bit.
Brad Smith
2006-02-16
Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set.
Brad Smith
2006-02-16
disable HW VLAN tagging.
Brad Smith
2006-01-16
Cache the TX producer index instead of reading it every time ti_start is
Brad Smith
2005-10-10
- remove a unused piece of code from ti_chipinit().
Brad Smith
2005-10-09
some code cleaning..
Brad Smith
2005-07-30
sync nge/ti_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()
Brad Smith
2005-07-25
don'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-18
disable hardware vlan tag stripping
Camiel Dobbelaar
2005-07-08
- use ETHER_MAX_LEN_JUMBO in one more spot
Brad Smith
2005-07-08
add a return here.
Brad Smith
2005-07-07
- the PCI layer enables bus mastering so don't bother again here.
Brad Smith
2005-07-03
ETHERMTU_JUMBO -> ETHER_MAX_LEN_JUMBO
Brad Smith
2005-07-03
adjust tuneable for Jumbo case
Brad Smith
2005-07-03
- when printing the "unsupported chip revision" message also print the
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-04-18
- check for ETHERMIN with SIOCSIFMTU ioctl case
Brad Smith
2004-12-08
use ETHER_MAX_LEN
Jonathan Gray
2004-11-22
build a tigon firmware file. Saves 150KB or so in GENERIC kernels
Theo de Raadt
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-09-19
typo, or -> of
Brad Smith
2004-09-16
If we can't allocate new jumbo storage, try to copy the packet into a
Ryan Thomas McBride
2004-08-19
#ifdef TI_VERBOSE around "no free jumbo buffers" printf.
Ryan Thomas McBride
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-06-18
Fix jumbo frames.
Ryan Thomas McBride
2004-05-31
Enable all multicast if we encounter a range.
Ryan Thomas McBride
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2003-12-16
Becuase
Theo de Raadt
2003-10-26
typos from Jared Yanovich;
Jason McIntyre
2003-03-06
add support for vlan tagging correctly; from Chris Pascoe
Jason Wright
2003-03-05
no \n in panic(); rimshot@pandora.be
Theo de Raadt
2003-02-26
split encap and txeof functions into ones for tigon1 and tigon2
Nathan Binkert
2003-02-26
don't do arithmetic on bus space handles. Instead, use bus_space functions
Nathan Binkert
2003-02-20
no trailing newline in panic(); PR 3103
Henning Brauer
2002-12-04
Make ti(4) use busdma and add all of the necessary stuff to support both
Nathan Binkert
2002-11-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-11-19
Add a simplistic table driven lookup routine and use it where appropriate.
Jason Wright
2002-10-03
Use our defn of pci command registers, not freebsd's
Jason Wright
2002-07-05
Typo; stobe -> strobe
Aaron Campbell
2002-05-01
make fw images const and fix ti for unneeded type casts; jason@ testing ans ok
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
[next]