Re: 2.1.7[7-8] ide-pci.c "100%" printk and klogd

mlord (mlord@pobox.com)
Thu, 08 Jan 1998 19:36:16 -0500


Andrea Arcangeli wrote:
>
> Debian klogd segfault at boot if there is the line:
>
> PIIX4: not 100% native mode: will probe irqs later
> ^
> in /proc/kmsg.
>
> I suppose that klogd must be fixed...

Yup. Definitely a bug if it segfaults.

Works fine here though, maybe try updating your libraries?

> - printk("%s: not 100%% native mode: will probe irqs later\n", d->name);
> + printk("%s: not native mode: will probe irqs later\n",

Only problem is that the new message is not accurate,
as the controller could be in half-and-half mode.

I suppose one could say "completely" instead of "100%",
but I liked the shorter output myself.

-- 
mlord@pobox.com
The Linux IDE guy