Date: Tue, 8 Oct 2002 16:58:46 +0200 (CEST) From: Soeren Schmidt <sos@spider.deepcore.dk> To: Ceri Davies <setantae@submonkey.net> Cc: freebsd-current@FreeBSD.ORG Subject: Re: booting on Promise tx2 ata100 Message-ID: <200210081458.g98Ewk1Y096234@spider.deepcore.dk> In-Reply-To: <20021008133010.GA26231@submonkey.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210081458.g98Ewk1Y096234>
