Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Copy NO_DRM and DRMKMS kernels for i386.



details:   https://anonhg.NetBSD.org/src/rev/63bf7d40eeb3
branches:  trunk
changeset: 328462:63bf7d40eeb3
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Thu Apr 03 19:18:51 2014 +0000

description:
Copy NO_DRM and DRMKMS kernels for i386.

diffstat:

 sys/arch/i386/conf/DRMKMS |  10 ++++++++++
 sys/arch/i386/conf/NO_DRM |  11 +++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r a77e3dd62553 -r 63bf7d40eeb3 sys/arch/i386/conf/DRMKMS
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/DRMKMS Thu Apr 03 19:18:51 2014 +0000
@@ -0,0 +1,10 @@
+include "arch/i386/conf/NO_DRM"
+
+drmkms*        at drmkmsbus?
+i915drmkms*    at pci? dev ? function ?
+
+no options     DIAGNOSTIC
+options        DIAGNOSTIC      # expensive kernel consistency check
+options        DEBUG           # expensive debugging checks/support
+options        LOCKDEBUG       # debug locks
+makeoptions    DEBUG="-g"      # compile full symbol table
diff -r a77e3dd62553 -r 63bf7d40eeb3 sys/arch/i386/conf/NO_DRM
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/i386/conf/NO_DRM Thu Apr 03 19:18:51 2014 +0000
@@ -0,0 +1,11 @@
+include "arch/i386/conf/GENERIC"
+
+no i915drm*    at drm?
+no mach64drm*  at drm?
+no mgadrm*     at drm?
+no r128drm*    at drm?
+no radeondrm*  at drm?
+no savagedrm*  at drm?
+no sisdrm*     at drm?
+no tdfxdrm*    at drm?
+no viadrm*     at drm?



Home | Main Index | Thread Index | Old Index