Synchronize with Feral CVS repository:

- fix comment


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@269 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Stanislaw Gruszka
2008-02-12 09:55:49 +00:00
parent 609c5c6515
commit f8e97ad7dd

View File

@@ -1,4 +1,4 @@
/* $Id: isp.c,v 1.185 2007/12/26 22:38:03 mjacob Exp $ */
/* $Id: isp.c,v 1.186 2007/12/28 21:28:39 mjacob Exp $ */
/*-
* Copyright (c) 1997-2007 by Matthew Jacob
* All rights reserved.
@@ -1180,9 +1180,6 @@ isp_reset(ispsoftc_t *isp)
void
isp_init(ispsoftc_t *isp)
{
/*
* If we have no role (neither target nor initiator), don't init.
*/
if (IS_FC(isp)) {
if (IS_24XX(isp)) {
isp_fibre_init_2400(isp);