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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to