Renamed Adaptec 154x adapter source to Buslogic as now it emulates the Buslogic BT-540B SCSI adapter.
Moved CD-ROM read data buffer declaration and definitions to SCSI source files and headers, but still applying to IDE when needed. SCSI Read commands now return the correct sectors on callback. DMA bug fixes.
This commit is contained in:
@@ -19,5 +19,5 @@ void writedma2(uint8_t temp);
|
||||
int dma_channel_read(int channel);
|
||||
int dma_channel_write(int channel, uint16_t val);
|
||||
|
||||
void DMAPageRead(uint32_t PhysAddress, void *DataRead, size_t TotalSize);
|
||||
void DMAPageWrite(uint32_t PhysAddress, const void *DataWrite, size_t TotalSize);
|
||||
void DMAPageRead(uint32_t PhysAddress, void *DataRead, uint32_t TotalSize);
|
||||
void DMAPageWrite(uint32_t PhysAddress, const void *DataWrite, uint32_t TotalSize);
|
||||
Reference in New Issue
Block a user