NetBSD src

Check-in [81d02d75a6]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Disable amdgpu as it uses floating point arithmetics and subr_kcov doesnt handle it. Ok: riastradh@
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 81d02d75a6a4ae9e8545cc20b6f9730837bc363b90d104eb05d2bddf8930f2fb
User & Date: hannken 2021-12-23 17:13:13
Context
2021-12-23
20:08
remove extra C in OBJCOPTS (from Anon Ymous) check-in: bc27b729e1 user: christos tags: trunk
17:13
Disable amdgpu as it uses floating point arithmetics and subr_kcov doesnt handle it. Ok: riastradh@ check-in: 81d02d75a6 user: hannken tags: trunk
17:11
Initialize crtc_state to suppress false warning it may be used uninitialized. Ok: riastradh@ check-in: 26ff68f6b0 user: hannken tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to sys/arch/amd64/conf/ALL.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: ALL,v 1.168 2021/11/25 02:36:35 ryo Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
#
# This machine description includes all devices and options and it is
# used to compile-test the source and does not necessarily produce a
# bootable or useful kernel.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

include 	"arch/amd64/conf/std.amd64"

options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

#ident		"ALL-$Revision: 1.168 $"

maxusers	64		# estimated number of users

makeoptions	USE_SSP=yes

# CPU-related options.
options 	USER_LDT	# User-settable LDT, used by Wine
|


















|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $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
#
# This machine description includes all devices and options and it is
# used to compile-test the source and does not necessarily produce a
# bootable or useful kernel.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

include 	"arch/amd64/conf/std.amd64"

options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

#ident		"ALL-$Revision: 1.169 $"

maxusers	64		# estimated number of users

makeoptions	USE_SSP=yes

# CPU-related options.
options 	USER_LDT	# User-settable LDT, used by Wine
526
527
528
529
530
531
532

533
534
535
536
537
538
539
540
541
# DRMKMS drivers
i915drmkms*	at pci? dev ? function ?
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?

# DRMUMS drivers
viadrmums*	at drm?








>
|
|







526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
# DRMKMS drivers
i915drmkms*	at pci? dev ? function ?
intelfb*	at intelfbbus?

radeon* 	at pci? dev ? function ?
radeondrmkmsfb* at radeonfbbus?

# 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?

# DRMUMS drivers
viadrmums*	at drm?

Changes to sys/arch/i386/conf/ALL.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: ALL,v 1.499 2021/06/29 10:22:36 nia Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
#
# This machine description includes all devices and options and it is
# used to compile-test the source and does not necessarily produce a
# bootable or useful kernel.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

include 	"arch/i386/conf/std.i386"

options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

#ident		"ALL-$Revision: 1.499 $"

maxusers	64		# estimated number of users

makeoptions	USE_SSP=yes

# CPU-related options.
options 	USER_LDT	# user-settable LDT; used by WINE
|


















|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $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
#
# This machine description includes all devices and options and it is
# used to compile-test the source and does not necessarily produce a
# bootable or useful kernel.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page.  For further information about kernel options
# for this architecture, see the options(4) man page.  For an explanation
# of each device driver in this file see the section 4 man page for the
# device.

include 	"arch/i386/conf/std.i386"

options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary

#ident		"ALL-$Revision: 1.500 $"

maxusers	64		# estimated number of users

makeoptions	USE_SSP=yes

# CPU-related options.
options 	USER_LDT	# user-settable LDT; used by WINE
601
602
603
604
605
606
607

608
609
610
611
612
613
614
615
616
# DRMKMS drivers
i915drmkms*	at pci? dev ? function ?
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?

# DRMUMS drivers
viadrmums*	at drm?








>
|
|







601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
# DRMKMS drivers
i915drmkms*	at pci? dev ? function ?
intelfb*	at intelfbbus?

radeon* 	at pci? dev ? function ?
radeondrmkmsfb* at radeonfbbus?

# 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?

# DRMUMS drivers
viadrmums*	at drm?