summaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-4/+6
* o add lockingSam Leffler2003-11-112-61/+115
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Add support for the Broadcom BCM5788 (just another entry to the PCIBill Paul2003-10-312-0/+3
* By not setting No_CRC in the Mode Control Register, we must alsoPaul Saab2003-09-231-1/+1
* From the Broadcom Eratta:Paul Saab2003-09-231-2/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* On Dell boxes such as the PE2650 we need to disable 3 led mode for theDoug Ambrisko2003-08-202-0/+9
* Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34Paul Saab2003-08-171-1/+1
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.Bill Paul2003-08-122-0/+6
* The BCM5704 ASIC has a smaller mbuf space than the 5700/1/2/3. FailureBill Paul2003-08-101-2/+10
* Silence unwanted 'gigabit link up' messages: do not treat theBill Paul2003-08-101-1/+2
* Set the BGE_RX_MTU register correctly so that we can receive slightlyBill Paul2003-08-041-1/+1
* Remove alpha vtophys() hack from if_bgereg.h and clean up unneededBill Paul2003-07-252-7/+0
* Convert bge(4) to use busdma. I have not tested this on anythingBill Paul2003-07-252-127/+856
* Add support for the BCM5705 and its ilk. Changes:Bill Paul2003-07-162-110/+297
* Squelch spurious "gigabit link up" messages generated on some fiber NICsBill Paul2003-07-111-4/+19
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-2/+0
* - Make this work with PAE.Paul Saab2003-05-212-18/+20
* - Change the full Asic revision defines to CHIPID to better since thePaul Saab2003-05-072-41/+49
* Implement the write twice to send producer index workaround forPaul Saab2003-05-041-0/+11
* - Change the short hand representation of the various ASIC revisionsPaul Saab2003-05-032-11/+47
* - Move bge_phy_hack into the phy code and implement the various DSPPaul Saab2003-05-031-50/+37
* Add untested support for the Broadcom 5704.Paul Saab2003-05-022-0/+10
* Update the mbuf watermark settings to match the latest documentationPaul Saab2003-04-261-3/+3
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-9/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-13/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Obtain the media type from the shared memory and only use the eepromPaul Saab2003-02-052-7/+17
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Remove miidevs.h and generate it from miidevs at compile time.David E. O'Brien2003-01-191-1/+1
* Put the ASIC revision into the device description string so it appearsJohn Polstra2003-01-071-1/+10
* Don't reference the maxlen and flags fields in the ring control blocksJohn Polstra2003-01-062-57/+45
* network interface driver changes:Sam Leffler2002-11-142-40/+15
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-4/+4
* Fix the code so that it no longer on alpha refers to the now nonexistentMatt Jacob2002-10-111-17/+1
* Fix a typo in BGE_BIGENDIAN_INIT.Jake Burkholder2002-10-011-2/+2
* Add support for the BCM5702x chips.Mitsuru IWASAKI2002-09-282-0/+3
* Fix a couple of longstanding typos which would have made aJohn Polstra2002-09-221-1/+2
* Follow the lead of recent changes in the 3com Linux driver byJohn Polstra2002-09-221-46/+3
* Set up the BCM570x chip's DMA Read/Write Control register moreJohn Polstra2002-09-221-2/+10
* Add support for the BCM5703x chips. I do not have one of theseJohn Polstra2002-09-082-3/+23
* 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