From owner-freebsd-current@FreeBSD.ORG Fri Aug 19 08:21:28 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F81516A41F for ; Fri, 19 Aug 2005 08:21:28 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from crivens.unixoid.de (crivens.unixoid.de [81.169.171.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id C39ED43D64 for ; Fri, 19 Aug 2005 08:21:24 +0000 (GMT) (envelope-from MH@kernel32.de) Received: from localhost (localhost [127.0.0.1]) by crivens.unixoid.de (Postfix) with ESMTP id BF5D13FFC for ; Fri, 19 Aug 2005 10:21:22 +0200 (CEST) Received: from crivens.unixoid.de ([127.0.0.1]) by localhost (crivens.unixoid.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04533-07 for ; Fri, 19 Aug 2005 10:21:16 +0200 (CEST) Received: from [10.38.0.10] (unknown [212.12.51.89]) by crivens.unixoid.de (Postfix) with ESMTP id 762643FF6 for ; Fri, 19 Aug 2005 10:21:16 +0200 (CEST) Message-ID: <4305967B.8010909@kernel32.de> Date: Fri, 19 Aug 2005 10:21:15 +0200 From: Marian Hettwer User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at unixoid.de Subject: Adaptec AIC-7901 (ahd) broken with 6.0-BETA2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2005 08:21:28 -0000 Hi All, I believe the support for Adaptec's AIC7901 is broken in 6-BETA2. I had a Dell running with this Controller in RELENG_5 and in Current from June 7th. Some detailed information: ahd0@pci2:14:0: class=0x010400 card=0x01681028 chip=0x808f9005 rev=0x10 hdr=0x00 vendor = 'Adaptec Inc' device = 'AIC-7901 Ultra320 HostRAID Controller' class = mass storage subclass = RAID uname as of my last running 6-CURRENT Kernel: ([mhettwer@siteop-8] <~>)$ uname -a FreeBSD siteop-8.mobile.rz 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Jun 7 15:30:11 CEST 2005 root@siteop-8.mobile.rz:/usr/obj/usr/src/sys/GENERIC i386 The "boot -v" of 6-BETA2 bootonly stops with the following messages (written down by hand, since I had no serial access): (probe20:sbp0:0:5:0): error 22 (probe20:sbp0:0:5:0): Unretryable Error (probe21:sbp0:0:6:0): error 22 (probe21:sbp0:0:7:0): Unretryable Error ahd0: Selection Timeout on A:4. 0 SCBs aborted ahd0: Selection Timeout on A:8. 0 SCBs aborted ahd0: Selection Timeout on A:11. 0 SCBs aborted ahd0: Selection Timeout on A:13. 0 SCBs aborted ahd0: Selection Timeout on A:2. 0 SCBs aborted ahd0: Selection Timeout on A:3. 0 SCBs aborted ahd0: Selection Timeout on A:5. 0 SCBs aborted ahd0: Selection Timeout on A:6. 0 SCBs aborted ahd0: Selection Timeout on A:9. 0 SCBs aborted ahd0: Selection Timeout on A:10. 0 SCBs aborted ahd0: Selection Timeout on A:12. 0 SCBs aborted ahd0: Selection Timeout on A:14. 0 SCBs aborted ahd0: Selection Timeout on A:15. 0 SCBs aborted (probe1:ahd0:0:1:0): Retrying Command (probe0:ahd0:0:0:0): Retrying Command (ahd0:A:0:0): Sending PPR bus_width 1, period 8, offset fe, ppr_options fb (ahd0:A:0:0): Received PPR width 1, period 8, offset 7f, options c3 Filtered to width 1, period 8, offset 7f, options c3 ahd0: target 0 using 16 bit ahd0 target 0 synchronous with period = 0x8, offset = 0x7f(DT IU RTI) I'd really like continue testing FreeBSD 6 on this Dell Machine... but I have no IDE disks to boot from, and besides, FreeBSD was running before with the very same controller on this box ... Is there any more information I could provide ? best regards, Marian