Re: ISA slot detection on PCI systems?

Dave Jones (davej@suse.de)
Sun, 6 Jan 2002 19:20:41 +0100 (CET)


On Sun, 6 Jan 2002, Mr. James W. Laferriere wrote:

> And what is there to replace /proc/ide ? I see no other facility
> in /proc to do the job . Again am I missing something here ?

99% of everything done by /proc/ide/ can be done in userspace by parsing
/proc/bus/pci. The remaining 1% can be done with ioctls.

The info exposed by /proc/scsi may be exposed by ioctls also, (in which
case, that too can be done entirely in userspace), however, I'm not sure
everything shown there is accessable by means other than proc parsing.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/