summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-11-24 01:56:46 +0000
committerkmacy <kmacy@FreeBSD.org>2006-11-24 01:56:46 +0000
commitcceb584eb3c30510c29dc942777634c05bbd9434 (patch)
tree089afbeb72a0949952f927f63448aac057edf0d0 /sys
parent9b41c97e919c599add63de6b22acbb6f0ce477ed (diff)
downloadFreeBSD-src-cceb584eb3c30510c29dc942777634c05bbd9434.zip
FreeBSD-src-cceb584eb3c30510c29dc942777634c05bbd9434.tar.gz
move CDDL licensed machine description support routine files to cddl directory
update files.sun4v accordingly
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.sun4v18
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_diff.c (renamed from sys/sun4v/mdesc/mdesc_diff.c)2
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_findname.c (renamed from sys/sun4v/mdesc/mdesc_findname.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_findnodeprop.c (renamed from sys/sun4v/mdesc/mdesc_findnodeprop.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_fini.c (renamed from sys/sun4v/mdesc/mdesc_fini.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_getbinsize.c (renamed from sys/sun4v/mdesc/mdesc_getbinsize.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_getgen.c (renamed from sys/sun4v/mdesc/mdesc_getgen.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_getpropdata.c (renamed from sys/sun4v/mdesc/mdesc_getpropdata.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_getpropstr.c (renamed from sys/sun4v/mdesc/mdesc_getpropstr.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_getpropval.c (renamed from sys/sun4v/mdesc/mdesc_getpropval.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_init_intern.c (renamed from sys/sun4v/mdesc/mdesc_init_intern.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_nodecount.c (renamed from sys/sun4v/mdesc/mdesc_nodecount.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_rootnode.c (renamed from sys/sun4v/mdesc/mdesc_rootnode.c)0
-rw-r--r--sys/sun4v/cddl/mdesc/mdesc_scandag.c (renamed from sys/sun4v/mdesc/mdesc_scandag.c)0
14 files changed, 10 insertions, 10 deletions
diff --git a/sys/conf/files.sun4v b/sys/conf/files.sun4v
index d073b66..ea9c8f0 100644
--- a/sys/conf/files.sun4v
+++ b/sys/conf/files.sun4v
@@ -72,7 +72,7 @@ sun4v/sun4v/mp_exception.S optional smp
sun4v/sun4v/mp_locore.S optional smp
sun4v/sun4v/mp_machdep.c optional smp
sun4v/sun4v/nexus.c standard
-sun4v/sun4v/t1_copy.S standard
+sun4v/cddl/t1_copy.S standard
sparc64/sparc64/ofw_bus.c standard
sparc64/sparc64/ofw_machdep.c standard
sun4v/sun4v/pmap.c standard
@@ -94,15 +94,15 @@ sun4v/sun4v/vnex.c standard
sun4v/mdesc/mdesc_bus_if.m standard
-sun4v/mdesc/mdesc_scandag.c standard
sun4v/mdesc/mdesc_init.c standard
-sun4v/mdesc/mdesc_init_intern.c standard
sun4v/mdesc/mdesc_subr.c standard
sun4v/mdesc/mdesc_bus_subr.c standard
-sun4v/mdesc/mdesc_getpropstr.c standard
-sun4v/mdesc/mdesc_getpropval.c standard
-sun4v/mdesc/mdesc_rootnode.c standard
-sun4v/mdesc/mdesc_findname.c standard
-sun4v/mdesc/mdesc_nodecount.c standard
-sun4v/mdesc/mdesc_findnodeprop.c standard
+sun4v/cddl/mdesc/mdesc_findname.c standard
+sun4v/cddl/mdesc/mdesc_getpropstr.c standard
+sun4v/cddl/mdesc/mdesc_getpropval.c standard
+sun4v/cddl/mdesc/mdesc_init_intern.c standard
+sun4v/cddl/mdesc/mdesc_nodecount.c standard
+sun4v/cddl/mdesc/mdesc_findnodeprop.c standard
+sun4v/cddl/mdesc/mdesc_rootnode.c standard
+sun4v/cddl/mdesc/mdesc_scandag.c standard
sun4v/mdesc/mdesc_vdevfindval.c standard
diff --git a/sys/sun4v/mdesc/mdesc_diff.c b/sys/sun4v/cddl/mdesc/mdesc_diff.c
index 115016e..4bd2334 100644
--- a/sys/sun4v/mdesc/mdesc_diff.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_diff.c
@@ -17,7 +17,7 @@
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
- * $FreeBSD$
+ * $FreeBSD$
*/
/*
diff --git a/sys/sun4v/mdesc/mdesc_findname.c b/sys/sun4v/cddl/mdesc/mdesc_findname.c
index c961619..c961619 100644
--- a/sys/sun4v/mdesc/mdesc_findname.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_findname.c
diff --git a/sys/sun4v/mdesc/mdesc_findnodeprop.c b/sys/sun4v/cddl/mdesc/mdesc_findnodeprop.c
index 558b976..558b976 100644
--- a/sys/sun4v/mdesc/mdesc_findnodeprop.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_findnodeprop.c
diff --git a/sys/sun4v/mdesc/mdesc_fini.c b/sys/sun4v/cddl/mdesc/mdesc_fini.c
index ff32ce8..ff32ce8 100644
--- a/sys/sun4v/mdesc/mdesc_fini.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_fini.c
diff --git a/sys/sun4v/mdesc/mdesc_getbinsize.c b/sys/sun4v/cddl/mdesc/mdesc_getbinsize.c
index c3e2386..c3e2386 100644
--- a/sys/sun4v/mdesc/mdesc_getbinsize.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_getbinsize.c
diff --git a/sys/sun4v/mdesc/mdesc_getgen.c b/sys/sun4v/cddl/mdesc/mdesc_getgen.c
index 7d1ad51..7d1ad51 100644
--- a/sys/sun4v/mdesc/mdesc_getgen.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_getgen.c
diff --git a/sys/sun4v/mdesc/mdesc_getpropdata.c b/sys/sun4v/cddl/mdesc/mdesc_getpropdata.c
index 199a436..199a436 100644
--- a/sys/sun4v/mdesc/mdesc_getpropdata.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_getpropdata.c
diff --git a/sys/sun4v/mdesc/mdesc_getpropstr.c b/sys/sun4v/cddl/mdesc/mdesc_getpropstr.c
index 61f9c30..61f9c30 100644
--- a/sys/sun4v/mdesc/mdesc_getpropstr.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_getpropstr.c
diff --git a/sys/sun4v/mdesc/mdesc_getpropval.c b/sys/sun4v/cddl/mdesc/mdesc_getpropval.c
index 3a17d5c..3a17d5c 100644
--- a/sys/sun4v/mdesc/mdesc_getpropval.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_getpropval.c
diff --git a/sys/sun4v/mdesc/mdesc_init_intern.c b/sys/sun4v/cddl/mdesc/mdesc_init_intern.c
index dd5973e..dd5973e 100644
--- a/sys/sun4v/mdesc/mdesc_init_intern.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_init_intern.c
diff --git a/sys/sun4v/mdesc/mdesc_nodecount.c b/sys/sun4v/cddl/mdesc/mdesc_nodecount.c
index 1c0376d..1c0376d 100644
--- a/sys/sun4v/mdesc/mdesc_nodecount.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_nodecount.c
diff --git a/sys/sun4v/mdesc/mdesc_rootnode.c b/sys/sun4v/cddl/mdesc/mdesc_rootnode.c
index 2e4437a..2e4437a 100644
--- a/sys/sun4v/mdesc/mdesc_rootnode.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_rootnode.c
diff --git a/sys/sun4v/mdesc/mdesc_scandag.c b/sys/sun4v/cddl/mdesc/mdesc_scandag.c
index 4d7716a..4d7716a 100644
--- a/sys/sun4v/mdesc/mdesc_scandag.c
+++ b/sys/sun4v/cddl/mdesc/mdesc_scandag.c
OpenPOWER on IntegriCloud