summaryrefslogtreecommitdiff
path: root/sys/modules/bce
AgeCommit message (Collapse)Author
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2022-04-05mii: Add opt_platform.h to all miibus driversWarner Losh
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
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
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
2014-09-17Remove clean optionDavid C Somayajulu
MFC after:5 days Notes: svn path=/head/; revision=271727
2014-05-08Modify Copyright information and other strings to reflect Qlogic ↵David C Somayajulu
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
2006-04-10Add a driver for the Broadcom NetXtreme II (BCM5706/BCM5708)Paul Saab
PCI/PCIe Gigabit Ethernet adapeter. Submitted by: David Christensen Notes: svn path=/head/; revision=157642