summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_skreg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. Thisjmatthew2017-04-081-1/+3
* Commit a missing chunk of the diff I had sent out to recognize somebrad2014-11-041-2/+2
* - Recognize the Yukon Prime and Yukon Optima 2 chipsets.brad2014-10-041-1/+9
* Correct the clock speeds used to calculate int moderation values providedbrad2013-03-171-1/+4
* Convert a number of old private copies of code which predatesderaadt2012-10-181-6/+1
* Take some additional steps needed to make the PHY on EC Ultra/8056jsg2012-03-281-1/+20
* the text editor suckskevlo2010-11-171-2/+2
* Add support for Marvell 88E8059, found in HP mini 5102.kevlo2010-11-171-2/+3
* Bypass macsec on extreme/supreme based chips.jsg2009-03-291-1/+4
* add definitions for more yukon 2 revisions found in linux driverjsg2009-03-271-1/+12
* 88E8057 is a Yukon 2 Ultra 2, and this might make it work on a littlederaadt2009-03-161-2/+3
* typo, regisrers -> registersbrad2008-10-201-5/+5
* g/c unused defines.brad2008-06-101-3/+1
* Missed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support.brad2008-02-141-2/+2
* - add initial support for the Marvell Yukon Supreme ASIC.brad2008-02-031-1/+2
* Add Yukon-2 PHY powerdown bits.kettenis2007-10-131-1/+3
* add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets.brad2007-10-021-2/+3
* Fix Rx FIFO constants. From brad@kettenis2007-02-261-3/+3
* Add preliminary support for Marvell Yukon-II Extreme chips.kettenis2007-02-101-1/+2
* Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unusedkrw2007-02-101-1/+3
* Set some more power management bits; makes Yukon-2 XL work somewhat.kettenis2006-11-231-2/+13
* have SK_IS_YUKON only match for first generation Yukon chipsets.brad2006-11-161-2/+2
* For consistency with MSK_JSLOTS, go back to using the macro to figure outbrad2006-08-201-2/+2
* Make sure Rx timestamps are disabled.kettenis2006-08-191-1/+8
* Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 Gigabitkettenis2006-08-161-4/+114
* remove the sparc64 workarounds for the jumbo frame receive ring sizes nowbrad2006-08-161-6/+2
* missed this part of the more strict receive path packet validationbrad2006-07-301-2/+3
* bump up the RX ring count on sparc64 a little bit.brad2006-06-231-2/+2
* lower the RX ring count and Jumbo slots on sparc64 as a workaround.brad2006-06-221-6/+6
* actually enable/disable the Tx BMU descriptor polling, missed in rev 1.107.brad2006-06-081-3/+3
* - remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.brad2006-05-281-2/+4
* - Use SK_IS_GENESIS/SK_IS_YUKON where appropriatebrad2006-04-301-2/+1
* - Added/corrected register definitions for Yukon.brad2006-04-301-16/+52
* add defines for Yukon XL and Yukon EC Ultra revisions.brad2006-02-091-1/+9
* lower the number of Jumbo slots on sparc64.brad2006-02-081-1/+5
* re-work PHY setup, media handling and dual-port detection.brad2005-12-221-2/+6
* fix interrupt moderation timer frequencies for Yukon and Yukon-II basedbrad2005-11-261-3/+6
* add 2 new Yukon PCI ids and recognize Yukon-2 EC Ultra ASIC.brad2005-10-151-1/+2
* memory, media handling and a bunch of register definitions for Yukon-2.brad2005-09-201-1/+133
* merge xmaciireg.h and yukonreg.h into if_skreg.hbrad2005-09-201-1/+527
* shuffle some stuff from skreg to skvarbrad2005-09-201-150/+1
* remove VPD bitsbrad2005-09-171-29/+1
* add media detection and dual port detection for Yukon-2.brad2005-09-171-4/+23
* - remove code to read PCI VPD as we do not use that anymore.brad2005-09-161-5/+3
* - add bus_dmamap_sync()'s; From NetBSDbrad2005-07-211-1/+33
* more Yukon models and Yukon EC revs.brad2005-03-141-1/+10
* ugh, need this too for the last commit to sk(4).brad2005-01-021-5/+14
* back out previous commit and put the right change in which correspondsbrad2004-11-161-3/+3
* remove some separate per driver constants and usebrad2004-08-051-4/+2
* Make jumbo frames work.mcbride2004-08-041-7/+3