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
2006-08-04
simplify interface flags ioctl handler.
Brad Smith
2006-07-12
only call the init routine if the interface is not already running.
Brad Smith
2006-07-12
move a few structures and macros over to the header file.
Brad Smith
2006-07-12
use config space macros.
Brad Smith
2006-07-12
check ifp->if_hardmtu instead of ETHERMTU.
Brad Smith
2006-07-12
increase the maximum Jumbo frame length and correct the STGE_MaxFrameSize
Brad Smith
2006-06-11
show the number of DMA segments that were in the packet that just failed
Brad Smith
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-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
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