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_bge.c
Age
Commit message (
Expand
)
Author
2012-09-13
tell mii_attach where the phy is on the chip, rather than asking it to
David Gwynne
2012-07-04
Invert the logic for detecting fibre interface media adapters.
Mark Kettenis
2012-07-04
Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsets
Mark Kettenis
2012-06-28
Devices with BCM5724 BCM5750 and BCM5750M PCI IDs were never released
Mike Belopuhov
2012-06-09
we dont support the BCM5720. the macro wasnt even referring to the products
David Gwynne
2011-06-22
kill a few more casts that aren't helpful. ok krw miod
Ted Unangst
2011-04-05
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
Henning Brauer
2011-02-22
Disable PCIe Active State Power Management (ASPM) to avoid bge(4) randomly
Robert Nagy
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-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-31
activate function should return result of config_activate_children
Theo de Raadt
2010-08-27
The powerhook only did stuff at resume; but suspend matters too!
Theo de Raadt
2010-08-07
No "\n" needed at the end of panic() strings.
Kenneth R Westerback
2010-08-02
There is no reason to call the start function upon resume; the network stack
Mark Kettenis
2010-07-27
spacing; ok deraadt@
Todd T. Fries
2010-07-27
Make sure we stop DMA before we suspend.
Mark Kettenis
2010-07-09
- Setup proper mbuf pool watermarks for BCM5717 / BCM57765 chipsets.
Stuart Henderson
2010-04-06
A fix for the PCI-X check so that this is only tested on controllers
Christian Weisgerber
2010-03-30
Have bge_start check if there are less than 16 free send BDs and if not
Christian Weisgerber
2010-01-10
Do not try to reevaluate the current RX production index on each
Christian Weisgerber
2010-01-09
Add support for the Broadcom BCM57765 ASIC and newer Broadcom
Christian Weisgerber
2009-12-17
- correct the PCI ids for the BCM5717 and BCM5718 chipsets
Stuart Henderson
2009-12-09
Do not count input errors twice. We always read input errors from
Christian Weisgerber
2009-11-30
Re-initialise the interface upon resume.
Mark Kettenis
2009-10-11
Correct a copy-and-pasto (check for the same device type twice in
Stuart Henderson
2009-10-11
Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets.
Stuart Henderson
2009-10-07
The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC so
Stuart Henderson
2009-10-02
Remove BCM57720 as it's not going to be released. From a Broadcom
Stuart Henderson
2009-09-30
- Sync the BCM5785G PCI id for bge(4) and add BCM5785F / BCM57788.
Stuart Henderson
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2009-08-09
MCLGETI() will now allocate a mbuf header if it is not provided, thus
Theo de Raadt
2009-08-08
bring comments in line with reality; from Brad
Christian Weisgerber
2009-08-06
Backout r1.274, william@ has tracked down watchdog timeouts with
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-11
Limit the BCM5701 B5 chipset to 32-bit mode as a workaround for a
Stuart Henderson
2009-06-11
Set the DMA read watermark to 4 on the BCM5703 chipset in PCI-X mode.
Stuart Henderson
2009-06-06
remove unused variable prevlen and a second initialization of ifp.
Stuart Henderson
2009-06-05
%zu is not meant for size_t in the kernel. Change to %lu.
Ray Lai
2009-06-04
enable IPv6 receive TCP/UDP checksum offload for the 5755 and later chips;
Christian Weisgerber
2009-06-04
replace the cumbersome macros that check for chip revisions with quirk flags
Christian Weisgerber
2009-06-03
rename some macros for more consistent naming; from Brad
Christian Weisgerber
2009-06-03
set IFF_ALLMULTI properly also when in promiscuous mode and some
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-06-02
"Add a macro to define the newer generation of bge(4) chipsets. Simplifies
Stuart Henderson
2009-05-24
Support hardware checksumming, from FreeBSD.
Christian Weisgerber
2009-05-21
add support for BCM576x, 577xx, and some new 572x/578x devices.
Stuart Henderson
[next]