From owner-p4-projects@FreeBSD.ORG Fri Aug 24 10:00:22 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 52EEA1065696; Fri, 24 Aug 2012 10:00:21 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCA87106567B for ; Fri, 24 Aug 2012 10:00:19 +0000 (UTC) (envelope-from brooks@freebsd.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id D5CA38FC0C for ; Fri, 24 Aug 2012 10:00:19 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q7OA0J1Y014186 for ; Fri, 24 Aug 2012 10:00:19 GMT (envelope-from brooks@freebsd.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q7OA0JxF014183 for perforce@freebsd.org; Fri, 24 Aug 2012 10:00:19 GMT (envelope-from brooks@freebsd.org) Date: Fri, 24 Aug 2012 10:00:19 GMT Message-Id: <201208241000.q7OA0JxF014183@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to brooks@freebsd.org using -f From: Brooks Davis To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 216423 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2012 10:00:22 -0000 http://p4web.freebsd.org/@@216423?ac=10 Change 216423 by brooks@brooks_ecr_current on 2012/08/24 10:00:14 Other than needing an attachment isf(4) should be usable on any sort of platform assuming it is attached. It is not specific to the BERI platform or to MIPS. Affected files ... .. //depot/projects/ctsrd/beribsd/src/sys/conf/files#4 edit .. //depot/projects/ctsrd/beribsd/src/sys/mips/beri/files.beri#17 edit Differences ... ==== //depot/projects/ctsrd/beribsd/src/sys/conf/files#4 (text+ko) ==== @@ -1368,6 +1368,8 @@ dev/iscsi/initiator/isc_soc.c optional iscsi_initiator scbus dev/iscsi/initiator/isc_sm.c optional iscsi_initiator scbus dev/iscsi/initiator/isc_subr.c optional iscsi_initiator scbus +dev/isf/isf.c optional isf +dev/isf/isf_nexus.c optional isf dev/isp/isp.c optional isp dev/isp/isp_freebsd.c optional isp dev/isp/isp_library.c optional isp ==== //depot/projects/ctsrd/beribsd/src/sys/mips/beri/files.beri#17 (text+ko) ==== @@ -15,8 +15,6 @@ dev/terasic/mtl/terasic_mtl_reg.c optional terasic_mtl dev/terasic/mtl/terasic_mtl_syscons.c optional terasic_mtl dev/terasic/mtl/terasic_mtl_text.c optional terasic_mtl -dev/isf/isf.c optional isf -dev/isf/isf_nexus.c optional isf mips/beri/beri_machdep.c standard mips/mips/intr_machdep.c standard mips/mips/tick.c standard