Revision tags: release/14.0.0 |
|
#
95ee2897 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0 |
|
#
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 |
| 04-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 ...
|