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
2009-04-23
Start using extended buffer descriptors on the jumbo ring and use MCLGETI to
Mark Kettenis
2009-01-27
make drivers tell the mclgeti allocator what their maximum ring size is
David Gwynne
2008-12-23
sizeof(bge_devices) / sizeof(bge_devices[0]) -> nitems(bge_devices)
David Gwynne
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-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-11-22
perform bus_dmamap_syncs on the rx mbufs. this is obviously maintained by
David Gwynne
2008-11-09
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
Christian Weisgerber
2008-11-08
brad, noone said you could go making changes like that (doubling the
Theo de Raadt
2008-11-08
When initializing the standard RX ring, do not allocate mbufs clusters for the
Theo de Raadt
2008-11-08
Clean up some of the comments.
Brad Smith
2008-11-08
When initializing the standard RX ring, allocate mbufs clusters for the
Brad Smith
2008-11-07
When initializing the MAC put the PHY into ready state for BCM5906
Brad Smith
2008-10-19
Re-add support for RX VLAN tag stripping.
Brad Smith
2008-10-16
Switch the existing TX VLAN hardware support over to having the
Christian Weisgerber
2008-10-14
Change m_devget()'s outdated and unused "offset" argument: It is
Christian Weisgerber
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-23
Rewrite two small sections of code in bge_blockinit() to simplify the
Brad Smith
2008-09-18
Introduce the infrastructure required to support hardware VLAN tag
Christian Weisgerber
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-09-08
Fix a link state issue reported by reyk@
Brad Smith
2008-08-26
Better strategy to single out onboard bge(4)'s on sparc64 machines.
Mark Kettenis
2008-08-24
Tadpole Viper onboard ethernet has no eeprom either, but the PROM entry
Theo de Raadt
2008-08-24
proper indent
Theo de Raadt
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-06-07
Add baudrate handling for fiber boards using the TBI interface.
Brad Smith
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
[next]