[Fwd: 2.4.16 Bug (PPC)]

war (war@starband.net)
Mon, 26 Nov 2001 13:50:15 -0500


Tom Rini wrote:

> On Mon, Nov 26, 2001 at 01:22:37PM -0500, war wrote:
>
> > This is the actual SCSI driver I need for the 7200/90.
>
> What card did you throw in that box? By default you'd want CONFIG_SCSI_MESH
> (internal) and CONFIG_SCSI_MAC53C94 (external). For the ncr53c8xx stuff
> you would want CONFIG_SCSI_NCR53C8XX (low #s) or the sym_2 driver.
>
> > cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes
> > -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> > -D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2
> > -Wno-uninitialized -mmultiple -mstring -c -o 53c7,8xx.o 53c7,8xx.c
> > 53c7,8xx.c: In function `ncr_pci_init':
> > 53c7,8xx.c:1436: `is_prep' undeclared (first use in this function)
> > 53c7,8xx.c:1436: (Each undeclared identifier is reported only once
> > 53c7,8xx.c:1436: for each function it appears in.)
>
> I just fixed this for 2.2.20, so I'll do it for 2.4.16 shortly and
> submit to marcelo/maintainer of this file.. In short, 'is_prep' is
> bogus and should be (_machine == _MACH_prep).
>
> --
> Tom Rini (TR1265)
> http://gate.crashing.org/~trini/

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