[ros-kernel] ScsiPort (2)

Eric Kohl eric.kohl at t-online.de
Fri Apr 9 20:39:34 CEST 2004


"Hartmut Birr" <Hartmut.Birr at gmx.de> wrote:


> I've rewrote the code which handles processing of irp's and notifications
> from miniport driver. It should also fix the problem with the AHA-2940
SCSI
> controller. Currently I've tested with the original drivers for a Promise
> Ultra 100TX IDE controller and for a HighPoint HPT370 IDE controller. Both
> of this controllers use only the notification type 'NextRequest'. The code
> may work for the notification type 'NextLuRequest'.

Hartmut,
I checked your improvements to the Scsiport driver with my AHA-2940. All
devices work properly as long as their IDs are starting at 0. If the ID 0 is
unused, an exception is raised in MmProbeAndLockPages() which was called by
IoBuildControlRequest() which was called by SpiSendInquiry().

Congratulations!


Regards,
Eric



More information about the Ros-kernel mailing list