Re: PnP

Dan Hollis (goemon@sasami.anime.net)
Wed, 26 Aug 1998 13:34:04 -0700 (PDT)


On Wed, 26 Aug 1998, Linus Torvalds wrote:
> So what I'm looking for is more of a "framework for autodetection" where
> PnP would strictly be relegated to just be one particular way of finding
> out information for the larger framework.

Yes, I was hoping for some sort of standard API to at least do device
detection similar to the way the linux PCI API works.

Right now every Linux driver that does PnP (the few that are there) do
it in their own mutually incompatible way, with lots of duplicated code.
Which means bloat and general nastiness. Imagine what would happen if all
the PCI drivers did this.

Windows 95 ISA PnP works most of the time, but has some pretty poor
configuration control. And theres no reason why Linux shouldnt be able to
support devices at least as well as Win95 can. :-/ Linux should be able
to do far better. At the moment Linux is more like "not at all".

-Dan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html