Copy io_base configuration address from sb config.

This change is cosmetique.
This commit is contained in:
Andrey A. Chernov 1997-03-25 03:32:31 +00:00
parent e4960ae4f5
commit 8c41947662
1 changed files with 1 additions and 0 deletions

View File

@ -529,6 +529,7 @@ sb16_dsp_detect (struct address_info *hw_config)
if (sbc_major < 4) /* Set by the plain SB driver */
return 0; /* Not a SB16 */
hw_config->io_base = sb_config->io_base;
#ifdef PC98
hw_config->dma = sb_config->dma;
#else