Subject: event notification from driver to user land
To: None <tech-kern@NetBSD.org>
From: Masashi Honma <honma@ictec.co.jp>
List: tech-kern
Date: 07/30/2004 16:18:23
Hello everyone.

I want to send message from wi.c driver to user land. On user land, I'll
use select/poll/kqueue with socket. But I don't know how to reply
message from driver with socket. I know Linux can do that. Is NetBSD can
do that? Or is there any other way to send message from kernel?

Masashi Honma