Date: Thu, 7 Dec 2006 22:00:02 GMT From: Matt Jacob <mjacob@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111260 for review Message-ID: <200612072200.kB7M022A074310@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111260 Change 111260 by mjacob@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. *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612072200.kB7M022A074310>