Re: [OFFTOPIC] Re: *** next draft - press release ***

Matthew Kirkwood (weejock@ferret.lmh.ox.ac.uk)
Mon, 18 Jan 1999 11:36:44 +0000 (GMT)


On Mon, 18 Jan 1999, Alan Cox wrote:

> > * Poor ISA PnP support. It's difficult to support well at all, but
> > the fact that it's currently done by a user-land tool that is
> > independent of kernel resource allocations is a serious problem.
>
> No thats not the problem really. The problem is that isapnp has a user
> interface flaw (it hasnt got one basically). If you had a nice
> Gnome/KDE/whatever GUI front end to isapnp you wouldnt even have noticed
> it wasnt in the kernel.
>
> Its a user-interface problem.

I disagree here. For something as simple as ISA PnP, doing the hardware
access is userspace is not good.

I particularly like the isapnp modules which the ALSA people have. I
don't know the PnP "protocol" well, but it seems to be about as simple as
is reasonable, while still providing good user (/proc/isapnp) and kernel
(functions like PCI - find_device(), &c) interfaces.

In short, I think it fits the "hardware detection framework" which Linus
said was the only PnP which we would be seeing on kernel.org...

Matthew.

-
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.tux.org/lkml/