summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_skreg.h
AgeCommit message (Expand)Author
2024-09-01spelling; checked by jmc@, ok miod@ mglocker@ krw@Jonathan Gray
2022-02-21receice -> receiveJonathan Gray
2022-01-09spellingJonathan Gray
2022-01-02addres -> addressJonathan Gray
2017-04-08Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. ThisJonathan Matthew
2014-11-04Commit a missing chunk of the diff I had sent out to recognize someBrad Smith
2014-10-04- Recognize the Yukon Prime and Yukon Optima 2 chipsets.Brad Smith
2013-03-17Correct the clock speeds used to calculate int moderation values providedBrad Smith
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2012-03-28Take some additional steps needed to make the PHY on EC Ultra/8056Jonathan Gray
2010-11-17the text editor sucksKevin Lo
2010-11-17Add support for Marvell 88E8059, found in HP mini 5102.Kevin Lo
2009-03-29Bypass macsec on extreme/supreme based chips.Jonathan Gray
2009-03-27add definitions for more yukon 2 revisions found in linux driverJonathan Gray
2009-03-1688E8057 is a Yukon 2 Ultra 2, and this might make it work on a littleTheo de Raadt
2008-10-20typo, regisrers -> registersBrad Smith
2008-06-10g/c unused defines.Brad Smith
2008-02-14Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support.Brad Smith
2008-02-03- add initial support for the Marvell Yukon Supreme ASIC.Brad Smith
2007-10-13Add Yukon-2 PHY powerdown bits.Mark Kettenis
2007-10-02add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets.Brad Smith
2007-02-26Fix Rx FIFO constants. From brad@Mark Kettenis
2007-02-10Add preliminary support for Marvell Yukon-II Extreme chips.Mark Kettenis
2007-02-10Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unusedKenneth R Westerback
2006-11-23Set some more power management bits; makes Yukon-2 XL work somewhat.Mark Kettenis
2006-11-16have SK_IS_YUKON only match for first generation Yukon chipsets.Brad Smith
2006-08-20For consistency with MSK_JSLOTS, go back to using the macro to figure outBrad Smith
2006-08-19Make sure Rx timestamps are disabled.Mark Kettenis
2006-08-16Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 GigabitMark Kettenis
2006-08-16remove the sparc64 workarounds for the jumbo frame receive ring sizes nowBrad Smith
2006-07-30missed this part of the more strict receive path packet validationBrad Smith
2006-06-23bump up the RX ring count on sparc64 a little bit.Brad Smith
2006-06-22lower the RX ring count and Jumbo slots on sparc64 as a workaround.Brad Smith
2006-06-08actually 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 appropriateBrad Smith
2006-04-30- Added/corrected register definitions for Yukon.Brad Smith
2006-02-09add defines for Yukon XL and Yukon EC Ultra revisions.Brad Smith
2006-02-08lower the number of Jumbo slots on sparc64.Brad Smith
2005-12-22re-work PHY setup, media handling and dual-port detection.Brad Smith
2005-11-26fix interrupt moderation timer frequencies for Yukon and Yukon-II basedBrad Smith
2005-10-15add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC.Brad Smith
2005-09-20memory, media handling and a bunch of register definitions for Yukon-2.Brad Smith
2005-09-20merge xmaciireg.h and yukonreg.h into if_skreg.hBrad Smith
2005-09-20shuffle some stuff from skreg to skvarBrad Smith
2005-09-17remove VPD bitsBrad Smith
2005-09-17add 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 NetBSDBrad Smith
2005-03-14more Yukon models and Yukon EC revs.Brad Smith