linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
@ 2004-10-31 18:05 Kotian, Deepak ( JBU  Mumbai )
  2004-10-31 18:09 ` Jan-Benedict Glaw
  0 siblings, 1 reply; 6+ messages in thread
From: Kotian, Deepak ( JBU  Mumbai ) @ 2004-10-31 18:05 UTC (permalink / raw)
  To: linux-scsi

Hi,
 
Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
Please let me know/
 
Thanks and Regards
Deepak
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
  2004-10-31 18:05 Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6 Kotian, Deepak ( JBU  Mumbai )
@ 2004-10-31 18:09 ` Jan-Benedict Glaw
  0 siblings, 0 replies; 6+ messages in thread
From: Jan-Benedict Glaw @ 2004-10-31 18:09 UTC (permalink / raw)
  To: linux-scsi

[-- Attachment #1: Type: text/plain, Size: 863 bytes --]

On Sun, 2004-10-31 23:35:35 +0530, Kotian, Deepak ( JBU  Mumbai ) <Deepak.Kotian@patni.com>
wrote in message <374639AB1012AA4C840022842AA95BC20334FCAB@ruby.patni.com>:
> Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
> Please let me know/

Overview in short:

- Better (TM) memory management
- All important subsystems now basically work O(1)
- More (and better) USB drivers
- Very good build system
- Still some work to be done to make it well-running on my VAX
  computers.

MfG, JBG

-- 
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
@ 2004-10-31 18:14 Kotian, Deepak ( JBU  Mumbai )
  2004-10-31 18:40 ` Scott T. Smith
  0 siblings, 1 reply; 6+ messages in thread
From: Kotian, Deepak ( JBU  Mumbai ) @ 2004-10-31 18:14 UTC (permalink / raw)
  To: Jan-Benedict Glaw, linux-scsi

Thanks. that is correct.
 
If there are drivers that are running on 2.4 will it work as it is on kernel 2.6 or will there be any port issues,
has there any study carried out for that, please let me know.
 
Thanks and Regards
Deepak
 
 
 
 

________________________________

From: linux-scsi-owner@vger.kernel.org on behalf of Jan-Benedict Glaw
Sent: Sun 10/31/2004 11:39 PM
To: linux-scsi@vger.kernel.org
Subject: Re: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6



On Sun, 2004-10-31 23:35:35 +0530, Kotian, Deepak ( JBU  Mumbai ) <Deepak.Kotian@patni.com>
wrote in message <374639AB1012AA4C840022842AA95BC20334FCAB@ruby.patni.com>:
> Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
> Please let me know/

Overview in short:

- Better (TM) memory management
- All important subsystems now basically work O(1)
- More (and better) USB drivers
- Very good build system
- Still some work to be done to make it well-running on my VAX
  computers.

MfG, JBG

--
Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481             _ O _
"Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg  _ _ O
 fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!   O O O
ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));


-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
  2004-10-31 18:14 Kotian, Deepak ( JBU  Mumbai )
@ 2004-10-31 18:40 ` Scott T. Smith
  2004-11-01  3:39   ` Randy.Dunlap
  0 siblings, 1 reply; 6+ messages in thread
From: Scott T. Smith @ 2004-10-31 18:40 UTC (permalink / raw)
  To: Kotian, Deepak ( JBU  Mumbai ); +Cc: Jan-Benedict Glaw, linux-scsi

On Sun, 2004-10-31 at 10:14, Kotian, Deepak ( JBU Mumbai ) wrote:
> If there are drivers that are running on 2.4 will it work as it is on kernel 2.6 or will there be any port issues,
> has there any study carried out for that, please let me know.

I have found:

http://www.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html

invaluable in developing/modifying drivers for the 2.6 kernel.

	Scott



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
  2004-10-31 18:40 ` Scott T. Smith
@ 2004-11-01  3:39   ` Randy.Dunlap
  0 siblings, 0 replies; 6+ messages in thread
From: Randy.Dunlap @ 2004-11-01  3:39 UTC (permalink / raw)
  To: Scott T. Smith
  Cc: Kotian, Deepak ( JBU Mumbai ), Jan-Benedict Glaw, linux-scsi

Scott T. Smith wrote:
> On Sun, 2004-10-31 at 10:14, Kotian, Deepak ( JBU Mumbai ) wrote:
> 
>>If there are drivers that are running on 2.4 will it work as it is on kernel 2.6 or will there be any port issues,
>>has there any study carried out for that, please let me know.
> 
> 
> I have found:
> 
> http://www.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html
> 
> invaluable in developing/modifying drivers for the 2.6 kernel.

which appears to be a copy of
   http://lwn.net/Articles/driver-porting/
(without some graphics etc.)

-- 
~Randy

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6
@ 2004-11-01  5:04 Kotian, Deepak ( JBU  Mumbai )
  0 siblings, 0 replies; 6+ messages in thread
From: Kotian, Deepak ( JBU  Mumbai ) @ 2004-11-01  5:04 UTC (permalink / raw)
  To: Randy.Dunlap, Scott T. Smith; +Cc: Jan-Benedict Glaw, linux-scsi

OK. I guess much more is needed to be published on this

________________________________

From: Randy.Dunlap [mailto:rddunlap@osdl.org]
Sent: Mon 11/1/2004 9:09 AM
To: Scott T. Smith
Cc: Kotian, Deepak ( JBU Mumbai ); Jan-Benedict Glaw; linux-scsi@vger.kernel.org
Subject: Re: Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6



Scott T. Smith wrote:
> On Sun, 2004-10-31 at 10:14, Kotian, Deepak ( JBU Mumbai ) wrote:
>
>>If there are drivers that are running on 2.4 will it work as it is on kernel 2.6 or will there be any port issues,
>>has there any study carried out for that, please let me know.
>
>
> I have found:
>
> http://www.sao.ru/hq/sts/linux/doc/porting_to_26/26porting.html
>
> invaluable in developing/modifying drivers for the 2.6 kernel.

which appears to be a copy of
   http://lwn.net/Articles/driver-porting/
(without some graphics etc.)

--
~Randy



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-11-01  5:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-31 18:05 Is there a Comparison or Difference document between kernel 2.4 and kernel 2.6 Kotian, Deepak ( JBU  Mumbai )
2004-10-31 18:09 ` Jan-Benedict Glaw
  -- strict thread matches above, loose matches on Subject: below --
2004-10-31 18:14 Kotian, Deepak ( JBU  Mumbai )
2004-10-31 18:40 ` Scott T. Smith
2004-11-01  3:39   ` Randy.Dunlap
2004-11-01  5:04 Kotian, Deepak ( JBU  Mumbai )

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).