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
2023-07-04
Make the hardware counters available on BCM5705 and newer available as
Jonathan Matthew
2022-01-09
spelling
Jonathan Gray
2021-08-31
remove empty forward structs fro bge_ring_data as found with ctfconv.
Jasper Lievisse Adriaanse
2021-06-18
recognise BCM5762 B0
Jonathan Gray
2021-04-19
Recognize BCM57762 A0 and A1. My diff for this only added the A0 revision,
Mark Kettenis
2020-06-18
BCM5719 A1 seen in the wild.
Mark Kettenis
2015-11-29
Make it possible to detach bge(4).
Mark Kettenis
2015-11-10
The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so
Miod Vallat
2015-10-19
Move bge rxeof and txeof outside the kernel lock.
Jonathan Matthew
2015-09-11
Make room for media types of the future. Extend the ifmedia word to 64 bits.
Stefan Sperling
2014-09-02
Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM...
Brad Smith
2014-08-24
Add some TX BD flags for BCM5717 family chips.
Brad Smith
2014-07-08
cut things that relied on mclgeti for rx ring accounting/restriction over
David Gwynne
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
[next]