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_stge.c
Age
Commit message (
Expand
)
Author
2005-09-11
do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok
Michael Shalayeff
2005-09-11
Don't use a global variable to indicate that we are
Brad Smith
2005-07-28
add support for Sundance ST1023 Gigabit chipset.
Brad Smith
2005-07-24
don't need to enable bus mastering in stge_attach().
Brad Smith
2005-07-24
don't call stge_init() when changing the MTU.
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in stge_stop() before de-allocating resources
Brad Smith
2005-07-01
enable RX HW checksum offload
Brad Smith
2005-06-28
rev 1.28
Brad Smith
2005-05-24
remove NetBSD's event counter code.
Brad Smith
2005-05-24
- allow reception of VLAN sized frames
Brad Smith
2005-05-23
- Fix some big-endian issues.
Brad Smith
2005-04-25
csum -> csum_flags
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-11-10
- replace stge_lookup() with pci_matchbyid()
Alexander Yurchenko
2004-10-03
Add $OpenBSD$ tag.
Alexander Yurchenko
2004-10-02
Typo in comment.
Alexander Yurchenko
2004-06-06
Multicast cleanups
Ryan Thomas McBride
2003-10-07
use PCI_PMCSR instead of some magic value.
Federico G. Schwindt
2003-08-11
make dmesg prints closer to the rest of the drivers
Michael Shalayeff
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2002-07-10
shorten address printout
Theo de Raadt
2001-11-29
Driver for the Sundance/Tamarack TC-9021 Gigabit Ethernet Chip.
Nathan Binkert