Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Disable amdgpu as it uses floating point arithmetic...



details:   https://anonhg.NetBSD.org/src/rev/5648667d22fc
branches:  trunk
changeset: 1029150:5648667d22fc
user:      hannken <hannken%NetBSD.org@localhost>
date:      Thu Dec 23 17:13:13 2021 +0000

description:
Disable amdgpu as it uses floating point arithmetics and subr_kcov
doesnt handle it.

Ok: riastradh@

diffstat:

 sys/arch/amd64/conf/ALL |  9 +++++----
 sys/arch/i386/conf/ALL  |  9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r aef13553bea9 -r 5648667d22fc sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Thu Dec 23 17:11:41 2021 +0000
+++ b/sys/arch/amd64/conf/ALL   Thu Dec 23 17:13:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.168 2021/11/25 02:36:35 ryo Exp $
+# $NetBSD: ALL,v 1.169 2021/12/23 17:13:13 hannken 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.168 $"
+#ident         "ALL-$Revision: 1.169 $"
 
 maxusers       64              # estimated number of users
 
@@ -530,8 +530,9 @@
 radeon*        at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
-amdgpu*        at pci? dev ? function ?
-amdgpufb*      at amdgpufbbus?
+# XXX disable amdgpu as it uses floating point arithmetics unsupported by KCOV.
+#amdgpu*       at pci? dev ? function ?
+#amdgpufb*     at amdgpufbbus?
 
 nouveau*       at pci? dev ? function ?
 nouveaufb*     at nouveaufbbus?
diff -r aef13553bea9 -r 5648667d22fc sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Thu Dec 23 17:11:41 2021 +0000
+++ b/sys/arch/i386/conf/ALL    Thu Dec 23 17:13:13 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.499 2021/06/29 10:22:36 nia Exp $
+# $NetBSD: ALL,v 1.500 2021/12/23 17:13:13 hannken 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.499 $"
+#ident         "ALL-$Revision: 1.500 $"
 
 maxusers       64              # estimated number of users
 
@@ -605,8 +605,9 @@
 radeon*        at pci? dev ? function ?
 radeondrmkmsfb* at radeonfbbus?
 
-amdgpu*        at pci? dev ? function ?
-amdgpufb*      at amdgpufbbus?
+# XXX disable amdgpu as it uses floating point arithmetics.
+#amdgpu*       at pci? dev ? function ?
+#amdgpufb*     at amdgpufbbus?
 
 nouveau*       at pci? dev ? function ?
 nouveaufb*     at nouveaufbbus?



Home | Main Index | Thread Index | Old Index