From owner-freebsd-stable@FreeBSD.ORG Mon May 29 16:39:41 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D876016AA11 for ; Mon, 29 May 2006 16:39:41 +0000 (UTC) (envelope-from hk@alogis.com) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5D243D4C for ; Mon, 29 May 2006 16:39:38 +0000 (GMT) (envelope-from hk@alogis.com) Received: from alogis.com (localhost [127.0.0.1]) by alogis.com (8.13.4/8.13.1) with ESMTP id k4TGdZPO001192; Mon, 29 May 2006 18:39:35 +0200 (CEST) (envelope-from hk@alogis.com) Received: (from hk@localhost) by alogis.com (8.13.4/8.13.1/Submit) id k4TGdZqC001191; Mon, 29 May 2006 18:39:35 +0200 (CEST) (envelope-from hk) Date: Mon, 29 May 2006 18:39:35 +0200 From: Holger Kipp To: stable@freebsd.org Message-ID: <20060529163935.GA950@intserv.int1.b.intern> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Cc: Subject: how can I tell if config-entry "device da0 at scbus0 target 0" is working? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 16:39:42 -0000 Hello, this might be a stupid question, but how can I find out whether a 4.11 kernel configuration with device mpt0 device mpt1 device scbus0 at mpt0 bus 0 device scbus1 at mpt1 bus 0 device da0 at scbus0 target 0 device da1 at scbus0 target 1 device da2 at scbus0 target 2 device da3 at scbus1 target 9 device da4 at scbus1 target 10 device da5 at scbus1 target 11 device da6 at scbus1 target 12 is working correctly or not? For obvious reasons I don't want to attach another drive to test this ;-) Best regards, Holger Kipp