NCR 53c9x MCA small improvements.

1. Changed the MCA ID of said adapter to one that is add-on based rather than integrated (still no bios though).
2. Fixed the DMA/IRQ stuff of the 86c01 DMA side of the card.
This commit is contained in:
TC1995
2024-01-03 23:22:05 +01:00
parent 246a842cef
commit 127c00b22e
3 changed files with 53 additions and 49 deletions

View File

@@ -26,6 +26,6 @@
#define SCSI_PCSCSI_H
extern const device_t dc390_pci_device;
extern const device_t ncr53c90_mca_device;
extern const device_t ncr53c90a_mca_device;
#endif /*SCSI_BUSLOGIC_H*/