summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Add support for the 5721 which seems to be similar to the 5750/5751.ps2004-12-172-0/+3
* Don't force busdma to pre-allocate bounce pages for the parent tag.scottl2004-11-211-2/+2
* Hide link up/down/media printfs behind bootverbosephk2004-11-081-5/+7
* With ALTQ, it is possible that although the queue was not empty when wedes2004-10-301-0/+7
* Add altq(4) support.des2004-10-301-8/+10
* Whitespace cleanup.des2004-10-302-55/+55
* Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumboscottl2004-10-191-2/+2
* Fix the statements for checking if we're dealing with a 5705/5750.ps2004-09-251-20/+20
* Add support for the BCM5750/5751. Unfortunately the documentationps2004-09-242-38/+132
* Commit patch to supress spurious link change events. Apparently, withwpaul2004-09-171-2/+11
* Bring the advertised interface capabilities into line with the realityyar2004-07-241-6/+14
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)wpaul2004-06-092-0/+71
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-23/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Add support for BCM5705Kps2004-05-242-0/+3
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Enable the memory arbiter before turning off the PXE restart. Thisps2004-04-061-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+3
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-6/+0
* Fix typo in a commentbrueffer2004-01-131-1/+1
* Add the PCI ID for yet another bge chip: the Altima 1002.wpaul2004-01-082-0/+3
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-4/+6
* o add lockingsam2003-11-112-61/+115
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Add support for the Broadcom BCM5788 (just another entry to the PCIwpaul2003-10-312-0/+3
* By not setting No_CRC in the Mode Control Register, we must alsops2003-09-231-1/+1
* From the Broadcom Eratta:ps2003-09-231-2/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* On Dell boxes such as the PE2650 we need to disable 3 led mode for theambrisko2003-08-202-0/+9
* Fix a typo. BGE_HCC_TX_MAX_COAL_BDS_INT is at offset 0x3C24, not 0x3C34ps2003-08-171-1/+1
* Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.wpaul2003-08-122-0/+6
* 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
OpenPOWER on IntegriCloud