summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/emlxs
AgeCommit message (Collapse)AuthorFilesLines
2021-12-1414268 kernel modules should be linked -ztype=kmodRichard Lowe1-1/+1
Reviewed by: Gordon Ross <Gordon.W.Ross@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
2020-12-1613258 remove lint from the uts buildRichard Lowe1-16/+2
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Jason King <jason.brian.king+illumos@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+4
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2011-09-151073 migrate kernel modules from ancient _depends_on to true ELF dependenciesBayard Bell1-1/+2
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Garrett D'Amore <garrett@nexenta.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2009-11-206893368 2.50h emlxs sets wrong mail box parameter for 4G PCIe firmwareSukumar Swaminathan1-12/+2
6899936 Upgrade firmware in emlxs driver for Emulex 4G adapters to 2.82a4 6899907 Cannot connect to Emulex COMSTAR target 6899956 FCoE - Add FC side of 2nd generation H/W support in driver_alias file 6901812 FCoE - Add driver code for FC side of 2nd generation H/W support with code clean up
2008-12-086772008 Fix cstyle errors in emlxs driver.Sukumar Swaminathan1-5/+3
6775030 move qlc header files to usr/src/uts/common/io/fibre-channel/fca/qlc 6775032 move emlxs header files to usr/src/uts/common/io/fibre-channel/fca/emlxs 6781785 lint warning in emlxs code --HG-- rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_adapters.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_adapters.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_config.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_config.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_device.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_device.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfc.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfc.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dfclib.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dfclib.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_dhchap.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_dhchap.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_extern.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_extern.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fc.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fc.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fcio.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fcio.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_fct.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_fct.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hbaapi.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hbaapi.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_hw.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_hw.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_mdb.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mdb.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_menlo.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_menlo.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_messages.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_messages.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_msg.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_msg.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_os.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_os.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_thread.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_thread.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_version.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_version.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/fw_lp10000.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/fw_lp10000.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/fw_lp11000.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/fw_lp11000.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/fw_lp11002.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/fw_lp11002.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/fw_lpe11000.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/fw_lpe11000.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/fw_lpe11002.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/fw_lpe11002.h rename : usr/src/uts/common/io/fibre-channel/fca/emlxs/fw_lpe12000.h => usr/src/uts/common/sys/fibre-channel/fca/emlxs/fw_lpe12000.h rename : usr/src/uts/common/sys/fibre-channel/fca/exioct.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/exioct.h rename : usr/src/uts/common/sys/fibre-channel/fca/exioctso.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/exioctso.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_api.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_api.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_apps.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_apps.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_debug.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_debug.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_init.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_init.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_iocb.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_iocb.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_ioctl.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_ioctl.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_isr.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_isr.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_mbx.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_mbx.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_open.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_open.h rename : usr/src/uts/common/sys/fibre-channel/fca/ql_xioctl.h => usr/src/uts/common/sys/fibre-channel/fca/qlc/ql_xioctl.h
2008-10-146745433 Merge NWS consolidation into OS/Net consolidationJohn Forte1-0/+125