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/