PERFORCE change 102539 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Thu Jul 27 09:18:24 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102539

Change 102539 by gonzo at gonzo_hq on 2006/07/27 09:17:34

	o There is no ACPI for MIPS devices.
	o MACHINE/MACHINE_ARCH changes from amd64 to mips.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/param.h#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/param.h#2 (text+ko) ====

@@ -66,17 +66,16 @@
 
 #ifndef _NO_NAMESPACE_POLLUTION
 
-#define __HAVE_ACPI
 #define __PCI_REROUTE_INTERRUPT
 
 #ifndef _MACHINE_PARAM_H_
 #define	_MACHINE_PARAM_H_
 
 #ifndef MACHINE
-#define	MACHINE		"amd64"
+#define	MACHINE		"mips"
 #endif
 #ifndef MACHINE_ARCH
-#define	MACHINE_ARCH	"amd64"
+#define	MACHINE_ARCH	"mips"
 #endif
 
 #ifdef SMP


More information about the p4-projects mailing list