diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-25 03:32:31 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-03-25 03:32:31 +0000 |
| commit | 8c419476627d240b12dc551a24e3c78b7e7be060 (patch) | |
| tree | 1c2791332f143759f31f244f340022fb063b0710 | |
| parent | e4960ae4f58b829c3075a8f14a38f9c8aaeba3b4 (diff) | |
Notes
| -rw-r--r-- | sys/i386/isa/sound/sb16_dsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/sb16_dsp.c b/sys/i386/isa/sound/sb16_dsp.c index fd297db0658e..98c985b13167 100644 --- a/sys/i386/isa/sound/sb16_dsp.c +++ b/sys/i386/isa/sound/sb16_dsp.c @@ -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 |
