summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-11-14 00:20:27 +0000
committerimp <imp@FreeBSD.org>2005-11-14 00:20:27 +0000
commit893249d3c303736c5ed9da6e2914799ca56bbd42 (patch)
treee9f2a6339335241cc6bf5a5ca99cbb7d2623c020 /sys
parent7e399ad83e58f9f1b7d9aeb757e64638ea26590b (diff)
downloadFreeBSD-src-893249d3c303736c5ed9da6e2914799ca56bbd42.zip
FreeBSD-src-893249d3c303736c5ed9da6e2914799ca56bbd42.tar.gz
Add xbox associated options/devices to LINT.
Submitted by: Rink P.W. Springer
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/NOTES17
1 files changed, 17 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 89f6132..17d1f99 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -216,6 +216,23 @@ options NPX_DEBUG # enable npx debugging
#
options PERFMON
+#
+# XBOX causes the kernel to be bootable on the Microsoft XBox console system.
+# The resulting kernel will auto-detect whether it is being booted on a XBox,
+# so kernels compiled with this option will also work on an ordinary PC.
+# This option require I686_CPU.
+#
+# xboxfb includes support for the XBox frame buffer device. It is fully USB-
+# keyboard aware, and will only be used if an xbox is detected. This option
+# (obviously) requires XBOX support in your kernel.
+#
+# NOTE: xboxfb currently conflicts with syscons(4); if you have an XBOX and
+# include both in your kernel; you will not get any video output. Ordinary
+# PC's do not suffer from this.
+#
+options XBOX
+device xboxfb
+
#####################################################################
# NETWORKING OPTIONS
OpenPOWER on IntegriCloud