Re: Removing qlogicisp binary only firmware from GNU Mach [repost]

2005-01-21 Thread Marcus Brinkmann
At Sat, 22 Jan 2005 01:18:49 +0100, Guillem Jover <[EMAIL PROTECTED]> wrote: > 2004-10-27 Guillem Jover <[EMAIL PROTECTED]> > > * linux/src/drivers/scsi/qlogicisp_asm.c: Remove file with binary > only firmware. > * linux/src/drivers/scsi/qlogicisp.c: Do not include "qlogicisp_a

Removing qlogicisp binary only firmware from GNU Mach [repost]

2005-01-21 Thread Guillem Jover
Hi, [ This is a repost of the patch. ] This patch removes the binary only firmware from the qlogicisp driver. This driver supports already not reloading the firmware, so it should not get unusable just by disabling this. We are using this patch in the Debian gnumach package. The commiter will h

Re: Removing qlogicisp binary only firmware from GNU Mach

2004-10-27 Thread Alfred M. Szmidt
I thought that src was for pristine source only. This is my interpretation of the comment in gnumach/i386/linux/Makefile.in: # `dev' directory contains modified and glue source files. ... # `src' directory contains original Linux source files. Mine is bit different, that i

Re: Removing qlogicisp binary only firmware from GNU Mach

2004-10-27 Thread Neal H. Walfield
At Wed, 27 Oct 2004 05:46:36 +0200, Alfred M. Szmidt wrote: > >2004-10-25 Guillem Jover <[EMAIL PROTECTED]> > > * linux/src/drivers/net/ns820.c: Copied to ... > * linux/dev/drivers/net/ns820.c: ... here. > > * linux/src/drivers/net/intel-gige.c: Copied to ... >

Re: Removing qlogicisp binary only firmware from GNU Mach

2004-10-26 Thread Guillem Jover
Hi, On Wed, Oct 27, 2004 at 05:46:36AM +0200, Alfred M. Szmidt wrote: > The same applies to your your qlogicisp binary removal patch, > > * linux/src/drivers/scsi/qlogicisp.c: Copied to ... > * linux/dev/drivers/scsi/qlogicisp.c: ... here. > > this isn't needed. Duplicating code lik

Re: Removing qlogicisp binary only firmware from GNU Mach

2004-10-26 Thread Alfred M. Szmidt
[The joys of replying to yourself] Maybe we could like get my NIC patch commited to? The only problem that I see with this patch is that I keep ChangeLog's, so if one uses the whole ChangeLog when commiting one will screw up history. Specially if you have something like: 2000-01-03 Foo Bar

Re: Removing qlogicisp binary only firmware from GNU Mach

2004-10-26 Thread Alfred M. Szmidt
2004-10-25 Guillem Jover <[EMAIL PROTECTED]> * linux/src/drivers/net/ns820.c: Copied to ... * linux/dev/drivers/net/ns820.c: ... here. * linux/src/drivers/net/intel-gige.c: Copied to ... * linux/dev/drivers/net/intel-gige.c: ... here. For the reco

Re: Removing qlogicisp binary only firmware from GNU Mach

2004-10-26 Thread Alfred M. Szmidt
Maybe we could like get my NIC patch commited to? And then there are those nice fixes for the whole autoconf thing, those too would be nice to get commited. Or are there any problems with those two "patches"? I can clean them up if someone actually tells me that these things can get included. O

Removing qlogicisp binary only firmware from GNU Mach

2004-10-26 Thread Guillem Jover
Hi, This patch removes the binary only firmware from the qlogicisp driver. This driver supports already not reloading the firmware, so it should not get unusable just by disabling this. The commiter will have to remove the qlogicisp_asm.c file. 2004-10-26 Guillem Jover <[EMAIL PROTECTED]>