DragonFly BSD
DragonFly kernel List (threaded) for 2004-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: sysfs -> /sbin/hotplug -> udev


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxx>
Date: Thu, 22 Apr 2004 10:08:17 +0200

On Thu, Apr 22, 2004 at 02:41:24AM -0400, esmith wrote:
> A quick FYI for anyone who is interested
> 
> sysfs -> /sbin/hotplug -> udev

[skip sysfs explanation]

We don't really have the need for sysfs, since most information in 2.6's
/sys is already in the sysctl space visible. What is needed for plugging
is some generic event notification. Without having coded anything, it
should be possible to do most of this in device_probe / device_attach for all
devices and perhaps in if_attach specially for network devices. 

Joerg



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]