| #
0ae49984
|
| 11-Oct-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: platform_device return type change
The return type now is void; I believe no one ever used this so we can just chnage it. The only active platform_driver_register() calls seems to be in
LinuxKPI: platform_device return type change
The return type now is void; I believe no one ever used this so we can just chnage it. The only active platform_driver_register() calls seems to be in ath1[01]k and mt76 and there in unsupported code.
MFC after: 3 days Reviewed by: dumbbell, emaste Differential Revision: https://reviews.freebsd.org/D53205
show more ...
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
740d7654
|
| 31-Jan-2023 |
Corvin Köhne <corvink@FreeBSD.org> |
linuxkpi: advance platform_device
These are required by some linux driver like: https://github.com/beckhoff/bbapi
Reviewed by: manu MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co.
linuxkpi: advance platform_device
These are required by some linux driver like: https://github.com/beckhoff/bbapi
Reviewed by: manu MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D39554
show more ...
|
| #
b9ef0689
|
| 22-Jan-2023 |
Jean-Sébastien Pédron <dumbbell@FreeBSD.org> |
linuxkpi: Define `dev_is_platform()` and `to_platform_device()`
The former returns false and the latter returns NULL.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.free
linuxkpi: Define `dev_is_platform()` and `to_platform_device()`
The former returns false and the latter returns NULL.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38163
show more ...
|
| #
75388b9c
|
| 03-Dec-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add (skeleton) functions to make drivers compile
Add more functions to netdevice.h (netif_napi_add_tx() being the only one implemented) and add platform_device.h and netlink.h in order to
LinuxKPI: add (skeleton) functions to make drivers compile
Add more functions to netdevice.h (netif_napi_add_tx() being the only one implemented) and add platform_device.h and netlink.h in order to make driver code compile. The skeleton functions are used only in very limited scope and not at all in our usage so far but add (invasive) #ifdef if removed. Add pr_debug() calls to each of them in order to log a TODO (if DEBUG compiled in) and someone should hit them in the future.
MFC after: 3 days Commented on by: hselasky (earlier version) Differential Revision: https://reviews.freebsd.org/D37599
show more ...
|
| #
0ae49984
|
| 11-Oct-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: platform_device return type change
The return type now is void; I believe no one ever used this so we can just chnage it. The only active platform_driver_register() calls seems to be in
LinuxKPI: platform_device return type change
The return type now is void; I believe no one ever used this so we can just chnage it. The only active platform_driver_register() calls seems to be in ath1[01]k and mt76 and there in unsupported code.
MFC after: 3 days Reviewed by: dumbbell, emaste Differential Revision: https://reviews.freebsd.org/D53205
show more ...
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
740d7654
|
| 31-Jan-2023 |
Corvin Köhne <corvink@FreeBSD.org> |
linuxkpi: advance platform_device
These are required by some linux driver like: https://github.com/beckhoff/bbapi
Reviewed by: manu MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co.
linuxkpi: advance platform_device
These are required by some linux driver like: https://github.com/beckhoff/bbapi
Reviewed by: manu MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D39554
show more ...
|
| #
b9ef0689
|
| 22-Jan-2023 |
Jean-Sébastien Pédron <dumbbell@FreeBSD.org> |
linuxkpi: Define `dev_is_platform()` and `to_platform_device()`
The former returns false and the latter returns NULL.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.free
linuxkpi: Define `dev_is_platform()` and `to_platform_device()`
The former returns false and the latter returns NULL.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38163
show more ...
|
| #
75388b9c
|
| 03-Dec-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add (skeleton) functions to make drivers compile
Add more functions to netdevice.h (netif_napi_add_tx() being the only one implemented) and add platform_device.h and netlink.h in order to
LinuxKPI: add (skeleton) functions to make drivers compile
Add more functions to netdevice.h (netif_napi_add_tx() being the only one implemented) and add platform_device.h and netlink.h in order to make driver code compile. The skeleton functions are used only in very limited scope and not at all in our usage so far but add (invasive) #ifdef if removed. Add pr_debug() calls to each of them in order to log a TODO (if DEBUG compiled in) and someone should hit them in the future.
MFC after: 3 days Commented on by: hselasky (earlier version) Differential Revision: https://reviews.freebsd.org/D37599
show more ...
|
| #
0ae49984
|
| 11-Oct-2025 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: platform_device return type change
The return type now is void; I believe no one ever used this so we can just chnage it. The only active platform_driver_register() calls seems to be in
LinuxKPI: platform_device return type change
The return type now is void; I believe no one ever used this so we can just chnage it. The only active platform_driver_register() calls seems to be in ath1[01]k and mt76 and there in unsupported code.
MFC after: 3 days Reviewed by: dumbbell, emaste Differential Revision: https://reviews.freebsd.org/D53205
show more ...
|
| #
95ee2897
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
| #
740d7654
|
| 31-Jan-2023 |
Corvin Köhne <corvink@FreeBSD.org> |
linuxkpi: advance platform_device
These are required by some linux driver like: https://github.com/beckhoff/bbapi
Reviewed by: manu MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co.
linuxkpi: advance platform_device
These are required by some linux driver like: https://github.com/beckhoff/bbapi
Reviewed by: manu MFC after: 1 week Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D39554
show more ...
|
| #
b9ef0689
|
| 22-Jan-2023 |
Jean-Sébastien Pédron <dumbbell@FreeBSD.org> |
linuxkpi: Define `dev_is_platform()` and `to_platform_device()`
The former returns false and the latter returns NULL.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.free
linuxkpi: Define `dev_is_platform()` and `to_platform_device()`
The former returns false and the latter returns NULL.
Reviewed by: manu Approved by: manu Differential Revision: https://reviews.freebsd.org/D38163
show more ...
|
| #
75388b9c
|
| 03-Dec-2022 |
Bjoern A. Zeeb <bz@FreeBSD.org> |
LinuxKPI: add (skeleton) functions to make drivers compile
Add more functions to netdevice.h (netif_napi_add_tx() being the only one implemented) and add platform_device.h and netlink.h in order to
LinuxKPI: add (skeleton) functions to make drivers compile
Add more functions to netdevice.h (netif_napi_add_tx() being the only one implemented) and add platform_device.h and netlink.h in order to make driver code compile. The skeleton functions are used only in very limited scope and not at all in our usage so far but add (invasive) #ifdef if removed. Add pr_debug() calls to each of them in order to log a TODO (if DEBUG compiled in) and someone should hit them in the future.
MFC after: 3 days Commented on by: hselasky (earlier version) Differential Revision: https://reviews.freebsd.org/D37599
show more ...
|