From owner-freebsd-bugs@FreeBSD.ORG Sun Feb 4 12:59:28 2007 Return-Path: X-Original-To: bugs@freebsd.org Delivered-To: freebsd-bugs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1C85916A407 for ; Sun, 4 Feb 2007 12:59:28 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.freebsd.org (Postfix) with ESMTP id 9B11613C49D for ; Sun, 4 Feb 2007 12:59:27 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe01.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 383417642 for bugs@freebsd.org; Sun, 04 Feb 2007 13:59:25 +0100 From: Hans Petter Selasky To: bugs@freebsd.org User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Disposition: inline Date: Sun, 4 Feb 2007 13:59:03 +0100 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200702041359.03981.hselasky@c2i.net> Cc: Subject: kern/75875: [burncd]: acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 error=4 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 12:59:28 -0000 > Maybe not exactly the same error, but I get the following on a brand new > laptop from HP: > > acd0: DVDR at ata1-master PIO4 > > acd0: FAILURE - READ_BIG ILLEGAL REQUEST asc=0x64 ascq=0x00 > > And then the FreeSBIE 2.0 CD stops booting. > The problem doesn't seem to be related to the CD. Adding the following to the boot hints solved the problem: hint.apic.0.disabled="1" --HPS