PERFORCE change 111260 for review

Matt Jacob mjacob at FreeBSD.org
Thu Dec 7 14:00:06 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111260

Change 111260 by mjacob at newisp on 2006/12/07 21:59:19

	Err, ahem, don't bounce a card just because it supports LAN
	or Logical Bus protocol.

Affected files ...

.. //depot/projects/newisp/dev/mpt/mpt.c#7 edit

Differences ...

==== //depot/projects/newisp/dev/mpt/mpt.c#7 (text+ko) ====

@@ -2519,16 +2519,6 @@
 		return (ENXIO);
 	}
 
-	if (pfp->ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LAN) {
-		mpt_prt(mpt, "not supporting LAN protocol\n");
-		return (ENXIO);
-	}
-
-	if (pfp->ProtocolFlags & MPI_PORTFACTS_PROTOCOL_LOGBUSADDR) {
-		mpt_prt(mpt, "not supporting Logical Bus Address protocol\n");
-		return (ENXIO);
-	}
-
 	/*
 	 * Set our role with what this port supports.
 	 *


More information about the p4-projects mailing list