Re: Let's vote for PnP on 2.2 (Was: PnP in 2.2 ?)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Mon, 8 Dec 1997 22:40:21 +0000 (GMT)


> In both cases, stability was/is poor. In a unix system, hardware
> access is supposed to be through the kernel. See /dev and /proc.

on Win95 and NT the video layer hits the hardware directly and is kind of
a ring 0 process - like ours.

Possibly it could make better use of irq/dma hooks and stuff - the mode
restore is trivial - its a single notifier hook and some modules that
just load/unload notifier hooked routines to save/restore video mode.

Doing all video via the kernel is bad- the intel CPU's are very slow
when crossing protection and ring boundaries