Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Apr 2002 00:01:53 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 9609 for review
Message-ID:  <200204120701.g3C71rF69170@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204120701.g3C71rF69170>