Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2c2a7ccd9c16
branches:  trunk
changeset: 835525:2c2a7ccd9c16
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Aug 27 16:29:18 2018 +0000

description:
Add amdgpu to i386/ALL.

diffstat:

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

diffs (28 lines):

diff -r c9e5e3f735e7 -r 2c2a7ccd9c16 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Aug 27 16:20:35 2018 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Aug 27 16:29:18 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.449 2018/08/25 20:52:41 rin Exp $
+# $NetBSD: ALL,v 1.450 2018/08/27 16:29:18 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.449 $"
+#ident         "ALL-$Revision: 1.450 $"
 
 maxusers       64              # estimated number of users
 
@@ -600,6 +600,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