Skip to content

Commit

Permalink
Merge pull request #50 from ZuluSCSI/enable_dma_timer
Browse files Browse the repository at this point in the history
Enable PHY_MODE_DMA_TIMER on ZuluSCSI V1.1. This will only happen if no GreenPAK is not present/detected. 99.9% of boards have this optional SLG46824 installed, at either U401 or U401.
  • Loading branch information
aperezbios authored Sep 6, 2022
2 parents dc30e55 + c5046e0 commit 9e3adcf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/ZuluSCSI_platform_GD32F205/scsiPhy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ static void selectPhyMode()
{
int oldmode = g_scsi_phy_mode;

// TODO: Change to BEST_AVAILABLE once accelerated modes are tested enough.
// int default_mode = PHY_MODE_BEST_AVAILABLE;
int default_mode = PHY_MODE_GREENPAK_DMA;
int default_mode = PHY_MODE_BEST_AVAILABLE;

// Read overriding setting from configuration file
int wanted_mode = ini_getl("SCSI", "PhyMode", default_mode, CONFIGFILE);
Expand Down

0 comments on commit 9e3adcf

Please sign in to comment.