All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luben Tuikov <luben_tuikov@adaptec.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: [patch 0/28] Sync up drivers/scsi/aic7xxx
Date: Tue, 28 Sep 2004 09:19:14 -0400	[thread overview]
Message-ID: <415964D2.80808@adaptec.com> (raw)
In-Reply-To: <20040928141228.A1815@infradead.org>



Christoph Hellwig wrote:
>  > config SCSI_AIC79XX
>  >       tristate "Adaptec AIC79xx U320 support"
>  > -     depends on PCI && SCSI
>  > +     depends on PCI
> 
> wrong.
> 
>  > config AIC79XX_BUILD_FIRMWARE
>  >       bool "Build Adapter Firmware with Kernel Build"
>  > -     depends on SCSI_AIC79XX && !PREVENT_FIRMWARE_BUILD
>  > +     depends on SCSI_AIC79XX
> 
> wrong.
> 
>  > -     depends on (PCI || EISA) && SCSI
>  > +     depends on PCI || EISA
> 
> wrong.
> 
>  >       ---help---
>  >       This driver supports all of Adaptec's Fast through Ultra 160 PCI
>  >       based SCSI controllers as well as the aic7770 based EISA and VLB
>  >       SCSI controllers (the 274x and 284x series).  For AAA and ARO 
> based
>  >       configurations, only SCSI functionality is provided.
>  >
>  > -     To compile this driver as a module, choose M here: the
>  > -     module will be called aic7xxx.
>  > +     If you want to compile the driver as a module ( = code which 
> can be
>  > +     inserted in and removed from the running kernel whenever you 
> want),
>  > +     say M here and read <file:Documentation/modules.txt>.  The module
>  > +     will be called aic7xxx.
> 
> wrong.
> 
>  >
>  > config AIC7XXX_CMDS_PER_DEVICE
>  >       int "Maximum number of TCQ commands per device"
>  > @@ -61,7 +63,7 @@
>  >
>  > config AIC7XXX_BUILD_FIRMWARE
>  >       bool "Build Adapter Firmware with Kernel Build"
>  > -     depends on SCSI_AIC7XXX && !PREVENT_FIRMWARE_BUILD
>  > +     depends on SCSI_AIC7XXX
> 
> wrong.
> 
>  > -ifdef WARNINGS_BECOME_ERRORS
>  > -EXTRA_CFLAGS += -Werror
>  > -endif
>  > +EXTRA_CFLAGS += -Idrivers/scsi -Werror
> 
> wrong.
> 
>  > ifeq ($(CONFIG_AIC7XXX_BUILD_FIRMWARE),y)
>  > -# Create a dependency chain in generated files
>  > -# to avoid concurrent invocations of the single
>  > -# rule that builds them all.
>  > -aic7xxx_seq.h: aic7xxx_reg.h
>  > -ifeq ($(CONFIG_AIC7XXX_REG_PRETTY_PRINT),y)
>  > -aic7xxx_reg.h: aic7xxx_reg_print.c
>  > -endif
> 
> wrong.
> 
>  > ifeq ($(CONFIG_AIC79XX_BUILD_FIRMWARE),y)
>  > -# Create a dependency chain in generated files
>  > -# to avoid concurrent invocations of the single
>  > -# rule that builds them all.
>  > -aic79xx_seq.h: aic79xx_reg.h
>  > -ifeq ($(CONFIG_AIC79XX_REG_PRETTY_PRINT),y)
>  > -aic79xx_reg.h: aic79xx_reg_print.c
>  > -endif
> 
> wrong.
> 
>  > -static ahc_device_setup_t ahc_aic7770_EISA_setup;
>  > +static ahc_device_setup_t ahc_aic7770_EISA_setup;;
> 
> wrong,
> 
>  > -             printf("aic7770_config: invalid irq setting %d\n", 
> intdef);
>  > +             printf("aic7770_config: illegal irq setting %d\n", 
> intdef);
> 
> wrong.
> 
> Luben, I give up on this patch.  So far this is exclusively reverting
> fixes we had in mainline.

True -- I just needed a base so as to be able to "link"
the rest of the patches from our SCM.

The "final" version has all the dependencies right.

	Luben


  reply	other threads:[~2004-09-28 13:19 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-28 13:03 [patch 0/28] Sync up drivers/scsi/aic7xxx Luben Tuikov
2004-09-28 13:11 ` Matthew Wilcox
2004-09-28 13:17   ` Luben Tuikov
2004-09-28 13:29     ` Matthew Wilcox
2004-09-28 13:12 ` Christoph Hellwig
2004-09-28 13:19   ` Luben Tuikov [this message]
2004-09-28 13:21     ` Christoph Hellwig
2004-09-28 13:30       ` Luben Tuikov
2004-09-28 13:36         ` Christoph Hellwig
2004-09-28 13:42           ` Luben Tuikov
2004-09-28 14:31             ` Christoph Hellwig
2004-09-28 14:57         ` Matthias Andree
2004-09-28 13:27 ` Olaf Hering
2004-09-28 14:13 ` Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=415964D2.80808@adaptec.com \
    --to=luben_tuikov@adaptec.com \
    --cc=hch@infradead.org \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.