* Documentation patch.
@ 2005-12-29 13:04 G.W. Haywood
2005-12-29 13:13 ` Erik Mouw
[not found] ` <9a8748490512290553g448d1e28w65dad834cd08e1a7@mail.gmail.com>
0 siblings, 2 replies; 11+ messages in thread
From: G.W. Haywood @ 2005-12-29 13:04 UTC (permalink / raw)
To: linux-kernel
Hi folks,
This had me grepping the docs for a minute or two...
73,
Ged.
============================================================================
~/src/linux/Documentation$ > diff -C3 Configure.help Configure.help.original
*** Configure.help Thu Dec 29 12:55:30 2005
--- Configure.help.original Wed Dec 28 14:11:26 2005
***************
*** 12827,12834 ****
without a specific driver are compatible with NE2000.
If you have a PCI NE2000 card however, say N here and Y to "PCI
! NE2000 and clones support" under "EISA, VLB, PCI and on board
! controllers" below. If you have a NE2000 card and are running on
an MCA system (a bus system used on some IBM PS/2 computers and
laptops), say N here and Y to "NE/2 (ne2000 MCA version) support",
below.
--- 12827,12833 ----
without a specific driver are compatible with NE2000.
If you have a PCI NE2000 card however, say N here and Y to "PCI
! NE2000 support", above. If you have a NE2000 card and are running on
an MCA system (a bus system used on some IBM PS/2 computers and
laptops), say N here and Y to "NE/2 (ne2000 MCA version) support",
below.
^ permalink raw reply [flat|nested] 11+ messages in thread* Re: Documentation patch. 2005-12-29 13:04 Documentation patch G.W. Haywood @ 2005-12-29 13:13 ` Erik Mouw [not found] ` <9a8748490512290553g448d1e28w65dad834cd08e1a7@mail.gmail.com> 1 sibling, 0 replies; 11+ messages in thread From: Erik Mouw @ 2005-12-29 13:13 UTC (permalink / raw) To: G.W. Haywood; +Cc: linux-kernel On Thu, Dec 29, 2005 at 01:04:01PM +0000, G.W. Haywood wrote: > This had me grepping the docs for a minute or two... Thanks for your patch. Could you tell against what kernel version it is (I guess some 2.4 kernel) and rediff it using "diff -u" (unified diffs are so much easier to read). Erik -- +-- Erik Mouw -- www.harddisk-recovery.com -- +31 70 370 12 90 -- | Lab address: Delftechpark 26, 2628 XH, Delft, The Netherlands ^ permalink raw reply [flat|nested] 11+ messages in thread
[parent not found: <9a8748490512290553g448d1e28w65dad834cd08e1a7@mail.gmail.com>]
[parent not found: <Pine.LNX.4.58.0512291520250.6219@mail3.jubileegroup.co.uk>]
[parent not found: <200512292149.55237.jesper.juhl@gmail.com>]
* [PATCH] ne2k PCI/ISA documentation: improved cross-reference. [not found] ` <200512292149.55237.jesper.juhl@gmail.com> @ 2006-01-07 15:11 ` G.W. Haywood 2006-01-09 13:06 ` Marcelo Tosatti 2006-01-07 15:13 ` G.W. Haywood 1 sibling, 1 reply; 11+ messages in thread From: G.W. Haywood @ 2006-01-07 15:11 UTC (permalink / raw) To: Linux Kernel Mailing List; +Cc: Marcelo Tosatti From: Ged Haywood <ged@jubileegroup.co.uk> Improved reference to PCI ne2k support in ISA ne2k documentation. Signed-off-by: Ged Haywood <ged@jubileegroup.co.uk> --- Configure.help | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-2.4.32/Documentation/Configure.help.original 2006-01-07 14:48:23.000000000 +0000 +++ linux-2.4.32/Documentation/Configure.help 2006-01-07 14:56:32.000000000 +0000 @@ -12778,7 +12778,8 @@ without a specific driver are compatible with NE2000. If you have a PCI NE2000 card however, say N here and Y to "PCI - NE2000 support", above. If you have a NE2000 card and are running on + NE2000 and clones support" under "EISA, VLB, PCI and on board + controllers" below. If you have a NE2000 card and are running on an MCA system (a bus system used on some IBM PS/2 computers and laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", below. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-07 15:11 ` [PATCH] ne2k PCI/ISA documentation: improved cross-reference G.W. Haywood @ 2006-01-09 13:06 ` Marcelo Tosatti 2006-01-09 16:46 ` G.W. Haywood 2006-01-10 12:42 ` Adrian Bunk 0 siblings, 2 replies; 11+ messages in thread From: Marcelo Tosatti @ 2006-01-09 13:06 UTC (permalink / raw) To: G.W. Haywood; +Cc: Linux Kernel Mailing List On Sat, Jan 07, 2006 at 03:11:40PM +0000, G.W. Haywood wrote: > From: Ged Haywood <ged@jubileegroup.co.uk> > > Improved reference to PCI ne2k support in ISA ne2k documentation. > > Signed-off-by: Ged Haywood <ged@jubileegroup.co.uk> > --- > Configure.help | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > --- linux-2.4.32/Documentation/Configure.help.original 2006-01-07 14:48:23.000000000 +0000 > +++ linux-2.4.32/Documentation/Configure.help 2006-01-07 14:56:32.000000000 +0000 > @@ -12778,7 +12778,8 @@ > without a specific driver are compatible with NE2000. > > If you have a PCI NE2000 card however, say N here and Y to "PCI > - NE2000 support", above. If you have a NE2000 card and are running on > + NE2000 and clones support" under "EISA, VLB, PCI and on board > + controllers" below. If you have a NE2000 card and are running on > an MCA system (a bus system used on some IBM PS/2 computers and > laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", > below. Hi Ged, Appreciate your efforts but the v2.4 tree is under deep maintenance mode with an acceptance criteria for critical bugfixes only. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-09 13:06 ` Marcelo Tosatti @ 2006-01-09 16:46 ` G.W. Haywood 2006-01-09 16:35 ` Marcelo Tosatti 2006-01-10 12:42 ` Adrian Bunk 1 sibling, 1 reply; 11+ messages in thread From: G.W. Haywood @ 2006-01-09 16:46 UTC (permalink / raw) To: Marcelo Tosatti; +Cc: Linux Kernel Mailing List Hi Marcelo, On Mon, 9 Jan 2006, Marcelo Tosatti wrote: > On Sat, Jan 07, 2006 at 03:11:40PM +0000, G.W. Haywood wrote: > > From: Ged Haywood <ged@jubileegroup.co.uk> > > > > Improved reference to PCI ne2k support in ISA ne2k documentation. > Appreciate your efforts but the v2.4 tree is under deep maintenance mode Sorry, I didn't know. (And evidently several other people on the LKML didn't know either... :) Does that mean that development is finished on the 2.4 tree, or will it switch back to accepting patches at some future time? There's quite a lot in the Documentation/ directory that could be improved (as you probably know:). 73, Ged. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-09 16:46 ` G.W. Haywood @ 2006-01-09 16:35 ` Marcelo Tosatti 2006-01-10 19:54 ` Jesper Juhl 0 siblings, 1 reply; 11+ messages in thread From: Marcelo Tosatti @ 2006-01-09 16:35 UTC (permalink / raw) To: G.W. Haywood; +Cc: Linux Kernel Mailing List On Mon, Jan 09, 2006 at 04:46:09PM +0000, G.W. Haywood wrote: > Hi Marcelo, > > On Mon, 9 Jan 2006, Marcelo Tosatti wrote: > > > On Sat, Jan 07, 2006 at 03:11:40PM +0000, G.W. Haywood wrote: > > > From: Ged Haywood <ged@jubileegroup.co.uk> > > > > > > Improved reference to PCI ne2k support in ISA ne2k documentation. > > > Appreciate your efforts but the v2.4 tree is under deep maintenance mode > > Sorry, I didn't know. (And evidently several other people on the LKML > didn't know either... :) Does that mean that development is finished > on the 2.4 tree, or will it switch back to accepting patches at some > future time? Development is definately finished. The maintenance of the stable tree at this point should be done to fix critical problems. So, its accepting patches, but only for critical problems/real bugs. > There's quite a lot in the Documentation/ directory that could be > improved (as you probably know:). Definately - the community has concentrated efforts on the v2.6 tree for more than 3, 4 years. linux-2.6.14/drivers/net/Kconfig has the exact same text: If you have a PCI NE2000 card however, say N here and Y to "PCI NE2000 support", above. If you have a NE2000 card and are running on an MCA system (a bus system used on some IBM PS/2 computers and laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", below. Send a patch :) ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-09 16:35 ` Marcelo Tosatti @ 2006-01-10 19:54 ` Jesper Juhl 0 siblings, 0 replies; 11+ messages in thread From: Jesper Juhl @ 2006-01-10 19:54 UTC (permalink / raw) To: Marcelo Tosatti; +Cc: G.W. Haywood, Linux Kernel Mailing List On 1/9/06, Marcelo Tosatti <marcelo.tosatti@cyclades.com> wrote: > On Mon, Jan 09, 2006 at 04:46:09PM +0000, G.W. Haywood wrote: > > Hi Marcelo, > > > > On Mon, 9 Jan 2006, Marcelo Tosatti wrote: > > > > > On Sat, Jan 07, 2006 at 03:11:40PM +0000, G.W. Haywood wrote: > > > > From: Ged Haywood <ged@jubileegroup.co.uk> > > > > > > > > Improved reference to PCI ne2k support in ISA ne2k documentation. > > > > > Appreciate your efforts but the v2.4 tree is under deep maintenance mode > > > > Sorry, I didn't know. (And evidently several other people on the LKML > > didn't know either... :) Does that mean that development is finished > > on the 2.4 tree, or will it switch back to accepting patches at some > > future time? > > Development is definately finished. The maintenance of the stable tree > at this point should be done to fix critical problems. > > So, its accepting patches, but only for critical problems/real bugs. > > > There's quite a lot in the Documentation/ directory that could be > > improved (as you probably know:). > > Definately - the community has concentrated efforts on the v2.6 tree > for more than 3, 4 years. > > linux-2.6.14/drivers/net/Kconfig has the exact same text: > > If you have a PCI NE2000 card however, say N here and Y to "PCI > NE2000 support", above. If you have a NE2000 card and are running on > an MCA system (a bus system used on some IBM PS/2 computers and > laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", > below. > > Send a patch :) > Mr. Haywood already did (to LKML). I created a 2.6 version of his patch and he submitted it to LKML - it's not been picked up yet though. -- Jesper Juhl <jesper.juhl@gmail.com> Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html Plain text mails only, please http://www.expita.com/nomime.html ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-09 13:06 ` Marcelo Tosatti 2006-01-09 16:46 ` G.W. Haywood @ 2006-01-10 12:42 ` Adrian Bunk 2006-01-11 16:56 ` Marcelo Tosatti 1 sibling, 1 reply; 11+ messages in thread From: Adrian Bunk @ 2006-01-10 12:42 UTC (permalink / raw) To: Marcelo Tosatti; +Cc: G.W. Haywood, Linux Kernel Mailing List On Mon, Jan 09, 2006 at 11:06:55AM -0200, Marcelo Tosatti wrote: > On Sat, Jan 07, 2006 at 03:11:40PM +0000, G.W. Haywood wrote: > > From: Ged Haywood <ged@jubileegroup.co.uk> > > > > Improved reference to PCI ne2k support in ISA ne2k documentation. > > > > Signed-off-by: Ged Haywood <ged@jubileegroup.co.uk> > > --- > > Configure.help | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > --- linux-2.4.32/Documentation/Configure.help.original 2006-01-07 14:48:23.000000000 +0000 > > +++ linux-2.4.32/Documentation/Configure.help 2006-01-07 14:56:32.000000000 +0000 > > @@ -12778,7 +12778,8 @@ > > without a specific driver are compatible with NE2000. > > > > If you have a PCI NE2000 card however, say N here and Y to "PCI > > - NE2000 support", above. If you have a NE2000 card and are running on > > + NE2000 and clones support" under "EISA, VLB, PCI and on board > > + controllers" below. If you have a NE2000 card and are running on > > an MCA system (a bus system used on some IBM PS/2 computers and > > laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", > > below. > > Hi Ged, > > Appreciate your efforts but the v2.4 tree is under deep maintenance mode > with an acceptance criteria for critical bugfixes only. Wouldn't it make sense to make an exception from this rule for documentation updates? Documentation updates can't do much harm. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-10 12:42 ` Adrian Bunk @ 2006-01-11 16:56 ` Marcelo Tosatti 0 siblings, 0 replies; 11+ messages in thread From: Marcelo Tosatti @ 2006-01-11 16:56 UTC (permalink / raw) To: Adrian Bunk; +Cc: G.W. Haywood, Linux Kernel Mailing List On Tue, Jan 10, 2006 at 01:42:35PM +0100, Adrian Bunk wrote: > On Mon, Jan 09, 2006 at 11:06:55AM -0200, Marcelo Tosatti wrote: > > On Sat, Jan 07, 2006 at 03:11:40PM +0000, G.W. Haywood wrote: > > > From: Ged Haywood <ged@jubileegroup.co.uk> > > > > > > Improved reference to PCI ne2k support in ISA ne2k documentation. > > > > > > Signed-off-by: Ged Haywood <ged@jubileegroup.co.uk> > > > --- > > > Configure.help | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > --- linux-2.4.32/Documentation/Configure.help.original 2006-01-07 14:48:23.000000000 +0000 > > > +++ linux-2.4.32/Documentation/Configure.help 2006-01-07 14:56:32.000000000 +0000 > > > @@ -12778,7 +12778,8 @@ > > > without a specific driver are compatible with NE2000. > > > > > > If you have a PCI NE2000 card however, say N here and Y to "PCI > > > - NE2000 support", above. If you have a NE2000 card and are running on > > > + NE2000 and clones support" under "EISA, VLB, PCI and on board > > > + controllers" below. If you have a NE2000 card and are running on > > > an MCA system (a bus system used on some IBM PS/2 computers and > > > laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", > > > below. > > > > Hi Ged, > > > > Appreciate your efforts but the v2.4 tree is under deep maintenance mode > > with an acceptance criteria for critical bugfixes only. > > Wouldn't it make sense to make an exception from this rule for > documentation updates? > > Documentation updates can't do much harm. Hi Adrian, That would open precedence on "exceptions" - one could argue that different classes of updates can't do much harm either. The maintenance process should concentrate on problems which can affect installations running legacy v2.4. Another point in favour of restricting updates on the v2.4 tree are external patches. There are a bunch of them being cultivated by the community. For them, the less changes in mainline, the better. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] ne2k PCI/ISA documentation: improved cross-reference. [not found] ` <200512292149.55237.jesper.juhl@gmail.com> 2006-01-07 15:11 ` [PATCH] ne2k PCI/ISA documentation: improved cross-reference G.W. Haywood @ 2006-01-07 15:13 ` G.W. Haywood 2006-01-09 15:47 ` Jeff Garzik 1 sibling, 1 reply; 11+ messages in thread From: G.W. Haywood @ 2006-01-07 15:13 UTC (permalink / raw) To: Linux Kernel Mailing List From: Ged Haywood <ged@jubileegroup.co.uk> Improved reference to PCI ne2k support in ISA ne2k documentation. Signed-off-by: Ged Haywood <ged@jubileegroup.co.uk> --- drivers/net/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) --- linux-2.6.15-rc7-git3-orig/drivers/net/Kconfig 2005-12-29 21:15:54.000000000 +0100 +++ linux-2.6.15-rc7-git3/drivers/net/Kconfig 2005-12-29 21:33:26.000000000 +0100 @@ -1076,7 +1076,8 @@ without a specific driver are compatible with NE2000. If you have a PCI NE2000 card however, say N here and Y to "PCI - NE2000 support", above. If you have a NE2000 card and are running on + NE2000 and clone support" under "EISA, VLB, PCI and on board + controllers" below. If you have a NE2000 card and are running on an MCA system (a bus system used on some IBM PS/2 computers and laptops), say N here and Y to "NE/2 (ne2000 MCA version) support", below. ^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH] ne2k PCI/ISA documentation: improved cross-reference. 2006-01-07 15:13 ` G.W. Haywood @ 2006-01-09 15:47 ` Jeff Garzik 0 siblings, 0 replies; 11+ messages in thread From: Jeff Garzik @ 2006-01-09 15:47 UTC (permalink / raw) To: G.W. Haywood; +Cc: Linux Kernel Mailing List G.W. Haywood wrote: > From: Ged Haywood <ged@jubileegroup.co.uk> > > Improved reference to PCI ne2k support in ISA ne2k documentation. > > Signed-off-by: Ged Haywood <ged@jubileegroup.co.uk> > --- > > drivers/net/Kconfig | 3 ++- > 1 files changed, 2 insertions(+), 1 deletion(-) patch OK, but does not apply: Applying 'ne2k PCI/ISA documentation: improved cross-reference.' fatal: corrupt patch at line 10 ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2006-01-11 23:49 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-29 13:04 Documentation patch G.W. Haywood
2005-12-29 13:13 ` Erik Mouw
[not found] ` <9a8748490512290553g448d1e28w65dad834cd08e1a7@mail.gmail.com>
[not found] ` <Pine.LNX.4.58.0512291520250.6219@mail3.jubileegroup.co.uk>
[not found] ` <200512292149.55237.jesper.juhl@gmail.com>
2006-01-07 15:11 ` [PATCH] ne2k PCI/ISA documentation: improved cross-reference G.W. Haywood
2006-01-09 13:06 ` Marcelo Tosatti
2006-01-09 16:46 ` G.W. Haywood
2006-01-09 16:35 ` Marcelo Tosatti
2006-01-10 19:54 ` Jesper Juhl
2006-01-10 12:42 ` Adrian Bunk
2006-01-11 16:56 ` Marcelo Tosatti
2006-01-07 15:13 ` G.W. Haywood
2006-01-09 15:47 ` Jeff Garzik
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox