mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-20 15:04:19 +00:00
Synchronize with Feral CVS repository:
Put RISC_CODE define in the firmware files. Use the Linux 2.6 firmware loader support if available. This saves close to 700K of useless code getting loaded otherwise. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@277 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: isp_linux.c,v 1.219 2008/01/08 22:15:01 mjacob Exp $ */
|
||||
/* $Id: isp_linux.c,v 1.220 2008/01/13 21:18:01 mjacob Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1997-2007 by Matthew Jacob
|
||||
* All rights reserved.
|
||||
@@ -4171,11 +4171,6 @@ isplinux_common_init(ispsoftc_t *isp)
|
||||
/*
|
||||
* Set up config options, etc...
|
||||
*/
|
||||
if (isp_debug) {
|
||||
isp->isp_dblev = isp_debug;
|
||||
} else {
|
||||
isp->isp_dblev = ISP_LOGCONFIG|ISP_LOGINFO|ISP_LOGWARN|ISP_LOGERR;
|
||||
}
|
||||
|
||||
if (isp_nofwreload & (1 << isp->isp_unit)) {
|
||||
isp->isp_confopts |= ISP_CFG_NORELOAD;
|
||||
|
||||
Reference in New Issue
Block a user