Module Name: src
Committed By: riastradh
Date: Mon Aug 27 16:30:51 UTC 2018
Modified Files:
src/sys/arch/amd64/conf: ALL
Log Message:
Add amdgpu to amd64/ALL.
To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/amd64/conf/ALL
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/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.99 src/sys/arch/amd64/conf/ALL:1.100
--- src/sys/arch/amd64/conf/ALL:1.99 Sat Aug 25 20:52:40 2018
+++ src/sys/arch/amd64/conf/ALL Mon Aug 27 16:30:51 2018
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.99 2018/08/25 20:52:40 rin Exp $
+# $NetBSD: ALL,v 1.100 2018/08/27 16:30:51 riastradh Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.99 $"
+#ident "ALL-$Revision: 1.100 $"
maxusers 64 # estimated number of users
@@ -515,6 +515,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?