diff options
author | Daniel Beauregard <Daniel.Beauregard@Sun.COM> | 2009-03-24 09:00:56 -0700 |
---|---|---|
committer | Daniel Beauregard <Daniel.Beauregard@Sun.COM> | 2009-03-24 09:00:56 -0700 |
commit | 16dd44c265271a75647fb0bb41109bb7c585a526 (patch) | |
tree | e8e7bd92962283966b39a83f177d351fed294274 /usr/src/uts/intel/qlc | |
parent | af79d7d9cd4d7b7b3b52261fc6f4be7426335485 (diff) | |
download | illumos-joyent-16dd44c265271a75647fb0bb41109bb7c585a526.tar.gz |
6676294 PCIEX-8000-5Y Critical error is shown at every boot
6709814 qlc firmware table should end with a zeroed entry
6741218 qlc should buffer extended logging messages in host memory at all times
6743794 qlc source file for mdb module should use angle brackets for include instead of double-quotes
6751834 Firmware dump and debug messages should be made available through mdb dcmd
6755226 qlc driver must implement quiesce() entry point
6790576 ::qlc_elog mdb dcmd was ifdef'd out due to 6743399, but should be re-enabled now
6811603 Improve qlc firmware dump and mdb reporting
Diffstat (limited to 'usr/src/uts/intel/qlc')
-rw-r--r-- | usr/src/uts/intel/qlc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/intel/qlc/Makefile b/usr/src/uts/intel/qlc/Makefile index 8d1fb0b5ee..df6d8ee086 100644 --- a/usr/src/uts/intel/qlc/Makefile +++ b/usr/src/uts/intel/qlc/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. All rights reserved. +# Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # This makefile drives the production of qlc driver kernel module. @@ -109,6 +109,7 @@ $(SRC)/uts/common/io/fibre-channel/fca/qlc/ql_fw_table.c: $(FWMODULES_SRC) sed 's/.*ql_fw_/{ 0x/' |\ sed 's/.c:#define/,/' |\ sed 's/FW_VERSION_STRING//' >> $@ + echo '{ 0, NULL }' >> $@ echo '};' >> $@ # |