Re: [PATCHSET] PC-9800 subarch. support for 2.5.60 (30/34) SCSI

Christoph Hellwig (hch@infradead.org)
Wed, 12 Feb 2003 15:46:43 +0000


On Wed, Feb 12, 2003 at 11:14:56PM +0900, Osamu Tomita wrote:
> +ifneq ($(CONFIG_X86_PC9800),y)
> +scsi_mod-objs += scsicam.o
> +else
> +export-objs += wd33c93.o

export-objs is gone in 2.5.60.

> +scsi_mod-objs += scsicam98.o

umm, if you change stuff slightly cam isn't cam anymore..

> +/* For PC-9800 architecture support */
> +extern struct scsi_device *sd_find_params_by_bdev(struct block_device *, char **, sector_t *);
> +EXPORT_SYMBOL(sd_find_params_by_bdev);

this is never going to get in, sorry.

>
> /* override with calculated, extended default, or driver values */
> - if (host->hostt->bios_param)
> + if (!pc98 && host->hostt->bios_param)

please implement a proper pc98 ->bios_param method instead of messing
with the generic code.

-
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/