2003-08-10 12:05:23

by Hans-Joachim Baader

[permalink] [raw]
Subject: 2.6.0-test3: drivers/ide/setup-pci.c

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


Attachments:
(No filename) (406.00 B)
(No filename) (189.00 B)
Download all attachments

2003-08-10 16:27:27

by Jeff Garzik

[permalink] [raw]
Subject: Re: 2.6.0-test3: drivers/ide/setup-pci.c

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