Module Name:src
Committed By: mrg
Date: Thu Jan 11 06:19:49 UTC 2024
Modified Files:
src/sys/dev/mscp: mscp.c mscp_disk.c mscp_tape.c mscpvar.h
Log Message:
mscp(4): add ability for rronline() callback in a workqueue
when an ra(4) disk comes online the hardware interrupt
Module Name:src
Committed By: mrg
Date: Thu Jan 11 06:19:49 UTC 2024
Modified Files:
src/sys/dev/mscp: mscp.c mscp_disk.c mscp_tape.c mscpvar.h
Log Message:
mscp(4): add ability for rronline() callback in a workqueue
when an ra(4) disk comes online the hardware interrupt
Message fixed in repo, should have been:
Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code mscp_attach() still iterates over each unit on a bus,
but mscp_dorsp() now detects if we have reach
For "betters" read "numbers". This has just been a perfect day...
On 10 July 2012 23:42, David Brownlee wrote:
> Message fixed in repo, should have been:
>
> Adjust MSCP attach routines. The current code worked fine on simh-vax, but
> unfortunately failed on at least one 'real' SCSI MSCP adaptor.