From owner-freebsd-scsi@FreeBSD.ORG Fri Dec 10 22:58:37 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 67AFC16A4CE for ; Fri, 10 Dec 2004 22:58:37 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0082F43D41 for ; Fri, 10 Dec 2004 22:58:37 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [10.0.1.238] ([68.252.65.130]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iBAN0upX027590; Fri, 10 Dec 2004 16:00:57 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41BA2A09.30407@freebsd.org> Date: Fri, 10 Dec 2004 15:58:17 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: george+freebsd@m5p.com References: <200412102238.iBAMc7ZJ000238@m5p.com> In-Reply-To: <200412102238.iBAMc7ZJ000238@m5p.com> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: freebsd-scsi@freebsd.org Subject: Re: Adaptec AHA-1542CF boot problem in 5.3 X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 22:58:37 -0000 george+freebsd@m5p.com wrote: > Starting in at least Beta-6 and Beta-7 of FreeBSD 5.3, and in 5.3-RELEASE, > FreeBSD dies after the 15-second SCSI settling timeout with an Adaptec > AHA-1542CF. This board worked in 5.2.1, 5.2, and up through 4.7. Has > anyone seen this board work with 5.3? -- George Mitchell > There is a known problem with ISA DMA in 5.3. As a work-around, boot the CD and hit '6' to break to the loader command prompt. Then type: set vm.old_contigmalloc=1 boot I believe that I have this fixed correctly in 5.3-STABLE/RELENG_5. If the work-around works for you then try updating your sources and see if it works without the above work-around. Scott