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