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 commented out amdgpu.



details:   https://anonhg.NetBSD.org/src/rev/e43f22bd270f
branches:  trunk
changeset: 447127:e43f22bd270f
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Jan 01 08:09:30 2019 +0000

description:
Add commented out amdgpu.

(Builds, untested on hardware)

diffstat:

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

diffs (28 lines):

diff -r 27b408de4145 -r e43f22bd270f sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Tue Jan 01 08:07:47 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Tue Jan 01 08:09:30 2019 +0000
@@ -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 @@
 
 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 @@
 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