summaryrefslogtreecommitdiff
path: root/sys/dev/bfe
Commit message (Expand)AuthorAgeFilesLines
* 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