#
310fc6c5 |
| 02-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357389 through r357407.
|
#
e17b7f1a |
| 02-Feb-2020 |
Warner Losh <imp@FreeBSD.org> |
Fix old-style build
Fix the old-style build by using ${SRCTOP} instead of a weird construct that only works for new-style build. Simplify the building of keymap files by using macros Move atkbdmap.h
Fix old-style build
Fix the old-style build by using ${SRCTOP} instead of a weird construct that only works for new-style build. Simplify the building of keymap files by using macros Move atkbdmap.h in files.x86 This has been broken since r296899 which removed the implicit dependency on /usr/share.
show more ...
|
#
051669e8 |
| 25-Jan-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r356931 through r357118.
|
#
4577cf37 |
| 23-Jan-2020 |
Conrad Meyer <cem@FreeBSD.org> |
cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and
cpufreq(4): Add support for Intel Speed Shift
Intel Speed Shift is Intel's technology to control frequency in hardware, with hints from software.
Let's get a working version of this in the tree and we can refine it from here.
Submitted by: bwidawsk, scottph Reviewed by: bcr (manpages), myself Discussed with: jhb, kib (earlier versions) With feedback from: Greg V, gallatin, freebsdnewbie AT freenet.de Relnotes: yes Differential Revision: https://reviews.freebsd.org/D18028
show more ...
|
#
2a4300e9 |
| 30-Oct-2019 |
Warner Losh <imp@FreeBSD.org> |
Move all the sys/dev/[a-j]* that are common to files.x86
All these device entries are common between the two files. Move them to files.x86. Also sort entries from this range into proper order in fil
Move all the sys/dev/[a-j]* that are common to files.x86
All these device entries are common between the two files. Move them to files.x86. Also sort entries from this range into proper order in files.amd64.
show more ...
|
#
ec03ac35 |
| 30-Oct-2019 |
Warner Losh <imp@FreeBSD.org> |
Remove duplicate lines.
|
#
c91117a5 |
| 30-Oct-2019 |
Warner Losh <imp@FreeBSD.org> |
Make hyperv keyboard work again.
r351049 bogusly deleted these lines from files.amd64 but failed to add them to files.x86. Since this works on i386, add them to files.x86 rather than just adding the
Make hyperv keyboard work again.
r351049 bogusly deleted these lines from files.amd64 but failed to add them to files.x86. Since this works on i386, add them to files.x86 rather than just adding them back to files.amd64.
PR: 240734 Reported by: Michael Pro
show more ...
|
#
edca4938 |
| 16-Oct-2019 |
Andriy Gapon <avg@FreeBSD.org> |
itwd(4): driver for watchdog function in ITE Super I/O chips
The chips are commonly named with "IT" prefix.
MFC after: 19 days
|
#
041f5b36 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Move the common x86 ipmi files to files.x86. The powerpc file list is different enough that unification will have to wait for the next pass.
Reviewed by: jhb (verbal OK on irc) Differential Revision
Move the common x86 ipmi files to files.x86. The powerpc file list is different enough that unification will have to wait for the next pass.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
show more ...
|
#
b38e67c9 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
The x86 part of hwpmc is shared, so move it to files.x86.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
|
#
ff45348b |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Windows ndis support is x86 only. Move the MI parts there.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
|
#
cfb592fa |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Intel's isci is part of the chipset, so it is x86 specific.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
|
#
43602a9c |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Move hyperv to files.x86
Move the comomon part of hyperv to files.x86.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
|
#
ca46f711 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
The bxe driver, QLogic NetXtreme II Ethernet 10Gb PCIe adapter driver, is x86 specific, and only builds there. Likewise the module is built there. Move it to the x86-only files.x86.
Reviewed by: jhb
The bxe driver, QLogic NetXtreme II Ethernet 10Gb PCIe adapter driver, is x86 specific, and only builds there. Likewise the module is built there. Move it to the x86-only files.x86.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
show more ...
|
#
5f82f736 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
The ACPI parts are identical between i386 and amd64
Apart from one MD file, ACPI is a x86 implementation, not specific to either i386 or amd64, so put it into files.x86. Other architectures include
The ACPI parts are identical between i386 and amd64
Apart from one MD file, ACPI is a x86 implementation, not specific to either i386 or amd64, so put it into files.x86. Other architectures include fewer files for the same options, so it can't move into the MI files file.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
show more ...
|
#
439fd246 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Move via padlock files to files.x86.
VIA Padlock support is for VIA C3, C7 and Eden processors, which are 64bit x86 processors.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://re
Move via padlock files to files.x86.
VIA Padlock support is for VIA C3, C7 and Eden processors, which are 64bit x86 processors.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
show more ...
|
#
807e7867 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Apart from one MD file, aesni is common to x86. Move it into files.x86.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
|
#
e80d8265 |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Move all the hp* drivers too files.x86
The HPT drivers are all x86 only. Move them to files.x86. Because of the way we run uudecode, we can use $M instead of needing entries for them in separate fil
Move all the hp* drivers too files.x86
The HPT drivers are all x86 only. Move them to files.x86. Because of the way we run uudecode, we can use $M instead of needing entries for them in separate files.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
show more ...
|
#
286b4bed |
| 14-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Move the identical x86 lines to files.x86
Move all the identical x86 lines to files.x86. The non-identical ones should be unified and moved as well, but that would require additional changes that wo
Move the identical x86 lines to files.x86
Move all the identical x86 lines to files.x86. The non-identical ones should be unified and moved as well, but that would require additional changes that would need a more careful review and may not be MFCable, so I'll do them separately. I'll delete the mildly snarky comment when things are unified.
Reviewed by: jhb (verbal OK on irc) Differential Revision: https://reviews.freebsd.org/D21248
show more ...
|
#
9246a83c |
| 13-Aug-2019 |
Warner Losh <imp@FreeBSD.org> |
Create files.x86
files.x86 is for the parts of the system that are common to both i386 and amd64 due too their nature. First up, to get the ball rolling, is fdc, the floppy disk support. It works on
Create files.x86
files.x86 is for the parts of the system that are common to both i386 and amd64 due too their nature. First up, to get the ball rolling, is fdc, the floppy disk support. It works only on amd64 and i386 these days, and that's unlikely to change.
Reviewed by: jhb, cem (earlier versrions) Differential Revision: https://reviews.freebsd.org/D21210
show more ...
|