* ide-scsi question: 2x
@ 2003-11-06 11:58 Nico Schottelius
2003-11-06 14:58 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 5+ messages in thread
From: Nico Schottelius @ 2003-11-06 11:58 UTC (permalink / raw)
To: gadio, linux-kernel
Hello!
1. why is printk used without KERN_* makro?
like ' printk("[ ");' (267), ide-scsi from 2.6.0test9, version 0.92
(there are more examples)
2. is the command line hdx=ide-scsi still necessary?
-> if not, we should update the help
Can't we pass the options via module parameters (if it is a module) ?
-> if yes, we should update the help
-> if no, is it possible to implement it?
Nico
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ide-scsi question: 2x
2003-11-06 11:58 ide-scsi question: 2x Nico Schottelius
@ 2003-11-06 14:58 ` Bartlomiej Zolnierkiewicz
2003-11-06 15:07 ` Nico Schottelius
2003-11-06 20:37 ` H. Peter Anvin
0 siblings, 2 replies; 5+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-11-06 14:58 UTC (permalink / raw)
To: Nico Schottelius; +Cc: gadio, linux-kernel
On Thursday 06 of November 2003 12:58, Nico Schottelius wrote:
> Hello!
Hi,
> 1. why is printk used without KERN_* makro?
> like ' printk("[ ");' (267), ide-scsi from 2.6.0test9, version
> 0.92 (there are more examples)
Because it was not updated to use KERN_*?
> 2. is the command line hdx=ide-scsi still necessary?
Yes, IMO "hdx=driver_name" should be removed instead.
> -> if not, we should update the help
> Can't we pass the options via module parameters (if it is a module) ?
It is possible for ide-cd, I don't remember about ide-scsi.
Anyway not modular case is the more difficult one.
> -> if yes, we should update the help
Dunno.
BTW I don't think you'll get response from gadio.
--bartlomiej
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ide-scsi question: 2x
2003-11-06 14:58 ` Bartlomiej Zolnierkiewicz
@ 2003-11-06 15:07 ` Nico Schottelius
2003-11-06 15:33 ` Bartlomiej Zolnierkiewicz
2003-11-06 20:37 ` H. Peter Anvin
1 sibling, 1 reply; 5+ messages in thread
From: Nico Schottelius @ 2003-11-06 15:07 UTC (permalink / raw)
To: Bartlomiej Zolnierkiewicz; +Cc: gadio, linux-kernel
Bartlomiej Zolnierkiewicz [Thu, Nov 06, 2003 at 03:58:40PM +0100]:
> > 1. why is printk used without KERN_* makro?
> > like ' printk("[ ");' (267), ide-scsi from 2.6.0test9, version
> > 0.92 (there are more examples)
>
> Because it was not updated to use KERN_*?
If somebody tells me what KERN_* are possible, I will update
ide-scsi.
> > 2. is the command line hdx=ide-scsi still necessary?
>
> Yes, IMO "hdx=driver_name" should be removed instead.
I rechecked this: It is not necessary anymore.
>
> > -> if yes, we should update the help
>
> Dunno.
If I update the helpfile, who takes the patch?
> BTW I don't think you'll get response from gadio.
Why not?
Nico
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ide-scsi question: 2x
2003-11-06 15:07 ` Nico Schottelius
@ 2003-11-06 15:33 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 5+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2003-11-06 15:33 UTC (permalink / raw)
To: Nico Schottelius; +Cc: gadio, linux-kernel
On Thursday 06 of November 2003 16:07, Nico Schottelius wrote:
> > > 2. is the command line hdx=ide-scsi still necessary?
> >
> > Yes, IMO "hdx=driver_name" should be removed instead.
>
> I rechecked this: It is not necessary anymore.
So how do you put drive to scsi emulation if you don't use procfs?
> > > -> if yes, we should update the help
> >
> > Dunno.
>
> If I update the helpfile, who takes the patch?
Me if it is okay.
--bartlomiej
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ide-scsi question: 2x
2003-11-06 14:58 ` Bartlomiej Zolnierkiewicz
2003-11-06 15:07 ` Nico Schottelius
@ 2003-11-06 20:37 ` H. Peter Anvin
1 sibling, 0 replies; 5+ messages in thread
From: H. Peter Anvin @ 2003-11-06 20:37 UTC (permalink / raw)
To: linux-kernel
Followup to: <200311061558.40845.bzolnier@elka.pw.edu.pl>
By author: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
In newsgroup: linux.dev.kernel
>
> On Thursday 06 of November 2003 12:58, Nico Schottelius wrote:
> > Hello!
>
> Hi,
>
> > 1. why is printk used without KERN_* makro?
> > like ' printk("[ ");' (267), ide-scsi from 2.6.0test9, version
> > 0.92 (there are more examples)
>
> Because it was not updated to use KERN_*?
>
Unfortunately the interface is a bit braindead. KERN_* only applies
to the beginning of a line.
-hpa
--
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
If you send me mail in HTML format I will assume it's spam.
"Unix gives you enough rope to shoot yourself in the foot."
Architectures needed: ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-11-06 20:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-06 11:58 ide-scsi question: 2x Nico Schottelius
2003-11-06 14:58 ` Bartlomiej Zolnierkiewicz
2003-11-06 15:07 ` Nico Schottelius
2003-11-06 15:33 ` Bartlomiej Zolnierkiewicz
2003-11-06 20:37 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox