diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-08 22:18:45 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-04-08 22:18:45 +0000 |
commit | 4312b5563741a6a4fe9c2d55248688829a9be09d (patch) | |
tree | 30588e64cdf9c2420d99d41b1c5cf06571e3e49b /sys | |
parent | 41d3aa859474ac82bb5d3ca7b5863d96271008fb (diff) |
Enable option CPU_R4600, verified to work on an R4600PC Indy. The secondary
cache is still not supported yet (needs extra code being worked on, as does
the R5000SC Indy).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP22 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP22 b/sys/arch/sgi/conf/GENERIC-IP22 index d12f0c93ffc..d6e69df34a4 100644 --- a/sys/arch/sgi/conf/GENERIC-IP22 +++ b/sys/arch/sgi/conf/GENERIC-IP22 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP22,v 1.3 2012/04/03 21:54:37 miod Exp $ +# $OpenBSD: GENERIC-IP22,v 1.4 2012/04/08 22:18:44 miod Exp $ # # THIS KERNEL IS FOR INDIGO (IP20), INDY (IP22) AND INDIGO2 (IP24) SYSTEMS ONLY. # @@ -26,11 +26,11 @@ option PAGE_SHIFT="14" # Define what targets to support option TGT_INDIGO # R4x00 Indigo (IP20) -option TGT_INDIGO2 # Indigo2 (IP22/IP26/IP28) +option TGT_INDIGO2 # Indigo2 (IP22) option TGT_INDY # Indy (IP24) option ARCBIOS # mandatory option CPU_R4000 # R4000/R4400 support (IP20/IP22/IP24) -#option CPU_R4600 # R4600 support (IP22/IP24) +option CPU_R4600 # R4600 support (IP22/IP24) option CPU_R5000 # R5000 support (IP24) config bsd swap generic |