From owner-freebsd-scsi@FreeBSD.ORG Wed Oct 31 15:27:35 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6E090532 for ; Wed, 31 Oct 2012 15:27:35 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.freebsd.org (Postfix) with ESMTP id D53478FC0A for ; Wed, 31 Oct 2012 15:27:34 +0000 (UTC) Received: from mailhost.frm2.tum.de (localhost [127.0.0.1]) by mailhost.frm2.tum.de (8.14.4/8.14.4) with ESMTP id q9VFPRO7055263 for ; Wed, 31 Oct 2012 16:25:27 +0100 (CET) (envelope-from Joerg.Pulz@frm2.tum.de) X-Virus-Scanned: at mailhost.frm2.tum.de Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) (authenticated bits=0) by mailhost.frm2.tum.de (8.14.4/8.14.4) with ESMTP id q9VFPKW5055257 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 31 Oct 2012 16:25:20 +0100 (CET) (envelope-from Joerg.Pulz@frm2.tum.de) Date: Wed, 31 Oct 2012 16:25:17 +0100 (CET) From: Joerg Pulz To: freebsd-scsi@freebsd.org Subject: isp(4) broken in RELENG_9 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mailhost.frm2.tum.de [129.187.179.12]); Wed, 31 Oct 2012 16:25:20 +0100 (CET) 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: Wed, 31 Oct 2012 15:27:35 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, somewhere on the road between RELENG_9_1 and RELENG_9 changes to isp(4) make the driver unable to attach to the device. Here is the boot output of the failing RELENG_9: isp0: port 0x3000-0x30ff mem 0xf7140000-0xf7143fff,0xf7200000-0xf72fffff irq 16 at device 0.0 on pci3 isp0: error 22 loading dma map for control areas isp0: Cannot setup DMA device_attach: isp0 attach returned 6 isp0: port 0x3400-0x34ff mem 0xf7144000-0xf7147fff,0xf7300000-0xf73fffff irq 17 at device 0.1 on pci3 isp0: error 22 loading dma map for control areas isp0: Cannot setup DMA device_attach: isp0 attach returned 6 Here is the boot output of the still working RELENG_9_1: isp0: port 0x3000-0x30ff mem 0xf7140000-0xf7143fff,0xf7200000-0xf72fffff irq 16 at device 0.0 on pci3 isp1: port 0x3400-0x34ff mem 0xf7144000-0xf7147fff,0xf7300000-0xf73fffff irq 17 at device 0.1 on pci3 I've taken a quick look at the changes, but could not find anything obvious that causes that error. Thanks for any hints on how to fix this. As the isp(4) code base for CURRENT and RELENG_9 is the same, it should fail in current too, but i can't verify as i don't have a spare card for testing. Kind regards Joerg Pulz - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iD8DBQFQkULgSPOsGF+KA+MRAvysAKCc0Vbytb8b90svGxlWlggbF1RZ6ACggo1B hK7TdnU72CebFETzFv4TQDw= =oBsG -----END PGP SIGNATURE-----