Source-Changes-HG archive

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

[src/riastradh-drm2]: src/sys/arch/amd64/conf Include genfb in NO_DRM kernel ...



details:   https://anonhg.NetBSD.org/src/rev/75b831eb3896
branches:  riastradh-drm2
changeset: 788627:75b831eb3896
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Wed Jan 29 19:46:51 2014 +0000

description:
Include genfb in NO_DRM kernel rather than modularizing.

Modularizing required a bunch of hacks (wscons/genfb/&c. is not ready
for modules) and failed to pull in rasops dependencies, so rasops
never worked correctly.

diffstat:

 sys/arch/amd64/conf/NO_DRM |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 37adc1963e0e -r 75b831eb3896 sys/arch/amd64/conf/NO_DRM
--- a/sys/arch/amd64/conf/NO_DRM        Wed Jan 22 16:40:53 2014 +0000
+++ b/sys/arch/amd64/conf/NO_DRM        Wed Jan 29 19:46:51 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NO_DRM,v 1.1.2.1 2013/07/24 03:53:14 riastradh Exp $
+# $NetBSD: NO_DRM,v 1.1.2.2 2014/01/29 19:46:51 riastradh Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.1.2.1 $"
+#ident                 "GENERIC-$Revision: 1.1.2.2 $"
 
 maxusers       64              # estimated number of users
 
@@ -376,7 +376,7 @@
 options        PMS_SYNAPTICS_TOUCHPAD  # Enable support for Synaptics Touchpads
 options        PMS_ELANTECH_TOUCHPAD   # Enable support for Elantech Touchpads
 #vga*          at pci? dev ? function ?
-#genfb*                at pci? dev ? function ?
+genfb*         at pci? dev ? function ?
 options        VCONS_DRAW_INTR
 #wsdisplay*    at vga? console ?
 wsdisplay*     at wsemuldisplaydev?



Home | Main Index | Thread Index | Old Index