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_skreg.h
Age
Commit message (
Expand
)
Author
2007-02-10
Add preliminary support for Marvell Yukon-II Extreme chips.
Mark Kettenis
2007-02-10
Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused
Kenneth R Westerback
2006-11-23
Set some more power management bits; makes Yukon-2 XL work somewhat.
Mark Kettenis
2006-11-16
have SK_IS_YUKON only match for first generation Yukon chipsets.
Brad Smith
2006-08-20
For consistency with MSK_JSLOTS, go back to using the macro to figure out
Brad Smith
2006-08-19
Make sure Rx timestamps are disabled.
Mark Kettenis
2006-08-16
Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 Gigabit
Mark Kettenis
2006-08-16
remove the sparc64 workarounds for the jumbo frame receive ring sizes now
Brad Smith
2006-07-30
missed this part of the more strict receive path packet validation
Brad Smith
2006-06-23
bump up the RX ring count on sparc64 a little bit.
Brad Smith
2006-06-22
lower the RX ring count and Jumbo slots on sparc64 as a workaround.
Brad Smith
2006-06-08
actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107.
Brad Smith
2006-05-28
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
Brad Smith
2006-04-30
- Use SK_IS_GENESIS/SK_IS_YUKON where appropriate
Brad Smith
2006-04-30
- Added/corrected register definitions for Yukon.
Brad Smith
2006-02-09
add defines for Yukon XL and Yukon EC Ultra revisions.
Brad Smith
2006-02-08
lower the number of Jumbo slots on sparc64.
Brad Smith
2005-12-22
re-work PHY setup, media handling and dual-port detection.
Brad Smith
2005-11-26
fix interrupt moderation timer frequencies for Yukon and Yukon-II based
Brad Smith
2005-10-15
add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC.
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
remove VPD bits
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-07-21
- add bus_dmamap_sync()'s; From NetBSD
Brad Smith
2005-03-14
more Yukon models and Yukon EC revs.
Brad Smith
2005-01-02
ugh, need this too for the last commit to sk(4).
Brad Smith
2004-11-16
back out previous commit and put the right change in which corresponds
Brad Smith
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-19
remove duplication, use ETHER_ALIGN from if_ether.h
Brad Smith
2003-08-12
add/update my copyright
Nathan Binkert
2003-08-01
Support for new Marvell based Gigabit Ethernet adapters
Nathan Binkert
2003-05-14
Makefile sk(4) use bus_dma
Nathan Binkert
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2001-06-23
More constants cleaning.
Federico G. Schwindt
2000-08-29
From FreeBSD: split out the support for XMAC-II phys and other phys
Jason Wright
1999-10-22
fix some panic bugs; jason
Theo de Raadt
1999-10-03
take advantage of m->m_ext.ext_handle for storing the softc
Jason Wright
1999-10-01
oops... $OpenBSD$ tags
Jason Wright
1999-10-01
driver for SysKonnect 984x gigabit ethernet adapters; from FreeBSD
Jason Wright