From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 19 08:00:12 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CA2D16A4C5 for ; Wed, 19 Dec 2007 08:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7449F13C474 for ; Wed, 19 Dec 2007 08:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id lBJ80BMV010495 for ; Wed, 19 Dec 2007 08:00:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id lBJ80BUt010494; Wed, 19 Dec 2007 08:00:11 GMT (envelope-from gnats) Date: Wed, 19 Dec 2007 08:00:11 GMT Message-Id: <200712190800.lBJ80BUt010494@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "David Naylor" Cc: Subject: Re: kern/118842: Boot failure with apic enabled (FreeBSD 7) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Naylor List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2007 08:00:12 -0000 The following reply was made to PR kern/118842; it has been noted by GNATS. From: "David Naylor" To: bug-followup@freebsd.org Cc: Subject: Re: kern/118842: Boot failure with apic enabled (FreeBSD 7) Date: Wed, 19 Dec 2007 09:53:55 +0200 Hi, The problem is worse with amd64 kernel. Same symtoms with apic enabled however with apic disabled the system is unable to find any hard drives (or DVD ROMS) and thus the work around for i386 does not work... The boot messages indicate that with apic disabled the kernel is unable to allocate IRQ's for ata[0-4] devices. Is this expected? Since ata0 is having the problems (ata[1-4] appear to 'work' fine except no devices are found, there are some) could a potential work around be moving the two hard drives to the 3rd and 4th SATA ports (they are currently on 1st and 2nd)? Have a good festive season David