History log of /freebsd-14.2/sys/modules/bxe/Makefile (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# 031beb4e 16-Aug-2023 Warner Losh <[email protected]>

sys: Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# e5ae3af7 19-May-2018 Matt Macy <[email protected]>

disable set but not used on code that can't be changed


Revision tags: release/10.4.0, release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


Revision tags: release/11.0.1, release/11.0.0
# 05c6aa72 25-Apr-2016 David C Somayajulu <[email protected]>

1. Removed -Wno-shift-negative-value from Makefile
2. Fixed warning its absence caused in bxe_elink.c

MFC after:5 days


Revision tags: release/10.3.0
# 4ef8ebfd 25-Feb-2016 David C Somayajulu <[email protected]>

Upgrade the firmware carried in driver and loaded during hardware
initialization (a.k.a STORM firmware) to version 7.13.1 (latest version)


Revision tags: release/10.2.0, release/10.1.0
# 902dff1d 17-Sep-2014 David C Somayajulu <[email protected]>

Remove clean option

MFC after:5 days


# 0327754b 26-Jul-2014 Marcel Moolenaar <[email protected]>

Avoid using ${.CURDIR} so that the module can be built from multiple
directories.

Obtained from: Juniper Networks, Inc.


Revision tags: release/9.3.0
# e36ffbdd 06-May-2014 David C Somayajulu <[email protected]>

Modify Copyright information to reflect Qlogic Corporation's purchase
of Broadcom's NetXtreme business

Submitted by:David C Somayajulu ([email protected]) QLogic Corporation
MFC after:5 days


Revision tags: release/10.0.0, release/9.2.0
# 4e400768 20-Sep-2013 David Christensen <[email protected]>

Substantial rewrite of bxe(4) to add support for the BCM57712 and
BCM578XX controllers.

Approved by: re
MFC after: 4 weeks


Revision tags: release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0
# 246419ba 13-Apr-2011 Pyun YongHyeon <[email protected]>

Remove mii(4) dependency and unneeded headers.

Reviewed by: davidch


# ee50cfe1 15-Mar-2011 David Christensen <[email protected]>

- Inadvertently committed files with +x attribute, fixed.
- Minor change to info output string.


# dd46ab31 14-Mar-2011 David Christensen <[email protected]>

- Initial release of bxe(4) to support Broadcom NetXtreme II 10GbE.
(BCM57710, BCM57711, BCM57711E)

MFC after: One month