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_bgereg.h
Age
Commit message (
Expand
)
Author
2005-12-28
eliminate the last few quirk flags.
Brad Smith
2005-12-12
If a PCI-X card is detected then set bge_pcix.
Brad Smith
2005-12-11
recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000
Brad Smith
2005-12-08
add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.
Brad Smith
2005-11-27
add initial support for ASF.
Brad Smith
2005-11-24
don't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay while
Federico G. Schwindt
2005-11-19
Correct a performance bug from Bill Paul's original FreeBSD bge(4) driver:
Brad Smith
2005-10-09
BGE_RSLOTS is only used in one spot, BGE_TX_RING_CNT
Brad Smith
2005-10-09
special case sparc64 for now and lower the Jumbo slots
Brad Smith
2005-09-04
add a comment
Brad Smith
2005-08-30
- add BCM5780 PCI ids
Brad Smith
2005-08-27
recognize 5752 A1 ASIC rev.
Brad Smith
2005-07-02
add support for PCI-E 5752 core and recognize a few additional
Brad Smith
2005-06-29
- sync bus_dma ops and add bus_dmamap_sync()'s
Brad Smith
2005-06-17
- fix description for BCM5750 A0, A1 -> A0
Brad Smith
2005-06-07
put the whole thing in this time.
Brad Smith
2005-04-05
fix parenthesis for BGE_RCB_MAXLEN_FLAGS
Brad Smith
2005-03-07
Enable basic big-endian operation. i.e. now works on some big-endian
Kenneth R Westerback
2005-03-04
Put the dmamap for a transmission at the correct array index. Fixes a
Kenneth R Westerback
2004-12-26
boundry -> boundary
Brad Smith
2004-12-17
rev 1.62
Brad Smith
2004-12-16
rev 1.71
Brad Smith
2004-12-12
use quirk flags where appropriate.
Brad Smith
2004-12-12
add quirk lookup table, isn't used for anything at the moment
Brad Smith
2004-11-11
rev 1.71
Brad Smith
2004-10-31
rev 1.68
Brad Smith
2004-09-28
Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN
Brad Smith
2004-08-05
remove some separate per driver constants and use
Brad Smith
2004-05-19
remove duplication, use ETHER_ALIGN from if_ether.h
Brad Smith
2004-03-19
Use __LP64__ to check for 64-bit systems.
Miod Vallat
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
2002-11-26
Numerous bug fixes from freebsd and a few from me.
Nathan Binkert
2002-04-08
Make fiber cards work (3com 3c996-SX)
Nathan Binkert
2002-03-06
vtophys is no longer used
Nathan Binkert
2001-10-09
Make bge use busdma
Nathan Binkert
2001-10-05
Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).
Nathan Binkert