summaryrefslogtreecommitdiff
path: root/sys/dev/bfe
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.5.0_cvscvs2svn2006-05-232-2/+2
* Merge IP multicast address list locking from HEAD to RELENG_5.Ed Maste2006-01-291-0/+2
* MFC: (1.22) Releasing TX/RX descriptor dmamaps during device detachmentTai-hwa Liang2005-03-301-5/+4
* MFC: (1.20) correct direction for bus_dma sync of rx bufferTai-hwa Liang2005-03-031-1/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-302-6/+5
* MFC:Max Laier2004-10-091-9/+14
* MFC: (1.16) add PCI ID for the BCM4401-B0Dag-Erling Smørgrav2004-09-041-0/+2
* MFC: (1.4) add PCI ID for the BCM4401-B0Dag-Erling Smørgrav2004-09-041-0/+1
* 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