Subject: LKM probe/attachement
To: None <tech-kern@netbsd.org>
From: samuel Lellouche <samuel.Lellouche@epita.fr>
List: tech-kern
Date: 03/27/2000 15:49:47
Hi...
I'm still in my serial driver developement in LKM
Every example i see are just little LKM that init or deinit some
in-kernel stuff.. It is not what i want to do...
I'd like to do a module that loads, probe my uarts (Thats done...),
does the attachment (trouble here), and creates the /dev entry (Done too...), cofigures the uarts etc...
Anyone know any LKM that attaches a device ? or can give me any documentation about LKM ?
thanx alot...
sam