Hi!
drivers/ide/setup-pci.c ca. line 710:
if (noisy)
printk(KERN_INFO "%s: not 100%% native mode: "
"will probe irqs later\n", d->name);
The two %% will be printed as such at least on my system (i386, VGA console,
no framebuffer):
AMD7411: not 100%% native mode:
Regards,
hjb
--
Pro-Linux - Germany's largest volunteer Linux support site
http://www.pro-linux.de/ Public Key ID 0x3DDBDDEA
On Sun, Aug 10, 2003 at 02:05:12PM +0200, Hans-Joachim Baader wrote:
> Hi!
>
> drivers/ide/setup-pci.c ca. line 710:
>
> if (noisy)
> printk(KERN_INFO "%s: not 100%% native mode: "
> "will probe irqs later\n", d->name);
>
> The two %% will be printed as such at least on my system (i386, VGA console,
> no framebuffer):
>
> AMD7411: not 100%% native mode:
hmmm, can you provide a dmesg output that shows this?
Using "%%" is quite standard, and produces only a single "%".
Jeff