Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jul 2006 09:18:23 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 102539 for review
Message-ID:  <200607270918.k6R9IN0x055524@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102539

Change 102539 by gonzo@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



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