History log of /freebsd-13.1/sys/modules/ocs_fc/Makefile (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0
# 44a78c21 24-Jun-2021 Ram Kishore Vegesna <[email protected]>

ocs_fc: Add gendump and dump_to_host ioctl command support.

Support to generate firmware dump.

Approved by: mav(mentor)

(cherry picked from commit 29e2dbd42c3e2e10e606b3414f4d0c53021d4e86)

Add oc

ocs_fc: Add gendump and dump_to_host ioctl command support.

Support to generate firmware dump.

Approved by: mav(mentor)

(cherry picked from commit 29e2dbd42c3e2e10e606b3414f4d0c53021d4e86)

Add ocs_gendump.c to the build, missed in 29e2dbd42c3e.

(cherry picked from commit d0732fa81963d336099a6b134a1eb4be867bfa8b)

show more ...


Revision tags: release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# 61b54f34 12-Jun-2019 Bryan Drewery <[email protected]>

Don't delete .depend files outside of cleandepend.

Sponsored by: DellEMC


Revision tags: release/12.0.0, release/11.2.0
# 15f5662d 30-Apr-2018 Ram Kishore Vegesna <[email protected]>

Included opt_stack.h in Makefile, to fix module build.

PR: 227823
Reported by: eugen
Approved by: mav
MFC after: 3 days


# ef270ab1 30-Mar-2018 Kenneth D. Merry <[email protected]>

Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4).

The ocs_fc(4) driver supports the following hardware:

Emulex 16/8G FC GEN 5 HBAS
LPe15004 FC Host Bus Adapters
LPe160XX FC Host Bus A

Bring in the Broadcom/Emulex Fibre Channel driver, ocs_fc(4).

The ocs_fc(4) driver supports the following hardware:

Emulex 16/8G FC GEN 5 HBAS
LPe15004 FC Host Bus Adapters
LPe160XX FC Host Bus Adapters

Emulex 32/16G FC GEN 6 HBAS
LPe3100X FC Host Bus Adapters
LPe3200X FC Host Bus Adapters

The driver supports target and initiator mode, and also supports FC-Tape.

Note that the driver only currently works on little endian platforms. It
is only included in the module build for amd64 and i386, and in GENERIC
on amd64 only.

Submitted by: Ram Kishore Vegesna <[email protected]>
Reviewed by: mav
MFC after: 5 days
Relnotes: yes
Sponsored by: Broadcom
Differential Revision: https://reviews.freebsd.org/D11423

show more ...