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
2008-05-24
And another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise.
Brad Smith
2008-05-23
Another Fujitsu Gigabit Etherenet card that is a bge(4) in disguise.
Mark Kettenis
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2008-05-21
Fujitsu PRIMEPOWER250/450 secondary LAN is a BCM5703C in disguise.
Mark Kettenis
2008-05-14
Add the Altima AC1003 PCI id.
Brad Smith
2008-05-12
Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link
Brad Smith
2008-05-11
Remove special casing of the BCM5700 B2 chipset so that this revision also
Brad Smith
2008-05-11
Revert the last commit as this is not the proper way of fixing the issue.
Brad Smith
2008-05-09
Attempt to fix link status change handling so that the proper RTM_IFINFO
Kenneth R Westerback
2008-04-20
rev 1.35 added special register settings for BCM5704 chipsets when
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-21
Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiber
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-17
- Correct clearing of the IFF_OACTIVE flag by ensuring the flag is
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
2007-10-09
Use %zu for printing size_t values.
Ray Lai
2007-06-21
rework how the IFF_PROMISC and IFF_ALLMULTI flags are dealt with, and how
David Gwynne
2007-05-03
The ring replenish threshold change needed to work around a hardware
Tom Cosgrove
2007-05-02
the 5754 and 5787 share the same ASIC ID, make the crazy strings list both
David Gwynne
2007-05-02
do { } while (0) for the debug macros
David Gwynne
2007-04-03
On sparc64, prefer the local-mac-address provided by the PROM. Makes sure the
Mark Kettenis
2007-03-19
Fix some code relative to chips that don't currently work (BCM5722 &
Kenneth R Westerback
2007-02-16
bge_newbuf_std() should return ENOBUFS on failure, as that's what
Kenneth R Westerback
2007-02-10
Add more chipset revision ids.
Kenneth R Westerback
2007-01-30
Rough in more support for 5787/5755 chips so far known to not work or
Kenneth R Westerback
2007-01-19
Workarounds for DMA HW errata on pci express chips. Based on FreeBSD
Kenneth R Westerback
2007-01-10
Flow control support for bge(4)/brgphy(4). From brad@ based on code from
Mark Kettenis
2006-12-22
Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn't
Kenneth R Westerback
2006-12-17
Add/modify some comments. From Brad.
Kenneth R Westerback
2006-12-08
Add the Broadcom BCM5787F PCI id.
Gordon Willem Klok
2006-12-04
report full/half duplex state for non-MII interfaces
Reyk Floeter
2006-11-26
revert the Jumbo diff that was commited as part of a wireles drivers commit.
Brad Smith
2006-11-26
do not have each net80211 driver define its own rates structures. if they use
Theo de Raadt
2006-11-20
set the IFCAP_VLAN_HWTAGGING capabilities flag.
Brad Smith
2006-10-28
M_TRAILINGSPACE(m) returns 0 if M_READONLY(m) is true,
Brad Smith
2006-10-26
Fix this by commiting the proper revision of the bge_encap() diff.
Brad Smith
2006-10-26
bge_encap():
Brad Smith
2006-10-25
replace a few more instances of hand rolled code with the
Brad Smith
2006-10-22
recognize the BCM5715 A3 chipset.
Brad Smith
2006-10-17
disable the firmware fastboot feature on 5752/5755 and 5787 ASICs,
Brad Smith
2006-10-15
recognize the BCM5787 A2 chipset.
Brad Smith
2006-10-10
revert the firmware synchronization change in rev 1.178, this is the cause
Brad Smith
2006-10-09
The mickey (/brad) jumbo allocation avoidance patch triggers the same
Theo de Raadt
2006-10-07
add a no Ethernet@Wirespeed flag.
Brad Smith
[next]