The NetBSD Project

CVS log for src/distrib/sets/lists/debug/module.md.amd64

[BACK] Up to [cvs.NetBSD.org] / src / distrib / sets / lists / debug

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 21 02:36:01 2024 UTC (8 days, 6 hours ago) by riastradh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

acpihed(4): New driver for PNP0C33 to notify apei(4).

PNP0C33 denotes the ACPI Hardware Error Device, which exists only to
be a vector for event notifications.

PR kern/58046

Revision 1.15 / (download) - annotate - [select for diffs], Wed Mar 20 17:11:42 2024 UTC (8 days, 15 hours ago) by riastradh
Branch: MAIN
Changes since 1.14: +3 -1 lines
Diff to previous 1.14 (colored)

apei(4): New driver for ACPI Platform Error Interfaces.

For now it is wired up only in x86 ALL kernels, and built as a module
for x86 and Arm.  Once it gets a little more testing on machines with
APEI, I would like to flip it on by default.

PR kern/58046

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Thu Aug 17 09:57:28 2023 UTC (7 months, 1 week ago) by martin
Branch: netbsd-10
CVS Tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored) next main 1.13 (colored)

Pull up following revision(s) (requested by andvar in ticket #329):

	distrib/sets/lists/modules/md.amd64: revision 1.100
	sys/external/bsd/drm2/dist/include/drm/drm_pciids.h: revision 1.5
	sys/arch/amd64/conf/GENERIC: revision 1.605
	sys/modules/Makefile: revision 1.279
	distrib/sets/lists/debug/module.md.amd64: revision 1.14

viadrmums(4): build legacy VIA DRM UMS driver module for amd64.

This driver is not built-in by default, thus loadable module can help (un)lucky
owners of 64-bit capable VIA (Nano/Eden) systems or early AMD/Intel systems
with some VIA chipsets, which include VIA integrated graphics.

I also boldly added product IDs for few later models from VX8xx/VX9xx chipsets
without 3D support (DX9_0) to "expand" the driver support to more systems.

Tested successfully basic functionality on VX800, and partially successfully
on VX900 (on VX900 Xorg failed to initialize due to openchrome related issues,
viadrmums attaches and it is by used the driver).

Didn't test on VX855, I don't have one.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 9 09:36:26 2023 UTC (7 months, 2 weeks ago) by andvar
Branch: MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

viadrmums(4): build legacy VIA DRM UMS driver module for amd64.

This driver is not built-in by default, thus loadable module can help (un)lucky
owners of 64-bit capable VIA (Nano/Eden) systems or early AMD/Intel systems
with some VIA chipsets, which include VIA integrated graphics.
I also boldly added product IDs for few later models from VX8xx/VX9xx chipsets
without 3D support (DX9_0) to "expand" the driver support to more systems.
Tested successfully basic functionality on VX800, and partially successfully
on VX900 (on VX900 Xorg failed to initialize due to openchrome related issues,
viadrmums attaches and it is by used the driver).
Didn't test on VX855, I don't have one.

Pull up to netbsd-10 is needed.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Dec 20 04:10:11 2022 UTC (15 months, 1 week ago) by pgoyette
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

Missed the compat_netbsd32_100 stuff in previous commit

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 28 22:00:23 2022 UTC (20 months ago) by riastradh
Branch: MAIN
CVS Tags: netbsd-10-base
Branch point for: netbsd-10
Changes since 1.11: +15 -11 lines
Diff to previous 1.11 (colored)

drm: Hook up the drmkms modules to the build.

Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 28 16:45:31 2022 UTC (20 months ago) by martin
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10 (colored)

Revert editor mishap in r1.10

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 28 00:33:57 2022 UTC (20 months ago) by pgoyette
Branch: MAIN
Changes since 1.9: +1 -5 lines
Diff to previous 1.9 (colored)

And, we're not ready for 10.0 yet, so remove a couple premature lines!

Thanks, Rin!

Revision 1.9 / (download) - annotate - [select for diffs], Thu Jul 28 00:14:40 2022 UTC (20 months ago) by pgoyette
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

remove duplicate entry and blank line that crept in from somewhere.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Jul 27 20:34:30 2022 UTC (20 months ago) by pgoyette
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7 (colored)

Oopppss, /usr has no `e'  :)

Revision 1.7 / (download) - annotate - [select for diffs], Wed Jul 27 20:28:41 2022 UTC (20 months ago) by pgoyette
Branch: MAIN
Changes since 1.6: +5 -1 lines
Diff to previous 1.6 (colored)

Include debug files for new amdgpu modules

Revision 1.6 / (download) - annotate - [select for diffs], Sat Sep 25 17:55:37 2021 UTC (2 years, 6 months ago) by maya
Branch: MAIN
Changes since 1.5: +11 -11 lines
Diff to previous 1.5 (colored)

Disable drmkms module builds.

They haven't been functional (and won't be before fixing genfb abi).
In a new drm update, we haven't prioritized fixing the build either.

Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sat Apr 3 22:43:40 2021 UTC (2 years, 11 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored) next main 1.5 (colored)

Sync with HEAD.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Mar 25 21:37:10 2021 UTC (3 years ago) by nia
Branch: MAIN
CVS Tags: thorpej-futex-base, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

Move pad module to MI debug set lists

Revision 1.4 / (download) - annotate - [select for diffs], Sun Nov 1 18:51:34 2020 UTC (3 years, 4 months ago) by pgoyette
Branch: MAIN
Branch point for: thorpej-futex
Changes since 1.3: +3 -1 lines
Diff to previous 1.3 (colored)

Update sets lists for new compat_netbsd32_coredump module

Revision 1.3 / (download) - annotate - [select for diffs], Sat Sep 26 17:49:50 2020 UTC (3 years, 6 months ago) by jmcneill
Branch: MAIN
Changes since 1.2: +1 -3 lines
Diff to previous 1.2 (colored)

Add HAVE_NVMM and use it to control the build of NVMM related components.
Defined to "yes" on amd64, "no" everywhere else.

Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 8 14:57:32 2020 UTC (3 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Add if_iavf

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 1 22:21:11 2020 UTC (3 years, 10 months ago) by christos
Branch: MAIN

Add module debug sets

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>