From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 09:22:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C31016A4CE for ; Tue, 9 Mar 2004 09:22:53 -0800 (PST) Received: from therub.org (pantheon-ws-13.direct.hickorytech.net [216.114.200.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49D6443D31 for ; Tue, 9 Mar 2004 09:22:53 -0800 (PST) (envelope-from drue@therub.org) Received: from drue by therub.org with local (Exim 3.35 #1 (Debian)) id 1B0kwN-00070S-00 for ; Tue, 09 Mar 2004 11:22:51 -0600 Date: Tue, 9 Mar 2004 11:22:51 -0600 To: freebsd-questions@freebsd.org Message-ID: <20040309172251.GB13604@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i From: Dan Rue Subject: SMP kernel with RAID X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 17:22:53 -0000 Howdy, Ok, Here's the brief specs dual 2.4 Xeons Adaptec Raid-5 SCSI Everything works fine with a 4.9-p3 generic kernel. However, when I enable SMP and rebuild the kernel, boot hangs at this step: >Waiting 15 seconds for SCSI devices to settle >(noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. At that point, I have to reboot and boot back to generic kernel. Here's the only two lines in the kernel that I change: >options SMP # Symmetric MultiProcessor Kernel >options APIC_IO # Symmetric (APIC) I/O Any ideas? tia, Dan