From owner-freebsd-questions@FreeBSD.ORG Tue Mar 9 11:15:50 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 ABB0B16A4CE for ; Tue, 9 Mar 2004 11:15:50 -0800 (PST) Received: from therub.org (pantheon-ws-13.direct.hickorytech.net [216.114.200.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C43143D39 for ; Tue, 9 Mar 2004 11:15:48 -0800 (PST) (envelope-from drue@therub.org) Received: from drue by therub.org with local (Exim 3.35 #1 (Debian)) id 1B0mhf-0007I6-00 for ; Tue, 09 Mar 2004 13:15:47 -0600 Date: Tue, 9 Mar 2004 13:15:47 -0600 To: freebsd-questions@freebsd.org Message-ID: <20040309191547.GA27057@therub.org> References: <20040309172251.GB13604@therub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040309172251.GB13604@therub.org> User-Agent: Mutt/1.3.28i From: Dan Rue Subject: Re: 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 19:15:50 -0000 On Tue, Mar 09, 2004 at 11:22:51AM -0600, Dan Rue wrote: > 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 Follow-up: LINT mentions that you need to: "Be sure to disable 'cpu I386_CPU' && 'cpu I486_CPU' for SMP kernels." So, I tried that as well, with the same results. Is SMP flaky in 4.9 or something? This is my first SMP build.. dan > > Any ideas? > > tia, > Dan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"