| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognize Broadcom BCM5752 chip, that can be found in HP DC7600. | glebius | 2005-11-15 | 2 | -2/+7 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -4/+4 |
* | Introduce polling(4) capability for bge(4). | glebius | 2005-10-22 | 2 | -2/+113 |
* | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | imp | 2005-10-22 | 1 | -1/+1 |
* | Implement suspend/resume methods to be more ACPI friendly. | pjd | 2005-09-28 | 1 | -0/+36 |
* | Fix "struct ifnet" leaks when attach() fails in the middle. | ru | 2005-09-16 | 1 | -2/+3 |
* | When bge_stop() is called from bge_detach(), mii is already NULL, so check | pjd | 2005-09-04 | 1 | -5/+10 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -15/+16 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Backout the change I made before 5.4-R since I wasn't aware that it was only | dwhite | 2005-06-24 | 1 | -0/+21 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -31/+40 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -1/+0 |
* | Add PCI ID for BCM5789. | silby | 2005-05-22 | 2 | -0/+3 |
* | Support the 5714C | ps | 2005-05-19 | 2 | -0/+12 |
* | Backout part of rev 1.71, which breaks the interfaces on IBM/Intel blade | dwhite | 2005-05-05 | 1 | -17/+0 |
* | Fix the order of the lowaddr,highaddr arguments in the parent tag. This | scottl | 2005-04-24 | 1 | -1/+1 |
* | Adding new device ID for BCM5751M support. | avatar | 2005-03-12 | 2 | -0/+3 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 2 | -2/+2 |
* | Add support for the 5721 which seems to be similar to the 5750/5751. | ps | 2004-12-17 | 2 | -0/+3 |
* | Don't force busdma to pre-allocate bounce pages for the parent tag. | scottl | 2004-11-21 | 1 | -2/+2 |
* | Hide link up/down/media printfs behind bootverbose | phk | 2004-11-08 | 1 | -5/+7 |
* | With ALTQ, it is possible that although the queue was not empty when we | des | 2004-10-30 | 1 | -0/+7 |
* | Add altq(4) support. | des | 2004-10-30 | 1 | -8/+10 |
* | Whitespace cleanup. | des | 2004-10-30 | 2 | -55/+55 |
* | Use and alignment of 1 instead of ETHER_ALIGN for rx and tx buffers and jumbo | scottl | 2004-10-19 | 1 | -2/+2 |
* | Fix the statements for checking if we're dealing with a 5705/5750. | ps | 2004-09-25 | 1 | -20/+20 |
* | Add support for the BCM5750/5751. Unfortunately the documentation | ps | 2004-09-24 | 2 | -38/+132 |
* | Commit patch to supress spurious link change events. Apparently, with | wpaul | 2004-09-17 | 1 | -2/+11 |
* | Bring the advertised interface capabilities into line with the reality | yar | 2004-07-24 | 1 | -6/+14 |
* | Add some special case code to fix a problem with the BCM5704 in TBI (fiber) | wpaul | 2004-06-09 | 2 | -0/+71 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -23/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Add support for BCM5705K | ps | 2004-05-24 | 2 | -0/+3 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Enable the memory arbiter before turning off the PXE restart. This | ps | 2004-04-06 | 1 | -4/+4 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+3 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -6/+0 |
* | Fix typo in a comment | brueffer | 2004-01-13 | 1 | -1/+1 |
* | Add the PCI ID for yet another bge chip: the Altima 1002. | wpaul | 2004-01-08 | 2 | -0/+3 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -5/+5 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -3/+0 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -4/+6 |
* | o add locking | sam | 2003-11-11 | 2 | -61/+115 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Add support for the Broadcom BCM5788 (just another entry to the PCI | wpaul | 2003-10-31 | 2 | -0/+3 |
* | By not setting No_CRC in the Mode Control Register, we must also | ps | 2003-09-23 | 1 | -1/+1 |
* | From the Broadcom Eratta: | ps | 2003-09-23 | 1 | -2/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | On Dell boxes such as the PE2650 we need to disable 3 led mode for the | ambrisko | 2003-08-20 | 2 | -0/+9 |