From owner-p4-projects Fri Apr 12 0: 2: 0 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AB5E237B419; Fri, 12 Apr 2002 00:01:54 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C243837B416 for ; Fri, 12 Apr 2002 00:01:53 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3C71rF69170 for perforce@freebsd.org; Fri, 12 Apr 2002 00:01:53 -0700 (PDT) (envelope-from peter@freebsd.org) Date: Fri, 12 Apr 2002 00:01:53 -0700 (PDT) Message-Id: <200204120701.g3C71rF69170@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm Subject: PERFORCE change 9609 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=9609 Change 9609 by peter@peter_thunder on 2002/04/12 00:01:20 ok, skimping and sharing an opt file cost me one large recompile. :-] Affected files ... ... //depot/projects/ia64/sys/conf/options.ia64#4 edit ... //depot/projects/ia64/sys/ia64/ia64/machdep.c#26 edit Differences ... ==== //depot/projects/ia64/sys/conf/options.ia64#4 (text+ko) ==== @@ -70,4 +70,4 @@ # Device options DEV_SPLASH opt_splash.h -DEV_ACPICA opt_acpi.h +DEV_ACPICA opt_acpica.h ==== //depot/projects/ia64/sys/ia64/ia64/machdep.c#26 (text+ko) ==== @@ -30,7 +30,7 @@ #include "opt_ddb.h" #include "opt_ski.h" #include "opt_msgbuf.h" -#include "opt_acpi.h" +#include "opt_acpica.h" #if !defined(SKI) && !defined(DEV_ACPICA) #error "You need the SKI option and/or the acpica device" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message