| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a new sysctl node 'dev.bfe.N.stats' that shows various MAC | Pyun YongHyeon | 2008-08-22 | 2 | -52/+299 |
| * | Because bfe(4) knows interrupt mask value there is no need to read | Pyun YongHyeon | 2008-08-22 | 1 | -6/+4 |
| * | Remove bfe_link in softc and introduce two new flags to mark | Pyun YongHyeon | 2008-08-22 | 2 | -12/+21 |
| * | o Sort includes and add <endian.h> to support endianness. | Pyun YongHyeon | 2008-08-21 | 2 | -367/+491 |
| * | Use device_set_desc() instead of device_set_desc_copy() as we don't | Pyun YongHyeon | 2008-08-11 | 1 | -1/+1 |
| * | Partial back out r180952. | Pyun YongHyeon | 2008-08-11 | 1 | -4/+2 |
| * | style(9) - space after keywords, don't indent case. | Pyun YongHyeon | 2008-07-29 | 1 | -64/+63 |
| * | Cache PCI vendor/device ids to avoid unnecessary PCI configuration | Pyun YongHyeon | 2008-07-29 | 1 | -7/+4 |
| * | s/printf/device_printf/g | Pyun YongHyeon | 2008-07-29 | 2 | -23/+19 |
| * | Don't panic even if bus_dmamap_load(9) was failed. Just return | Pyun YongHyeon | 2008-04-30 | 1 | -3/+11 |
| * | Fix link state handling in bfe(4). | Pyun YongHyeon | 2008-01-29 | 2 | -48/+88 |
| * | Fix function prototype for device_shutdown method. | Pyun YongHyeon | 2007-11-22 | 1 | -3/+4 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Add suspend/resume support. Unlike many other NIC drivers, | John Baldwin | 2006-11-20 | 1 | -0/+38 |
| * | Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me that | Mike Silbersack | 2006-05-28 | 1 | -3/+3 |
| * | Re-revert back to rev 1.8: | Mike Silbersack | 2006-05-28 | 1 | -2/+2 |
| * | 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned. | Mike Silbersack | 2006-05-28 | 1 | -6/+21 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511. | Mike Silbersack | 2006-05-11 | 1 | -2/+2 |
| * | Fix three more bugs in bfe: | Mike Silbersack | 2006-05-04 | 2 | -17/+22 |
| * | Tweak the DMA limit from rev 1.33, it was off by one byte. | Mike Silbersack | 2006-04-28 | 1 | -1/+1 |
| * | Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and all | Mike Silbersack | 2006-04-28 | 1 | -10/+10 |
| * | The alignment parameter to busdma must be a power of two, while the if_bfe | Scott Long | 2006-04-27 | 1 | -2/+2 |
| * | Fix problem with having more than 1GM of RAM. Also fix a nearby busdma | Scott Long | 2006-04-27 | 1 | -5/+8 |
| * | Don't call bfe_release_resources() twice. | Pawel Jakub Dawidek | 2006-04-04 | 1 | -2/+0 |
| * | Do not touch ifp->if_baudrate in miibus aware drivers. | Gleb Smirnoff | 2006-02-14 | 1 | -1/+0 |
| * | - Store pointer to the link-level address right in "struct ifnet" | Ruslan Ermilov | 2005-11-11 | 1 | -1/+1 |
| * | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | Warner Losh | 2005-10-22 | 1 | -1/+1 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -5/+4 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -13/+14 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 2 | -19/+29 |
| * | Powerstate stuff now done in PCI bus driver | Warner Losh | 2005-06-05 | 1 | -21/+0 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Releasing TX/RX descriptor dmamaps during device detachment instead of | Tai-hwa Liang | 2005-03-17 | 1 | -5/+4 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | correct direction for bus_dma sync of rx buffer | Sam Leffler | 2005-01-09 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 2 | -6/+5 |
| * | Locking cleanups to remove the need for a recursive mutex | Mike Makonnen | 2004-10-23 | 2 | -60/+49 |
| * | Fix sis, bfe and ndis in the same way dc was fixed: | Max Laier | 2004-10-08 | 1 | -9/+14 |
| * | Add PCI ID for the BCM4401-B0. | Dag-Erling Smørgrav | 2004-09-01 | 2 | -0/+3 |
| * | The whitespace crusader strikes! | Dag-Erling Smørgrav | 2004-08-07 | 2 | -95/+95 |
| * | Bring in the first chunk of altq driver modifications. This covers the | Max Laier | 2004-07-02 | 1 | -4/+6 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Set the IFCAP_VLAN_MTU bit in capenable as well. | Dag-Erling Smørgrav | 2004-05-25 | 1 | -0/+1 |
| * | Set baudrate to 100 Mbps, and advertise our ability to handle extended | Dag-Erling Smørgrav | 2004-05-25 | 1 | -1/+7 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Apply fix for long timeouts on driver initialisation. | Duncan Barclay | 2004-05-23 | 1 | -2/+7 |
| * | Added BSD license, as requested by author. | Wes Peters | 2004-04-04 | 1 | -0/+22 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |