lkml.org 
[lkml]   [2003]   [Feb]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCHSET] PC-9800 subarch. support for 2.5.60 (30/34) SCSI
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/

\
 
 \ /
  Last update: 2005-03-22 13:33    [W:0.077 / U:5.784 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site