Module Name:    src
Committed By:   maya
Date:           Tue Jan  1 08:09:30 UTC 2019

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

Log Message:
Add commented out amdgpu.

(Builds, untested on hardware)


To generate a diff of this commit:
cvs rdiff -u -r1.514 -r1.515 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.514 src/sys/arch/amd64/conf/GENERIC:1.515
--- src/sys/arch/amd64/conf/GENERIC:1.514	Tue Dec 25 11:56:14 2018
+++ src/sys/arch/amd64/conf/GENERIC	Tue Jan  1 08:09:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.514 2018/12/25 11:56:14 mlelstv Exp $
+# $NetBSD: GENERIC,v 1.515 2019/01/01 08:09:30 maya Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.514 $"
+#ident		"GENERIC-$Revision: 1.515 $"
 
 maxusers	64		# estimated number of users
 
@@ -436,6 +436,9 @@ intelfb*	at intelfbbus?
 radeon* 	at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
+#amdgpu*	at pci? dev ? function ?
+#amdgpufb*	at amdgpufbbus?
+
 nouveau*	at pci? dev ? function ?
 nouveaufb*	at nouveaufbbus?
 

Reply via email to