I'm using asc.add for an Advansys ABP-915 and the driver displays
the following during boot:
AscInitGetConfig() warn_code 128
Does anyone know what it means?
Hi Raiko,
Failing being able to go into the SCSI BIOS (sorry, not familiar with that particular card) and re-assigning IRQs and/or address space, I would suggest a newer Adaptec card (first, ensure it is supported by the drivers available). And if it is an IBM system, you may wish to check into the various IBM ServeRAID cards. Not all are supported, but there is a cross reference chart online (if you cant find it, let me know and I will dig it up).
If you can go into the SCSI BIOS (usually there is a message on boot similar to "Hit CTRL-F to enter SCSI BIOS/SETUP/OPTION/ETC", try changing either the IRQ or the card's base address. On certain cards (again, dont know if this will apply, as I am not familiar with that card), if you change the card's base address, you may have to add a switch to the driver parameter in the config.sys file... something like /B:0F00 or similar to tell the driver where the card is "located"
Perhaps a little more about what you are trying to accomplish and what types of drives and devices you are connecting and planning to in the future would be helpful - we would be able to recommend a particular SCSI card based off those needs.
-Robert