summaryrefslogtreecommitdiffstats
path: root/sys/dev/bfe
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-6/+3
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-8/+5
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Add a new sysctl node 'dev.bfe.N.stats' that shows various MACyongari2008-08-222-53/+300
* Because bfe(4) knows interrupt mask value there is no need to readyongari2008-08-221-6/+4
* Remove bfe_link in softc and introduce two new flags to markyongari2008-08-222-12/+21
* o Sort includes and add <endian.h> to support endianness.yongari2008-08-212-371/+495
* Use device_set_desc() instead of device_set_desc_copy() as we don'tyongari2008-08-111-1/+1
* Partial back out r180952.yongari2008-08-111-4/+2
* style(9) - space after keywords, don't indent case.yongari2008-07-291-64/+63
* Cache PCI vendor/device ids to avoid unnecessary PCI configurationyongari2008-07-291-7/+4
* s/printf/device_printf/gyongari2008-07-292-23/+19
* Don't panic even if bus_dmamap_load(9) was failed. Just returnyongari2008-04-301-3/+11
* Fix link state handling in bfe(4).yongari2008-01-292-48/+88
* Fix function prototype for device_shutdown method.yongari2007-11-221-3/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Add suspend/resume support. Unlike many other NIC drivers,jhb2006-11-201-0/+38
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatsilby2006-05-281-3/+3
* Re-revert back to rev 1.8:silby2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.silby2006-05-281-6/+21
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.silby2006-05-111-2/+2
* Fix three more bugs in bfe:silby2006-05-042-17/+22
* Tweak the DMA limit from rev 1.33, it was off by one byte.silby2006-04-281-1/+1
* Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and allsilby2006-04-281-10/+10
* The alignment parameter to busdma must be a power of two, while the if_bfescottl2006-04-271-2/+2
* Fix problem with having more than 1GM of RAM. Also fix a nearby busdmascottl2006-04-271-5/+8
* Don't call bfe_release_resources() twice.pjd2006-04-041-2/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.ru2005-09-161-5/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-13/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-19/+29
* Powerstate stuff now done in PCI bus driverimp2005-06-051-21/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-1/+0
* Releasing TX/RX descriptor dmamaps during device detachment instead ofavatar2005-03-171-5/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* correct direction for bus_dma sync of rx buffersam2005-01-091-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-6/+5
* Locking cleanups to remove the need for a recursive mutexmtm2004-10-232-60/+49
* Fix sis, bfe and ndis in the same way dc was fixed:mlaier2004-10-081-9/+14
* Add PCI ID for the BCM4401-B0.des2004-09-012-0/+3
* The whitespace crusader strikes!des2004-08-072-95/+95
* Bring in the first chunk of altq driver modifications. This covers themlaier2004-07-021-4/+6
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
OpenPOWER on IntegriCloud