Re: [PATCHSET 17/23] add support for PC-9800 architecture (SCSI)

Alan Cox (alan@lxorguk.ukuu.org.uk)
28 Oct 2002 22:33:51 +0000


On Mon, 2002-10-28 at 17:30, Osamu Tomita wrote:
> This is a part 17/23 of patchset for add support NEC PC-9800 architecture,
> against 2.5.44.

If all the BIOS mapping for the PC9800 is the same then intead of
patching the drivers add an

if(pc98)
pci98_bios_param(...)
else
host->bios_param()

change in the scsi core code not in each driver

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