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
2004-09-28
Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-09-16
If we can't allocate new jumbo storage, try to copy the packet into a
Ryan Thomas McBride
2004-08-19
Don't complain about lack of available jumbo buffers when processing incoming
Ryan Thomas McBride
2004-08-17
printf repair
Theo de Raadt
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-05-29
- Properly support multicast reception.
Christian Weisgerber
2004-05-25
Use the correct value when checking whether a loop timed out.
Ryan Thomas McBride
2004-04-12
Enable the memory arbiter before turning off the PXE restart. This
Brad Smith
2004-04-09
do not whine if we cannot get mbufs. the countless printfd makes the machine
Henning Brauer
2004-02-27
Add support for BCM5788
Niklas Hallqvist
2003-10-26
typos from Jared Yanovich;
Jason McIntyre
2003-10-13
Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.
Kenneth R Westerback
2003-09-03
match a bunch more bge devices. May not work completely, but they're no
Jason Wright
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2003-01-15
Get rid of the remaining vm_offset_t in pci drivers.
Artur Grabowski
2002-11-26
1000baseTX -> 1000baseT
Nathan Binkert
2002-11-26
use pci_matchbyid
Nathan Binkert
2002-11-26
Numerous bug fixes from freebsd and a few from me.
Nathan Binkert
2002-09-23
Don't print extra junk to the console
Nathan Binkert
2002-06-14
spelling; from Brian Poole <raj@cerias.purdue.edu>
Todd T. Fries
2002-04-29
re-do the way the bus_dma is done for transmit.
Nathan Binkert
2002-04-26
be more terse with output
Nathan Binkert
2002-04-26
Only call bpf_mtap if we have bpf in the kernel
Nathan Binkert
2002-04-08
Make fiber cards work (3com 3c996-SX)
Nathan Binkert
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-12
sync with KAME
Kenjiro Cho
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2002-01-11
Check result from malloc(9) when using M_NOWAIT. fgsch@ ok
Thomas Nordin
2001-12-24
fix // comment, kill some dangling spaces
Michael Shalayeff
2001-10-09
Make bge use busdma
Nathan Binkert
2001-10-09
Don't enable BGE_CHECKSUM yet, since it doesn't work.
Nathan Binkert
2001-10-05
Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).
Nathan Binkert