Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-18 Thread Marco Gerards
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > And that doesn't mean that it will be easy to hunt down copyright > holders to code etc. And such changes don't help when you want to > update the file from some upstream source (in this case, Linux), since > it will just "disapper". If you want t

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-18 Thread Alfred M. Szmidt
> Eeech, please don't do that. If we need to find copyright > holders for particular changes then this will cause a mess. > Always note the person in the ChangeLog instead. Marcus asked me to do this. And that doesn't mean that it will be easy to hunt down copyright holders to code e

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-18 Thread Marco Gerards
"Alfred M. Szmidt" <[EMAIL PROTECTED]> writes: > Eeech, please don't do that. If we need to find copyright holders for > particular changes then this will cause a mess. Always note the > person in the ChangeLog instead. Marcus asked me to do this. -- Marco __

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-18 Thread Alfred M. Szmidt
> 2004-02-15 Michael Banck <[EMAIL PROTECTED]> > >Adds support for 3c556 from Linux-2.2.17-pre14, originally by >Fred Maciel. > >* linux/src/drivers/net/3c59x.c (pci_tbl): Added 3c556 PCI IDs and >chipset features. >(vortex_probe1): Special case da

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-18 Thread Alfred M. Szmidt
Index: linux/src/drivers/net/3c59x.c === RCS file: /cvsroot/hurd/gnumach/linux/src/drivers/net/Attic/3c59x.c,v retrieving revision 1.3 diff -u -p -r1.3 3c59x.c --- linux/src/drivers/net/3c59x.c8 Oct 1999 13:50:16

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-17 Thread Marco Gerards
Marco Gerards <[EMAIL PROTECTED]> writes: > What about: > > 2004-02-15 Michael Banck <[EMAIL PROTECTED]> > > Adds support for 3c556 from Linux-2.2.17-pre14, originally by > Fred Maciel. > > * linux/src/drivers/net/3c59x.c (pci_tbl): Added 3c556 PCI IDs and > chipse

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-17 Thread Michael Banck
On Tue, Feb 17, 2004 at 12:06:12PM +0100, Alfred M. Szmidt wrote: >Index: linux/src/drivers/net/3c59x.c >=== >RCS file: /cvsroot/hurd/gnumach/linux/src/drivers/net/Attic/3c59x.c,v >retrieving revision 1.3 >diff -u -

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-17 Thread Alfred M. Szmidt
2004-02-15 Michael Banck <[EMAIL PROTECTED]> Adds support for 3c556 from Linux-2.2.17-pre14, originally by Fred Maciel. * linux/src/drivers/net/3c59x.c (pci_tbl): Added 3c556 PCI IDs and chipset features. (vortex_probe1): Special case da

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-17 Thread Alfred M. Szmidt
2004-02-15 Michael Banck <[EMAIL PROTECTED]> * linux/src/drivers/net/3c59x.c: Added support for 3c556 from Linux-2.2.17-pre14, originally by Fred Maciel. (pci_tbl): Added 3c556 PCI IDs and chipset features. (vortex_probe1): Special case data values

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-16 Thread Michael Banck
On Mon, Feb 16, 2004 at 11:06:28PM +0100, Marco Gerards wrote: > What about: > > 2004-02-15 Michael Banck <[EMAIL PROTECTED]> > > Adds support for 3c556 from Linux-2.2.17-pre14, originally by > Fred Maciel. > > * linux/src/drivers/net/3c59x.c (pci_tbl): Added 3c556 PCI

Re: [patch] GNU Mach-1.x support for 3c556 NIC

2004-02-16 Thread Marco Gerards
Michael Banck <[EMAIL PROTECTED]> writes: > Hi, > > this patch adds support in GNU Mach 1.x for the 3Com 3c556 chip, as > found in my notebook. I've extracted it from Linux-2.2, and it seems to > work well :) Thanks a lot for your patch, it looks fine to me. > I hope the ChangeLog entry is alr

[patch] GNU Mach-1.x support for 3c556 NIC

2004-02-15 Thread Michael Banck
Hi, this patch adds support in GNU Mach 1.x for the 3Com 3c556 chip, as found in my notebook. I've extracted it from Linux-2.2, and it seems to work well :) I hope the ChangeLog entry is alright, feel free to correct me. 2004-02-15 Michael Banck <[EMAIL PROTECTED]>