diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-12-31 11:42:44 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-12-31 11:42:44 +0000 |
commit | 5cb6f8c375209885c4063d6b91458743432837a5 (patch) | |
tree | 03dedfc04461f5c028a9cd39e90b96474add709e /sys/arch/sgi | |
parent | 7d9aba780256e4d540e2c9d7df6d445c4bd63fe2 (diff) |
Move wscons_machdep.c to it's rightful location. This brings OpenBSD/sgi
inline with all other architectures.
ok miod@
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/conf/files.sgi | 4 | ||||
-rw-r--r-- | sys/arch/sgi/sgi/wscons_machdep.c (renamed from sys/arch/sgi/dev/wscons_machdep.c) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/conf/files.sgi b/sys/arch/sgi/conf/files.sgi index b069e5e4d2a..16e6e00c067 100644 --- a/sys/arch/sgi/conf/files.sgi +++ b/sys/arch/sgi/conf/files.sgi @@ -1,4 +1,4 @@ -# $OpenBSD: files.sgi,v 1.17 2007/12/18 08:29:02 jasper Exp $ +# $OpenBSD: files.sgi,v 1.18 2007/12/31 11:42:43 jsing Exp $ # # maxpartitions must be first item in files.${ARCH} # @@ -15,7 +15,7 @@ file arch/sgi/sgi/conf.c file arch/sgi/sgi/machdep.c file arch/sgi/sgi/mutex.c file arch/sgi/sgi/sginode.c tgt_origin200 | tgt_origin2000 -file arch/sgi/dev/wscons_machdep.c wsdisplay +file arch/sgi/sgi/wscons_machdep.c wsdisplay # # Media Indepedent Interface (mii) diff --git a/sys/arch/sgi/dev/wscons_machdep.c b/sys/arch/sgi/sgi/wscons_machdep.c index e5142925404..43e9acfb6dd 100644 --- a/sys/arch/sgi/dev/wscons_machdep.c +++ b/sys/arch/sgi/sgi/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.6 2007/12/14 16:16:28 jsing Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.1 2007/12/31 11:42:43 jsing Exp $ */ /* * Copyright (c) 2001 Aaron Campbell |