Module Name:    src
Committed By:   macallan
Date:           Tue Oct 21 08:48:20 UTC 2014

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

Log Message:
RADEONFB_MMAP_BARS is no more


To generate a diff of this commit:
cvs rdiff -u -r1.317 -r1.318 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.317 src/sys/arch/macppc/conf/GENERIC:1.318
--- src/sys/arch/macppc/conf/GENERIC:1.317	Fri Sep 19 15:24:24 2014
+++ src/sys/arch/macppc/conf/GENERIC	Tue Oct 21 08:48:20 2014
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.317 2014/09/19 15:24:24 christos Exp $
+# $NetBSD: GENERIC,v 1.318 2014/10/21 08:48:20 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.317 $"
+#ident 		"GENERIC-$Revision: 1.318 $"
 
 maxusers	32
 
@@ -296,7 +296,6 @@ voodoofb*	at pci? function ?	# 3Dfx Vood
 
 # ATI Radeon. Still has problems on some hardware
 radeonfb*	at pci? function ?
-options 	RADEONFB_MMAP_BARS	# allow mmap()ing BARs - needed for X
 
 # generic PCI framebuffer, should work with everything supported by OF
 genfb*		at pci? function ?

Reply via email to