diff options
author | marius <marius@FreeBSD.org> | 2010-05-02 19:38:17 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2010-05-02 19:38:17 +0000 |
commit | 630328c1b513925136fa49a9af3f323f4a7d53c9 (patch) | |
tree | b933ba8d8d44204848615024c83b80501df01e6d /sys/conf | |
parent | 071496a9c757550fc1834fc2cbdd8d6d142ca23b (diff) | |
download | FreeBSD-src-630328c1b513925136fa49a9af3f323f4a7d53c9.zip FreeBSD-src-630328c1b513925136fa49a9af3f323f4a7d53c9.tar.gz |
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.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files.sparc64 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |