diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 21:46:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-06-18 21:46:42 +0000 |
commit | 9e5ceb5bd8d691b1473128174c64d101f290dd99 (patch) | |
tree | 44c613e206225104a275e6b82c834cafc9bbed86 /sys/arch | |
parent | 7f976c165a96163324cee0dc14a56cb772e5a41c (diff) |
this is the sgi disksubr, not some mythical "all mips64 architectures can use it" balony
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/conf/files.mips64 | 3 | ||||
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 3 | ||||
-rw-r--r-- | sys/arch/sgi/sgi/disksubr.c (renamed from sys/arch/mips64/mips64/disksubr.c) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mips64/conf/files.mips64 b/sys/arch/mips64/conf/files.mips64 index b54b74857d2..c70c94557b8 100644 --- a/sys/arch/mips64/conf/files.mips64 +++ b/sys/arch/mips64/conf/files.mips64 @@ -1,6 +1,5 @@ -# $OpenBSD: files.mips64,v 1.7 2005/07/14 02:09:46 uwe Exp $ +# $OpenBSD: files.mips64,v 1.8 2007/06/18 21:46:41 deraadt Exp $ -file arch/mips64/mips64/disksubr.c disk file arch/mips64/mips64/mem.c file arch/mips64/mips64/process_machdep.c file arch/mips64/mips64/sys_machdep.c diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index 9c9e343ff0c..d6404ef02f5 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.11 2007/05/01 18:59:40 miod Exp $ +# $OpenBSD: files.sgi,v 1.12 2007/06/18 21:46:41 deraadt Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -8,6 +8,7 @@ maxusers 2 8 64 # Required files +file arch/sgi/sgi/disksubr.c disk file arch/sgi/sgi/autoconf.c file arch/sgi/sgi/conf.c file arch/sgi/sgi/machdep.c diff --git a/sys/arch/mips64/mips64/disksubr.c b/sys/arch/sgi/sgi/disksubr.c index 33d8eaa73d0..5ab510fecf1 100644 --- a/sys/arch/mips64/mips64/disksubr.c +++ b/sys/arch/sgi/sgi/disksubr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: disksubr.c,v 1.61 2007/06/18 07:09:25 deraadt Exp $ */ +/* $OpenBSD: disksubr.c,v 1.1 2007/06/18 21:46:41 deraadt Exp $ */ /* * Copyright (c) 1999 Michael Shalayeff |