devctl attach/detach notification for disks

2006-02-22 Thread Nate Nielsen
I'm working on a bit of code to get devctl notifications for attaching and removing of disks. This would allow actions to be taken via devd when a disk is attached or removed from the system. Currently I have the attach and detach notifications hooked into disk_create() and disk_destroy() in geom_

Re: devctl attach/detach notification for disks

2006-02-24 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Nate Nielsen <[EMAIL PROTECTED]> writes: : I'm working on a bit of code to get devctl notifications for attaching : and removing of disks. This would allow actions to be taken via devd : when a disk is attached or removed from the system. I'm not sure I

Re: devctl attach/detach notification for disks

2006-02-25 Thread Nate Nielsen
M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Nate Nielsen <[EMAIL PROTECTED]> writes: > : I'm working on a bit of code to get devctl notifications for attaching > : and removing of disks. This would allow actions to be taken via devd > : when a disk is attached or removed f