From owner-freebsd-current Tue Oct 8 7:58:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 457EB37B401 for ; Tue, 8 Oct 2002 07:58:49 -0700 (PDT) Received: from spider.deepcore.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E45343E42 for ; Tue, 8 Oct 2002 07:58:47 -0700 (PDT) (envelope-from sos@spider.deepcore.dk) Received: (from sos@localhost) by spider.deepcore.dk (8.12.5/8.12.6) id g98Ewk1Y096234; Tue, 8 Oct 2002 16:58:46 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200210081458.g98Ewk1Y096234@spider.deepcore.dk> Subject: Re: booting on Promise tx2 ata100 In-Reply-To: <20021008133010.GA26231@submonkey.net> To: Ceri Davies Date: Tue, 8 Oct 2002 16:58:46 +0200 (CEST) Cc: freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Ceri Davies wrote: > > > If you relocate your disk you might need to adjust fstab. > > It seems disks are addressed absolutely in FreeBSD. Only if you have "option ATA_STATIC_ID" in your kernel config. > No, I'm talking about a panic just after probing SMBus. This patch solves this problem, however I have no idea if that is the right fix for the ACPI code... Index: acpi.c =================================================================== RCS file: /home/ncvs/src/sys/dev/acpica/acpi.c,v retrieving revision 1.75 diff -u -r1.75 acpi.c --- acpi.c 6 Sep 2002 17:01:06 -0000 1.75 +++ acpi.c 8 Oct 2002 14:45:21 -0000 @@ -575,6 +575,8 @@ break; /* ISA compatibility */ + case ISA_IVAR_MADDR: + case ISA_IVAR_IRQ: case ISA_IVAR_VENDORID: case ISA_IVAR_SERIAL: case ISA_IVAR_COMPATID: -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message