Re: Kernel driver API overview

2022-05-01 Thread Greg Steuck
"Johannes (krjdev) Krottmayer" writes: > Because I want add support for a new device (NETGEAR Nighthawk RAX200 > router) to OpenBSD I need more detailed information about the Kernel > API. Must create drivers for the corresponding devices. Want use > OpenBSD as secure router operating system for

Kernel driver API overview

2022-05-01 Thread Johannes (krjdev) Krottmayer
Hi, Because I want add support for a new device (NETGEAR Nighthawk RAX200 router) to OpenBSD I need more detailed information about the Kernel API. Must create drivers for the corresponding devices. Want use OpenBSD as secure router operating system for my CAT8 home network. :) In the past I have