aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Recognize the Altima AC9100 chip, which is used in current versionsJohn Polstra2002-07-262-0/+3
* Disable hardware checksum offloading of IP fragments in the bgeJohn Polstra2002-07-041-1/+1
* catch up with ext_free prototype change.Alfred Perlstein2002-06-291-2/+2
* Add missing splx().Mark Peek2002-06-241-1/+3
* Work around what appears to be a chip bug in the BCM5701 that showsJohn Polstra2002-06-242-2/+37
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-2/+2
* Add missing splx calls in bge_tick. These don't make any functionalJohn Polstra2002-04-221-1/+4
* Try to sort out the correct way to generate async link state changeBill Paul2002-04-042-15/+73
* Teach the bge driver about the BCM5701 (specifically, the 3ComBill Paul2002-03-222-4/+20
* Remove __P.Alfred Perlstein2002-03-201-52/+50
* Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack2002-02-111-6/+0
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatJohn Polstra2002-01-272-0/+8
* Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)Peter Wemm2001-12-181-0/+4
* Disabled input hardware checksum due to it being calculated incorrectedDavid Greenman2001-12-141-0/+2
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-031-1/+1
* Do not call mii_polltick() immediately after mii_tick().Jonathan Lemon2001-09-291-12/+9
* Set the 'no pseudo header checksum' option for RX checksums, otherwiseBill Paul2001-09-281-3/+3
* Add device driver support for the Broadcom BCM570x family of gigabitBill Paul2001-09-272-0/+4828