aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bfe
Commit message (Expand)AuthorAgeFilesLines
* MFC revs 1.33, 1.34, 1.35, and 1.36.Mike Silbersack2006-04-281-17/+20
* MFC:Gleb Smirnoff2006-03-171-1/+0
* MFC (by ru)Xin LI2005-10-091-5/+4
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-13/+14
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-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