summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_bgereg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* BCM5719 A1 seen in the wild.kettenis2020-06-181-1/+2
* Make it possible to detach bge(4).kettenis2015-11-291-1/+5
* The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, somiod2015-11-101-6/+6
* Move bge rxeof and txeof outside the kernel lock.jmatthew2015-10-191-8/+3
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-2/+2
* Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM57765 / BCM57766brad2014-09-021-1/+5
* Add some TX BD flags for BCM5717 family chips.brad2014-08-241-2/+13
* cut things that relied on mclgeti for rx ring accounting/restriction overdlg2014-07-081-3/+3
* - Recognize BCM5762 A0 chipset.brad2014-02-051-1/+2
* Split bge(4)'s feature flags into bge_flags and bge_phy_flags.brad2014-02-011-35/+37
* unbreak 32-bit kernel builds by forcing ULL for the new macros; ok naddy@sthen2014-01-281-34/+34
* - Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766brad2014-01-281-1/+31
* Increase the size of the bge_flags field to allow for more flags.brad2014-01-071-34/+35
* Expand the MSI support to cover most of the remaining bge(4) chipsets with thebrad2013-12-301-1/+4
* Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't getmikeb2013-06-281-4/+6
* Random TX Backoff Register mask must be 0x3FF; ok beck, dlgmikeb2013-06-131-2/+2
* New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-Emikeb2013-05-311-10/+4
* PHY auto-polling mode should not be used for anything newer than BCM5705.mikeb2013-05-291-1/+2
* bring back 5718/5719/5720 support again. deraadt pointed out thatdlg2013-02-221-5/+143
* - Use a switch statement for setting the chipset flagsbrad2013-02-091-10/+17
* backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5dlg2013-01-301-147/+5
* big pullup of bge to support the 5718 family of chips including thedlg2013-01-291-5/+147
* Fight global eye bleeding by fixing evil typos.miod2013-01-161-2/+2
* More syncing with FreeBSD bge version. No binary change.claudio2013-01-151-8/+11
* put a tab after #define to make the diff between Fx and Ox smaller.claudio2013-01-151-1778/+1778
* dont hardcode the phy address at 1. the 5718 family of chips can havedlg2013-01-101-1/+2
* macros describing necessary bits on newer chips.dlg2013-01-101-2/+95
* Add workaround for BCM5906 A0/1/2 controller silicon bug. Whenrobert2011-02-151-1/+3
* Stop doing shutdown hooks in network drivers where possible. We alreadyderaadt2010-09-201-2/+1
* remove the powerhook code. All architectures now use the ca_activate treederaadt2010-09-071-2/+1
* - Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets.sthen2010-07-091-1/+3
* Add support for the Broadcom BCM57765 ASIC and newer Broadcomnaddy2010-01-091-1/+3
* Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets.sthen2009-10-111-1/+7
* Add a family flag for the original 5700 series chipsets. Idea from FreeBSD.naddy2009-07-211-1/+2
* Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad.naddy2009-06-191-1/+3
* Some more defines for bge(4). Mainly bits for accessingnaddy2009-06-191-3/+128
* replace the cumbersome macros that check for chip revisions with quirk flagsnaddy2009-06-041-2/+6
* register bit definitions instead of magic numbers;naddy2009-06-031-1/+3
* minor tidying; from Brad; ok sthen@naddy2009-06-021-2/+1
* add support for BCM576x, 577xx, and some new 572x/578x devices.sthen2009-05-211-56/+74
* Start using extended buffer descriptors on the jumbo ring and use MCLGETI tokettenis2009-04-231-20/+22
* if we cant put enough packets on the rx ring then schedule a timeout todlg2008-12-231-1/+2
* switch bge over to using MCLGETI when allocating mbufs for the rx ring.dlg2008-12-031-1/+2
* brad, noone said you could go making changes like that (doubling thederaadt2008-11-081-2/+8
* Clean up some of the comments.brad2008-11-081-8/+2
* When initializing the MAC put the PHY into ready state for BCM5906brad2008-11-071-1/+2
* Add a flag and allow the driver to identify the BCM5788 chipsets. They'rebrad2008-07-171-2/+5
* Enable the read DMA engine's PCI read request burst length long burstbrad2008-07-161-5/+4
* Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipsetbrad2008-04-201-7/+8
* Clean up the DMA read/write control register setup code and add somebrad2008-04-031-14/+10