aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bxe
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* disable set but not used on code that can't be changedMatt Macy2018-05-191-0/+1
| | | | Notes: svn path=/head/; revision=333848
* 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
* 1. Removed -Wno-shift-negative-value from MakefileDavid C Somayajulu2016-04-251-1/+0
| | | | | | | | | 2. Fixed warning its absence caused in bxe_elink.c MFC after:5 days Notes: svn path=/head/; revision=298591
* Upgrade the firmware carried in driver and loaded during hardwareDavid C Somayajulu2016-02-251-0/+1
| | | | | | | initialization (a.k.a STORM firmware) to version 7.13.1 (latest version) Notes: svn path=/head/; revision=296071
* Remove clean optionDavid C Somayajulu2014-09-171-5/+0
| | | | | | | MFC after:5 days Notes: svn path=/head/; revision=271726
* Avoid using ${.CURDIR} so that the module can be built from multipleMarcel Moolenaar2014-07-261-1/+4
| | | | | | | | | directories. Obtained from: Juniper Networks, Inc. Notes: svn path=/head/; revision=269130
* Modify Copyright information to reflect Qlogic Corporation's purchaseDavid C Somayajulu2014-05-061-0/+5
| | | | | | | | | | of Broadcom's NetXtreme business Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation MFC after:5 days Notes: svn path=/head/; revision=265411
* Substantial rewrite of bxe(4) to add support for the BCM57712 andDavid Christensen2013-09-201-6/+11
| | | | | | | | | | BCM578XX controllers. Approved by: re MFC after: 4 weeks Notes: svn path=/head/; revision=255736
* Remove mii(4) dependency and unneeded headers.Pyun YongHyeon2011-04-131-1/+1
| | | | | | | Reviewed by: davidch Notes: svn path=/head/; revision=220603
* - Inadvertently committed files with +x attribute, fixed.David Christensen2011-03-151-0/+0
| | | | | | | - Minor change to info output string. Notes: svn path=/head/; revision=219656
* - Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.David Christensen2011-03-141-0/+13
(BCM57710, BCM57711, BCM57711E) MFC after: One month Notes: svn path=/head/; revision=219647