aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bfe/if_bfe.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-061-4/+2
* Locking cleanups to remove the need for a recursive mutexMike Makonnen2004-10-231-58/+46
* 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-011-0/+2
* The whitespace crusader strikes!Dag-Erling Smørgrav2004-08-071-86/+86
* 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
* 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-091-0/+1557