mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
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.
This commit is contained in:
parent
8ecdcb3ff3
commit
b180bb1684
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106531
@ -1126,26 +1126,6 @@ options SC_NO_SUSPEND_VTYSWITCH
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
# 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
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user