@GrumpyOldMan
Quote:
First, the BPPC SCSI - can somebody please explain why it
is not supported? Is it a technical problem? I have
understood CSPPC SCSI is supported, so why not BPPC one?
The SCSI chips on both cards are different.
For a working driver, you need the information how to
access the SCSI chip on the card (which chip register
has which address etc), the docs for the chip, knowledge
in SCRIPT code (the chip executes a program written in
SCRIPT, thats probably a bit more complicated than the
average IDE driver), knowledge in SCSI, knowledge in
OS4 device driver programming including DMA, an A1200,
a BlizzardPPC card, a SCSI card for the BlizzardPPC,
some SCSI devices, time and motivation.
There may exist persons which have the knowledge but not
the hardware, the typical experienced OS4 developer has an
AOne, eventually a CSPPC, but no BPPC with SCSI. Or the
motivation may be missing (IDE works, IDEFix works, AFAIK
EIDE99 and FastATA work, SCSI is a dead standard nowadays,
the future is IDE/PATA/SATA/USB). Or the docs are missing
(dont remember if there exists a BPPC SCSI driver source
code with a NetBSD-like license, or at least docs about
the BPPC card register layout).
Quote:
Second, the USB - what controllers are supported? Can we for example use Spider USB cards?
The Highway is supported by the Sirion USB stack.
Its also possible to use Poseidon and its Subway driver,
I dont know if using Poseidon and its Spider driver would work.
Quote:
Finally, is OS4 for classics able to use the joystick ports on the mobo?
It comes with the classic version of gameport.device so it
should work, have not tested it for years but when it would
not work I'm pretty sure a bug report would have been filed.