summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. Failurewpaul2003-08-101-2/+10
* Silence unwanted 'gigabit link up' messages: do not treat thewpaul2003-08-101-1/+2
* Set the BGE_RX_MTU register correctly so that we can receive slightlywpaul2003-08-041-1/+1
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededwpaul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingwpaul2003-07-252-127/+856
* Add support for the BCM5705 and its ilk. Changes:wpaul2003-07-162-111/+298
* Squelch spurious "gigabit link up" messages generated on some fiber NICswpaul2003-07-111-4/+19
* Remove unused variable(s).phk2003-05-311-2/+0
* - Make this work with PAE.ps2003-05-212-18/+20
* - Change the full Asic revision defines to CHIPID to better since theps2003-05-072-41/+49
* Implement the write twice to send producer index workaround forps2003-05-041-0/+11
* - Change the short hand representation of the various ASIC revisionsps2003-05-032-11/+47
* - Move bge_phy_hack into the phy code and implement the various DSPps2003-05-031-50/+37
* Add untested support for the Broadcom 5704.ps2003-05-022-0/+10
* Update the mbuf watermark settings to match the latest documentationps2003-04-261-3/+3
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-9/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-13/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Obtain the media type from the shared memory and only use the eepromps2003-02-052-7/+17
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Remove miidevs.h and generate it from miidevs at compile time.obrien2003-01-191-1/+1
* Put the ASIC revision into the device description string so it appearsjdp2003-01-071-1/+10
* Don't reference the maxlen and flags fields in the ring control blocksjdp2003-01-062-57/+45
* network interface driver changes:sam2002-11-142-40/+15
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-4/+4
* Fix the code so that it no longer on alpha refers to the now nonexistentmjacob2002-10-111-17/+1
* Fix a typo in BGE_BIGENDIAN_INIT.jake2002-10-011-2/+2
* Add support for the BCM5702x chips.iwasaki2002-09-282-0/+3
* Fix a couple of longstanding typos which would have made ajdp2002-09-221-1/+2
* Follow the lead of recent changes in the 3com Linux driver byjdp2002-09-221-46/+3
* Set up the BCM570x chip's DMA Read/Write Control register morejdp2002-09-221-2/+10
* Add support for the BCM5703x chips. I do not have one of thesejdp2002-09-082-3/+23
* Recognize the Altima AC9100 chip, which is used in current versionsjdp2002-07-262-0/+3
* Disable hardware checksum offloading of IP fragments in the bgejdp2002-07-041-1/+1
* catch up with ext_free prototype change.alfred2002-06-291-2/+2
* Add missing splx().mp2002-06-241-1/+3
* Work around what appears to be a chip bug in the BCM5701 that showsjdp2002-06-242-2/+37
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-2/+2
* Add missing splx calls in bge_tick. These don't make any functionaljdp2002-04-221-1/+4
* Try to sort out the correct way to generate async link state changewpaul2002-04-042-15/+73
* Teach the bge driver about the BCM5701 (specifically, the 3Comwpaul2002-03-222-4/+20
* Remove __P.alfred2002-03-201-58/+56
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-6/+0
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatjdp2002-01-272-0/+8
* Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)peter2001-12-181-0/+4
* Disabled input hardware checksum due to it being calculated incorrecteddg2001-12-141-0/+2
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from thebrooks2001-12-031-1/+1
* Do not call mii_polltick() immediately after mii_tick().jlemon2001-09-291-12/+9
* Set the 'no pseudo header checksum' option for RX checksums, otherwisewpaul2001-09-281-3/+3
OpenPOWER on IntegriCloud