aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bfe
Commit message (Expand)AuthorAgeFilesLines
* Add suspend/resume support. Unlike many other NIC drivers,John Baldwin2006-11-201-0/+38
* Back out the BUS_DMA_ALLOCNOW change from rev 1.39. Scottl informed me thatMike Silbersack2006-05-281-3/+3
* Re-revert back to rev 1.8:Mike Silbersack2006-05-281-2/+2
* 1. Make sure that the TX and RX descriptor rings are 4096 byte aligned.Mike Silbersack2006-05-281-6/+21
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Revert if_bfereg.h rev 1.8; restore the RX and TX list sizes to 511.Mike Silbersack2006-05-111-2/+2
* Fix three more bugs in bfe:Mike Silbersack2006-05-042-17/+22
* Tweak the DMA limit from rev 1.33, it was off by one byte.Mike Silbersack2006-04-281-1/+1
* Switch all bus_dmamap_sync calls that used PREREAD to PREWRITE and allMike Silbersack2006-04-281-10/+10
* The alignment parameter to busdma must be a power of two, while the if_bfeScott Long2006-04-271-2/+2
* Fix problem with having more than 1GM of RAM. Also fix a nearby busdmaScott Long2006-04-271-5/+8
* Don't call bfe_release_resources() twice.Pawel Jakub Dawidek2006-04-041-2/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-5/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-13/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-19/+29
* Powerstate stuff now done in PCI bus driverWarner Losh2005-06-051-21/+0
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Releasing TX/RX descriptor dmamaps during device detachment instead ofTai-hwa Liang2005-03-171-5/+4
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* correct direction for bus_dma sync of rx bufferSam Leffler2005-01-091-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-6/+5
* Locking cleanups to remove the need for a recursive mutexMike Makonnen2004-10-232-60/+49
* Fix sis, bfe and ndis in the same way dc was fixed:Max Laier2004-10-081-9/+14
* Add PCI ID for the BCM4401-B0.Dag-Erling Smørgrav2004-09-012-0/+3
* The whitespace crusader strikes!Dag-Erling Smørgrav2004-08-072-95/+95
* Bring in the first chunk of altq driver modifications. This covers theMax Laier2004-07-021-4/+6
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Set the IFCAP_VLAN_MTU bit in capenable as well.Dag-Erling Smørgrav2004-05-251-0/+1
* Set baudrate to 100 Mbps, and advertise our ability to handle extendedDag-Erling Smørgrav2004-05-251-1/+7
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Apply fix for long timeouts on driver initialisation.Duncan Barclay2004-05-231-2/+7
* Added BSD license, as requested by author.Wes Peters2004-04-041-0/+22
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* When we get a packet error, move on, don't go into an infinite loopJulian Elischer2004-03-021-0/+2
* Whitespace changes to match rest of file..Julian Elischer2004-03-021-65/+102
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Remove unnecessary #include of brgphyreg.h, left over from when Stuart usedBill Paul2003-09-091-1/+0
* Add a device driver for the Broadcom BCM4401 ethernet controller,Bill Paul2003-09-092-0/+2069