aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bce
Commit message (Collapse)AuthorAgeFilesLines
* mii: Add opt_platform.h to all miibus driversWarner Losh2022-04-051-1/+1
| | | | | | | | | miivar.h includes opt_platform.h. Make sure all the drivers that use the miibus_if.h interface file have opt_platform.h as well. While some of these may not, strictly speaking, need it, it's easier to include it universally for miibus. Sponsored by: Netflix
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Remove clean optionDavid C Somayajulu2014-09-171-5/+0
| | | | | | | MFC after:5 days Notes: svn path=/head/; revision=271727
* Modify Copyright information and other strings to reflect Qlogic ↵David C Somayajulu2014-05-081-0/+5
| | | | | | | | | | | | Corporation's purchase of Broadcom's NetXtreme business. Added clean option to Makefile Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation MFC after:5 days Notes: svn path=/head/; revision=265703
* Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)Paul Saab2006-04-101-0/+8
PCI/PCIe Gigabit Ethernet adapeter. Submitted by: David Christensen Notes: svn path=/head/; revision=157642