From owner-freebsd-stable@FreeBSD.ORG Sun Mar 6 18:01:54 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73DB016A4CE for ; Sun, 6 Mar 2005 18:01:54 +0000 (GMT) Received: from voodoo.oberon.net (voodoo.oberon.net [212.118.165.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id E70FD43D64 for ; Sun, 6 Mar 2005 18:01:53 +0000 (GMT) (envelope-from igor@doom.homeunix.org) Received: from dialup84119-245.ip.peterstar.net ([84.204.119.245] helo=doom.homeunix.org) by voodoo.oberon.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.50 (FreeBSD)) id 1D804Q-000JpV-0h for freebsd-stable@freebsd.org; Sun, 06 Mar 2005 19:01:54 +0100 Received: from doom.homeunix.org (localhost [127.0.0.1]) by doom.homeunix.org (8.13.3/8.13.3) with ESMTP id j26HxsqA001970 for ; Sun, 6 Mar 2005 20:59:56 +0300 (MSK) (envelope-from igor@doom.homeunix.org) Received: (from igor@localhost) by doom.homeunix.org (8.13.3/8.13.3/Submit) id j26G3QX5003961 for freebsd-stable@freebsd.org; Sun, 6 Mar 2005 19:03:26 +0300 (MSK) (envelope-from igor) Date: Sun, 6 Mar 2005 19:03:26 +0300 From: Igor Pokrovsky To: freebsd-stable@freebsd.org Message-ID: <20050306160326.GA661@doom.homeunix.org> Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: fdc init fail with ACPI enabled X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 18:01:54 -0000 Hi, When building kernel with both acpica and fdc at boot time I'm getting: fdc0: cannot reserve I/O port range Without acpica compiled into kernel fdc detects perfectly fine. fdc is defined in kernel config as follows (same as in GENERIC): device fdc0 at isa? port IO_FD1 irq 6 drq 2 device fd0 at fdc0 drive 0 Probably I should specify different port range for fdc... In this case what range? Any ideas? P.S. 4.11-STABLE i386 FreeBSD built on Sun Mar 6 18:38:35 MSK 2005. -ip -- After all is said and done, a hell of a lot more is said than done