From owner-freebsd-scsi@FreeBSD.ORG Thu Aug 1 19:48:22 2013 Return-Path: Delivered-To: freebsd-scsi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF4FDFF1 for ; Thu, 1 Aug 2013 19:48:22 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id B90FD2757 for ; Thu, 1 Aug 2013 19:48:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 56F0150A0C for ; Thu, 1 Aug 2013 19:48:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZgUFUXQLhuZ4 for ; Thu, 1 Aug 2013 19:48:16 +0000 (UTC) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id C0EAB5092C for ; Thu, 1 Aug 2013 19:48:15 +0000 (UTC) From: Dan Langille Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: ahc0 cannot see attached devices Date: Thu, 1 Aug 2013 15:48:13 -0400 Message-Id: <11DCA597-E79A-4834-9CC9-EBE1AADE99D3@langille.org> To: freebsd-scsi@FreeBSD.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 19:48:22 -0000 I am in the process of moving a tape library from one server to another.=20= The old server is running FreeBSD 8.4-RELEASE and using: ahc0: port 0xa800-0xa8ff mem = 0xfb7df000-0xfb7dffff irq 20 at device 5.0 on pci1 The new server is running FreeBSD 9.1-RELEASE-p4 and using: ahc0: port 0xe800-0xe8ff mem = 0xfebdf000-0xfebdffff irq 21 at device 3.0 on pci4 While the new server boots, I don't see an Adaptec card BIOS prompt / = mention pass by on the console. Is this the first problem to solve? After booting, I try to view the devices, i don't' see them. I see the = expected HDD, but not the tape library or the drives: $ sudo camcontrol devlist Password: at scbus0 target 2 lun 0 (pass0,da0) at scbus0 target 10 lun 0 (pass1,da1) at scbus0 target 11 lun 0 (pass2,da2) at scbus0 target 12 lun 0 (pass3,da3) at scbus0 target 13 lun 0 (pass4,da4) at scbus0 target 14 lun 0 (pass5,da5) at scbus0 target 16 lun 0 (pass6,da6) at scbus0 target 17 lun 0 (pass7,da7) at scbus5 target 0 lun 0 (pass8,ada0) at scbus5 target 1 lun 0 (pass9,ada1) If I detach the tape library and attach it to the old server, I do see = the expect results (the following paste is missing non-tape related = results): at scbus12 target 4 lun 0 = (sa1,pass12) at scbus12 target 6 lun 0 = (pass14,ch1) Ideas? Suggestions? Thank you. --=20 Dan Langille - http://langille.org