summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-11-18 11:18:59 +0000
committerjchandra <jchandra@FreeBSD.org>2011-11-18 11:18:59 +0000
commit63a97a16ab2f144d93609c7f04e1246a4cce3e68 (patch)
treef5fa43e4cf004cf337edb482124e7e729859a626 /sys/mips/nlm
parentca5fb38b664c0bb72c0edabcdf62e5049fce92fb (diff)
downloadFreeBSD-src-63a97a16ab2f144d93609c7f04e1246a4cce3e68.zip
FreeBSD-src-63a97a16ab2f144d93609c7f04e1246a4cce3e68.tar.gz
Rearrange XLP configuration files.
Create std.XLP for configuration options, which is included by the conf files. The files XLP, XLPN32 and XLP64 will have mostly ABI related options. Also move uart and pci to mips/nlm/std.xlp since all XLP configurations needs these devices. Obtained from: prabhath at netlogicmicro com (intial version)
Diffstat (limited to 'sys/mips/nlm')
-rw-r--r--sys/mips/nlm/std.xlp3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mips/nlm/std.xlp b/sys/mips/nlm/std.xlp
index 01c9245..cef006b 100644
--- a/sys/mips/nlm/std.xlp
+++ b/sys/mips/nlm/std.xlp
@@ -2,3 +2,6 @@
files "../nlm/files.xlp"
cpu CPU_NLM
+# Devices needed always
+device uart
+device pci
OpenPOWER on IntegriCloud