aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge
Commit message (Expand)AuthorAgeFilesLines
* Introduce polling(4) capability for bge(4).Gleb Smirnoff2005-10-222-2/+113
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* Implement suspend/resume methods to be more ACPI friendly.Pawel Jakub Dawidek2005-09-281-0/+36
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-2/+3
* When bge_stop() is called from bge_detach(), mii is already NULL, so checkPawel Jakub Dawidek2005-09-041-5/+10
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-15/+16
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Backout the change I made before 5.4-R since I wasn't aware that it was onlyDoug White2005-06-241-0/+21
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-31/+40
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Add PCI ID for BCM5789.Mike Silbersack2005-05-222-0/+3
* Support the 5714CPaul Saab2005-05-192-0/+12
* Backout part of rev 1.71, which breaks the interfaces on IBM/Intel bladeDoug White2005-05-051-17/+0
* Fix the order of the lowaddr,highaddr arguments in the parent tag. ThisScott Long2005-04-241-1/+1
* Adding new device ID for BCM5751M support.Tai-hwa Liang2005-03-122-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Add support for the 5721 which seems to be similar to the 5750/5751.Paul Saab2004-12-172-0/+3
* Don't force busdma to pre-allocate bounce pages for the parent tag.Scott Long2004-11-211-2/+2
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-081-5/+7
* With ALTQ, it is possible that although the queue was not empty when weDag-Erling Smørgrav2004-10-301-0/+7
* Add altq(4) support.Dag-Erling Smørgrav2004-10-301-8/+10
* Whitespace cleanup.Dag-Erling Smørgrav2004-10-302-55/+55
* Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumboScott Long2004-10-191-2/+2
* Fix the statements for checking if we're dealing with a 5705/5750.Paul Saab2004-09-251-20/+20
* Add support for the BCM5750/5751. Unfortunately the documentationPaul Saab2004-09-242-38/+132
* Commit patch to supress spurious link change events. Apparently, withBill Paul2004-09-171-2/+11
* Bring the advertised interface capabilities into line with the realityYaroslav Tykhiy2004-07-241-6/+14
* Add some special case code to fix a problem with the BCM5704 in TBI (fiber)Bill Paul2004-06-092-0/+71
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-23/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Add support for BCM5705KPaul Saab2004-05-242-0/+3
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Enable the memory arbiter before turning off the PXE restart. ThisPaul Saab2004-04-061-4/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-6/+0
* Fix typo in a commentChristian Brueffer2004-01-131-1/+1
* Add the PCI ID for yet another bge chip: the Altima 1002.Bill Paul2004-01-082-0/+3
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* 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