| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
031beb4e
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
031beb4e
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
193d9e76
|
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
9268022b
|
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
| #
1ce4b357
|
| 04-Oct-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r272516.
|
| #
970388bf
|
| 27-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r272185
|
| #
f495ec29
|
| 23-Sep-2014 |
Rui Paulo <rpaulo@FreeBSD.org> |
Move all the power management (SMBus) drivers to their own directory, away from sys/pci.
|
| #
193d9e76
|
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
9268022b
|
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
| #
1ce4b357
|
| 04-Oct-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r272516.
|
| #
970388bf
|
| 27-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r272185
|
| #
f495ec29
|
| 23-Sep-2014 |
Rui Paulo <rpaulo@FreeBSD.org> |
Move all the power management (SMBus) drivers to their own directory, away from sys/pci.
|
| #
41621cb4
|
| 24-Jun-2007 |
Nate Lawson <njl@FreeBSD.org> |
The viapm module build had what appear to be some debugging CFLAGS left around to force the IO port to a fixed address. They were only turned on in the module build and were present since the origin
The viapm module build had what appear to be some debugging CFLAGS left around to force the IO port to a fixed address. They were only turned on in the module build and were present since the original import. This breaks soft power-off on the Asus A7V since it reprograms the SMBus base address to a different one than the BIOS expects. A similar issue was found in the alpm(4) module build.
PR: kern/113986, i386/97468 MFC after: 3 days Approved by: re
show more ...
|
| #
c17d4340
|
| 23-Mar-2002 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Major rework of the iicbus/smbus framework:
- VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
031beb4e
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
193d9e76
|
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
| #
9268022b
|
| 19-Nov-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge from head@274682
|
| #
1ce4b357
|
| 04-Oct-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r272516.
|
| #
970388bf
|
| 27-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r272185
|
| #
f495ec29
|
| 23-Sep-2014 |
Rui Paulo <rpaulo@FreeBSD.org> |
Move all the power management (SMBus) drivers to their own directory, away from sys/pci.
|
| #
41621cb4
|
| 24-Jun-2007 |
Nate Lawson <njl@FreeBSD.org> |
The viapm module build had what appear to be some debugging CFLAGS left around to force the IO port to a fixed address. They were only turned on in the module build and were present since the origin
The viapm module build had what appear to be some debugging CFLAGS left around to force the IO port to a fixed address. They were only turned on in the module build and were present since the original import. This breaks soft power-off on the Asus A7V since it reprograms the SMBus base address to a different one than the BIOS expects. A similar issue was found in the alpm(4) module build.
PR: kern/113986, i386/97468 MFC after: 3 days Approved by: re
show more ...
|
| #
c17d4340
|
| 23-Mar-2002 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Major rework of the iicbus/smbus framework:
- VIA chipset SMBus controllers added - alpm driver updated - Support for dynamic modules added - bktr FreeBSD smbus updated but not tested - cleanup
|