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
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-26
spelling; Kent R. Spillner
Theo de Raadt
2013-10-23
Enable TX checksum offload.
Brad Smith
2013-08-25
call if_link_state_change when link state actually changes; ok claudio
Mike Belopuhov
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2013-07-11
use fls as initially intended
Mike Belopuhov
2013-06-28
Turns out that BGE_STATFLAG_UPDATED bit in the status block doesn't get
Mike Belopuhov
2013-06-25
Repair flow control broken in the rev1.329 and make sure that a simple
Mike Belopuhov
2013-06-10
A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:
Mike Belopuhov
2013-06-06
dont count rx ring overruns as input errors. with MCLGETI controlling the
David Gwynne
2013-06-04
A couple of style/comment fixes from FreeBSD, with input from
Mike Belopuhov
2013-06-04
Substitute a couple of magic numbers with newly added PCIE
Mike Belopuhov
2013-06-04
Substitute a couple of magic numbers with newly added PCIE
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-05-22
BUS_DMA_WAITOK can't be used in the bge_init path since it
Mike Belopuhov
2013-04-07
check BGE_SGDIG_STS when the chip is NOT a 5717 A0, like freebsd.
David Gwynne
2013-04-03
Fix a typo in the bge_ape_lock_init() function.
Brad Smith
2013-03-20
- Sync the ring setup code closer to FreeBSD's driver
Brad Smith
2013-03-17
- Sync some of the stats counter code to be closer to the FreeBSD code,
Brad Smith
2013-03-11
flush writes to BGE_MI_COMM by doing a read straight after. helps avoid
David Gwynne
2013-03-07
Add the PCI ids for the BCM57762 and BCM57766 chipsets.
Brad Smith
2013-03-07
Correct the location of a DELAY() that was mismerged from FreeBSD in rev 1.319
Brad Smith
2013-03-04
fix format string issue when printing an error our on bge's with APE and
David Gwynne
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-15
Fix typos in comments and change the syntactic sugar of a function to
Claudio Jeker
2013-01-10
dont hardcode the phy address at 1. the 5718 family of chips can have
David Gwynne
2013-01-10
oh hey guys, ive got this cool new thing called a "switch statement". your
David Gwynne
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
[next]