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_sk.c
Age
Commit message (
Expand
)
Author
2005-11-26
fix interrupt moderation timer frequencies for Yukon and Yukon-II based
Brad Smith
2005-11-15
more accurately reflect the naming scheme of the Marvell Yukon devices with t...
Brad Smith
2005-11-07
- splimp -> splnet
Brad Smith
2005-10-15
add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC.
Brad Smith
2005-10-15
update Via and 3Com ids.
Brad Smith
2005-09-20
memory, media handling and a bunch of register definitions for Yukon-2.
Brad Smith
2005-09-20
merge xmaciireg.h and yukonreg.h into if_skreg.h
Brad Smith
2005-09-20
shuffle some stuff from skreg to skvar
Brad Smith
2005-09-17
add media detection and dual port detection for Yukon-2.
Brad Smith
2005-09-16
- remove code to read PCI VPD as we do not use that anymore.
Brad Smith
2005-08-29
- use pci_mapreg_type() to fix some systems that would fail to attach
Brad Smith
2005-07-25
don't bother with printf in *_jalloc()
Brad Smith
2005-07-24
simplify error paths and add some missing ones; brad@ ok.
Federico G. Schwindt
2005-07-22
- sync sk_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem()
Brad Smith
2005-07-22
also take the PCI subsystem id into consideration when trying to probe
Brad Smith
2005-07-21
- add bus_dmamap_sync()'s; From NetBSD
Brad Smith
2005-07-14
add D-Link PCI id.
Brad Smith
2005-07-12
remove unused prototype sk_free_jumbo_mem
Brad Smith
2005-07-12
free resources for Jumbo buffers in sk_stop().
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-07-02
- mbuf external storage is of (caddr_t), not (caddr_t *).
Brad Smith
2005-05-17
remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)
Jason Wright
2005-05-16
add a newline here
Brad Smith
2005-05-11
remove comment which is not valid anymore
Brad Smith
2005-05-11
- Also match on Yukon LP's for the Lite rev A0 test.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-03-18
fail to attach with a printf instead of a panic for newer yet unsupported
Brad Smith
2005-03-12
add a bunch of PCI ids from the SysKonnect sk98lin driver.
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2005-01-02
cleanup and better ram sizing.
Brad Smith
2005-01-01
better chip/card identification.
Brad Smith
2005-01-01
rev 1.92
Brad Smith
2005-01-01
Don't initialize the card (and start an autonegotiation!) every time
Kenneth R Westerback
2004-12-22
- add missing braces for SIOCSIFMTU switch case.
Brad Smith
2004-12-14
Fix off-by-one. From FreeBSD r1.87. Also in NetBSD. Field being filled
Kenneth R Westerback
2004-12-08
use ETHER_MAX_LEN
Brad Smith
2004-12-08
Enable jumbo frames on Yukon varients of sk(4).
Kenneth R Westerback
2004-11-16
Lower interrupt moderation timer to decrease service latency.
Brad Smith
2004-11-16
back out previous commit and put the right change in which corresponds
Brad Smith
2004-11-16
Fix tx queue (slist can be corrupted when tx interrupts hit within tx_encap).
Brad Smith
2004-11-11
- Fix Yukon ram sizing.
Brad Smith
2004-10-14
Bail out quietly if the eeprom appears to be missing or empty. Fixes
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-08-20
a belkin ID on a sk card
Theo de Raadt
2004-08-19
Don't complain about lack of jumbo storage when processing incoming packets
Ryan Thomas McBride
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-08-04
Make jumbo frames work.
Ryan Thomas McBride
2004-05-29
replace hand-rolled CRC calculation in multicast hash setup with calls to
Christian Weisgerber
2004-05-24
Make Yukon-style adapters also set up the multicast filter in sk_init().
Christian Weisgerber
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
[next]