From owner-freebsd-amd64@FreeBSD.ORG Fri Jun 30 19:00:21 2006 Return-Path: X-Original-To: freebsd-amd64@FreeBSD.org Delivered-To: freebsd-amd64@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3403A16A407 for ; Fri, 30 Jun 2006 19:00:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E61E4442D for ; Fri, 30 Jun 2006 19:00:18 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k5UJ0HLZ097007; Fri, 30 Jun 2006 15:00:17 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-amd64@FreeBSD.org, Peter Seebach Date: Fri, 30 Jun 2006 15:00:02 -0400 User-Agent: KMail/1.6.2 References: <200606301823.k5UIN3td022245@guild.plethora.net> In-Reply-To: <200606301823.k5UIN3td022245@guild.plethora.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606301500.04617.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1578/Fri Jun 30 05:34:32 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: SMP system not running SMP X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jun 2006 19:00:21 -0000 On Friday 30 June 2006 02:23 pm, Peter Seebach wrote: > In message , Pete > French writes > > >acd0: setting PIO4 on 8111 chip > >acd0: setting UDMA66 on 8111 chip > >acd0: DVDR drive at ata0 as master > >acd0: read 6890KB/s (6890KB/s) write 8268KB/s (8268KB/s), 8192KB > > buffer, UDMA66 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, > > packet acd0: Writes: CDR, CDRW, DVDR, test write, burnproof > >acd0: Audio: play, 256 volume levels > >acd0: Mechanism: ejectable tray, unlocked > >acd0: Medium: no/blank disc > >Waiting 5 seconds for SCSI devices to settle > > The only significant difference is, on my system, "Waiting 5 > seconds" comes BEFORE the acd0 messages. > > (Actually, I get some weird sequencer errors from ahd0, but they're > much earlier and seem to get corrected. And, since you don't have > them, they aren't what's causing the problem.) I had weird issues with floppy drive recently. For certain platforms, it hangs at the same point. Try disabling floppy controller from BIOS if you don't need it. If the BIOS doesn't have the option, try removing 'device fdc' from kernel configuration. Jung-uk Kim