From 630328c1b513925136fa49a9af3f323f4a7d53c9 Mon Sep 17 00:00:00 2001 From: marius Date: Sun, 2 May 2010 19:38:17 +0000 Subject: Add support for SPARC64 V (and where it already makes sense for other HAL/Fujitsu) CPUs. For the most part this consists of fleshing out the MMU and cache handling, it doesn't add pmap optimizations possible with these CPU, yet, though. With these changes FreeBSD runs stable on Fujitsu Siemens PRIMEPOWER 250 and likely also other models based on SPARC64 V like 450, 650 and 850. Thanks go to Michael Moll for providing access to a PRIMEPOWER 250. --- sys/conf/files.sparc64 | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf') diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64 index 63ee2c5..3a0620a 100644 --- a/sys/conf/files.sparc64 +++ b/sys/conf/files.sparc64 @@ -138,3 +138,4 @@ sparc64/sparc64/tsb.c standard sparc64/sparc64/uio_machdep.c standard sparc64/sparc64/upa.c optional creator sparc64/sparc64/vm_machdep.c standard +sparc64/sparc64/zeus.c standard -- cgit v1.1