Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add amdgpu to amd64/ALL.



details:   https://anonhg.NetBSD.org/src/rev/b74c96e46072
branches:  trunk
changeset: 364913:b74c96e46072
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 16:30:51 2018 +0000

description:
Add amdgpu to amd64/ALL.

diffstat:

 sys/arch/amd64/conf/ALL |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r f6382ca9a03b -r b74c96e46072 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Mon Aug 27 16:29:18 2018 +0000
+++ b/sys/arch/amd64/conf/ALL   Mon Aug 27 16:30:51 2018 +0000
@@ -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 @@
 
 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 @@
 radeon*        at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
+amdgpu*        at pci? dev ? function ?
+amdgpufb*      at amdgpufbbus?
+
 nouveau*       at pci? dev ? function ?
 nouveaufb*     at nouveaufbbus?
 



Home | Main Index | Thread Index | Old Index