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_bgereg.h
Age
Commit message (
Expand
)
Author
2014-02-05
- Recognize BCM5762 A0 chipset.
Brad Smith
2014-02-01
Split bge(4)'s feature flags into bge_flags and bge_phy_flags.
Brad Smith
2014-01-28
unbreak 32-bit kernel builds by forcing ULL for the new macros; ok naddy@
Stuart Henderson
2014-01-28
- Bring in some fixes/workarounds for BCM5719 / BCM5720 / BCM57765 and BCM57766
Brad Smith
2014-01-07
Increase the size of the bge_flags field to allow for more flags.
Brad Smith
2013-12-30
Expand the MSI support to cover most of the remaining bge(4) chipsets with the
Brad Smith
2013-06-28
Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't get
Mike Belopuhov
2013-06-13
Random TX Backoff Register mask must be 0x3FF; ok beck, dlg
Mike Belopuhov
2013-05-31
New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-E
Mike Belopuhov
2013-05-29
PHY auto-polling mode should not be used for anything newer than BCM5705.
Mike Belopuhov
2013-02-22
bring back 5718/5719/5720 support again. deraadt pointed out that
David Gwynne
2013-02-09
- Use a switch statement for setting the chipset flags
Brad Smith
2013-01-30
backout 5718/5719/5720 support. the diff breaks the 5704C on my xserve g5
David Gwynne
2013-01-29
big pullup of bge to support the 5718 family of chips including the
David Gwynne
2013-01-16
Fight global eye bleeding by fixing evil typos.
Miod Vallat
2013-01-15
More syncing with FreeBSD bge version. No binary change.
Claudio Jeker
2013-01-15
put a tab after #define to make the diff between Fx and Ox smaller.
Claudio Jeker
2013-01-10
dont hardcode the phy address at 1. the 5718 family of chips can have
David Gwynne
2013-01-10
macros describing necessary bits on newer chips.
David Gwynne
2011-02-15
Add workaround for BCM5906 A0/1/2 controller silicon bug. When
Robert Nagy
2010-09-20
Stop doing shutdown hooks in network drivers where possible. We already
Theo de Raadt
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-07-09
- Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets.
Stuart Henderson
2010-01-09
Add support for the Broadcom BCM57765 ASIC and newer Broadcom
Christian Weisgerber
2009-10-11
Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets.
Stuart Henderson
2009-07-21
Add a family flag for the original 5700 series chipsets. Idea from FreeBSD.
Christian Weisgerber
2009-06-19
Allow bge(4) to recognize the revisions of the 57780 ASICs. From Brad.
Christian Weisgerber
2009-06-19
Some more defines for bge(4). Mainly bits for accessing
Christian Weisgerber
2009-06-04
replace the cumbersome macros that check for chip revisions with quirk flags
Christian Weisgerber
2009-06-03
register bit definitions instead of magic numbers;
Christian Weisgerber
2009-06-02
minor tidying; from Brad; ok sthen@
Christian Weisgerber
2009-05-21
add support for BCM576x, 577xx, and some new 572x/578x devices.
Stuart Henderson
2009-04-23
Start using extended buffer descriptors on the jumbo ring and use MCLGETI to
Mark Kettenis
2008-12-23
if we cant put enough packets on the rx ring then schedule a timeout to
David Gwynne
2008-12-03
switch bge over to using MCLGETI when allocating mbufs for the rx ring.
David Gwynne
2008-11-08
brad, noone said you could go making changes like that (doubling the
Theo de Raadt
2008-11-08
Clean up some of the comments.
Brad Smith
2008-11-07
When initializing the MAC put the PHY into ready state for BCM5906
Brad Smith
2008-07-17
Add a flag and allow the driver to identify the BCM5788 chipsets. They're
Brad Smith
2008-07-16
Enable the read DMA engine's PCI read request burst length long burst
Brad Smith
2008-04-20
Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset
Brad Smith
2008-04-03
Clean up the DMA read/write control register setup code and add some
Brad Smith
2008-03-02
Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.
Brad Smith
2008-02-20
When collecting the hardware statistics add the interfaces input errors
Brad Smith
2008-02-20
when bge has link, use autopolling for link status, not direct mii polls.
Stuart Henderson
2008-02-18
Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets.
Brad Smith
2008-02-02
- Simplify statistics updates and remove redundant register reads.
Brad Smith
2008-01-31
recognize the BCM5755 C0 ASIC revision.
Brad Smith
2007-11-17
Rename fiber TBI flag from BGE_TBI to BGE_PHY_FIBER_TBI. No functional change.
Brad Smith
2007-10-13
Add support for BCM5906.
Mark Kettenis
[next]