diff options
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/Makefile.sgi | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index 32a0007b4d2..4c5775bcfbc 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.5 2004/08/10 13:47:45 pefo Exp $ +# $OpenBSD: GENERIC,v 1.6 2004/08/10 19:08:17 deraadt Exp $ # machine sgi mips64 @@ -9,7 +9,7 @@ maxusers 32 # Make options #makeoption ISALEV="-mips3 -mlong64 -fno-builtin" -makeoption ISALEV="-mips2 -D_MIPS_ISA=_MIPS_ISA_MIPS2" +makeoption ISALEV="-mips2 -D_MIPS_ISA=_MIPS_ISA_MIPS2" makeoption ENDIAN="-EB" # MD options diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi index 433f4b2ff18..b2ebf40cf22 100644 --- a/sys/arch/sgi/conf/Makefile.sgi +++ b/sys/arch/sgi/conf/Makefile.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sgi,v 1.2 2004/08/08 11:56:13 pefo Exp $ +# $OpenBSD: Makefile.sgi,v 1.3 2004/08/10 19:08:17 deraadt Exp $ # Makefile for OpenBSD # @@ -122,7 +122,7 @@ newvers: clean:: rm -f eddep bsd bsd.gdb bsd.ecoff tags *.o locore.i [a-z]*.s \ - Errs errs linterrs makelinks + Errs errs linterrs makelinks lint: /tmp param.c @lint -hbxn -DGENERIC -Dvolatile= ${COPTS} ${PARAM} -UKGDB \ diff --git a/sys/arch/sgi/conf/RAMDISK b/sys/arch/sgi/conf/RAMDISK index 55757e1d383..343818a00fc 100644 --- a/sys/arch/sgi/conf/RAMDISK +++ b/sys/arch/sgi/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2004/08/10 13:47:45 pefo Exp $ +# $OpenBSD: RAMDISK,v 1.5 2004/08/10 19:08:18 deraadt Exp $ # machine sgi mips64 @@ -70,7 +70,7 @@ com0 at macebus0 sys 0x18 base 0x00390000 irq 5 com1 at macebus0 sys 0x18 base 0x00398000 irq 5 #### PCI Bus -macepcibr0 at macebus0 # MACE controller PCI Bus bridge. +macepcibr0 at macebus0 # MACE controller PCI Bus bridge. pci* at macepcibr? # PCI is on pci bridge #### SCSI controllers diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index 23efacfd89b..2caff721db0 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.2 2004/08/10 07:30:56 mickey Exp $ +# $OpenBSD: files.sgi,v 1.3 2004/08/10 19:08:18 deraadt Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -19,7 +19,7 @@ file arch/sgi/dev/wscons_machdep.c wsdisplay include "dev/mii/files.mii" # -# Machine-independent ATAPI drivers +# Machine-independent ATAPI drivers # include "dev/atapiscsi/files.atapiscsi" |