summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-06 21:42:42 +0000
committerjhb <jhb@FreeBSD.org>2002-11-06 21:42:42 +0000
commitbf81d4a7cf81ea4bfe8b0c4b6858e9ca44533172 (patch)
treedf4b3f14bd9d8d693d9139e67a824cd6b0dcb706 /sys/i386/conf
parent7a3b87e1c5d8ccd746e5d96f98290b5adde2ef6e (diff)
downloadFreeBSD-src-bf81d4a7cf81ea4bfe8b0c4b6858e9ca44533172.zip
FreeBSD-src-bf81d4a7cf81ea4bfe8b0c4b6858e9ca44533172.tar.gz
Move the drm code to the i386 MD NOTES file. It can be added to other MD
NOTES files if desired, but this code is not MI on FreeBSD. The Alpha support is Linux specific and does not compile on FreeBSD.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/NOTES20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8094507..c93b281 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -407,6 +407,26 @@ hint.npx.0.irq="13"
device acpi
options ACPI_DEBUG
+# DRM options:
+# gammadrm: 3Dlabs Oxygen GMX 2000
+# mgadrm: AGP Matrox G200, G400, G450, G550
+# tdfxdrm: 3dfx Voodoo 3/4/5 and Banshee
+# r128drm: AGP ATI Rage 128
+# radeondrm: AGP ATI Radeon, including 7200 and 7500
+# DRM_LINUX: include linux compatibility, requires COMPAT_LINUX
+# DRM_DEBUG: inlcude debugging code, very slow
+#
+# mga, r128, and radeon require AGP in the kernel
+
+device gammadrm
+device mgadrm
+device "r128drm"
+device radeondrm
+device tdfxdrm
+
+options DRM_DEBUG
+options DRM_LINUX
+
# M-systems DiskOnchip products see src/sys/contrib/dev/fla/README
device fla
hint.fla.0.at="isa"
OpenPOWER on IntegriCloud