Date: Sun, 13 Jul 1997 20:45:57 -0400 From: Randall Hopper <rhh@ct.picker.com> To: Amancio Hasty <hasty@rah.star-gate.com> Cc: multimedia@freebsd.org Subject: guspnp9: strange dma #s in probe output Message-ID: <19970713204557.61315@ct.picker.com>
next in thread | raw e-mail | index | archive | help
I noticed that in the verbose probe output from the sound driver, that there are "two" DMAs being printed for the "sb" and "sbxvi" devices. They each only use one. The should be sb = 1 and sbxvi = 5. It's printing sb = 1,7; sbxvi = 5,7. Does this indicate a problem, or should I ignore it? Randall sndtable_probe(3) installing card 0 installed card 0 Driver name 'ProAudioSpectrum' probe 0xf01e3d04 Failed to find hardware pas0 not found at 0x388 sndtable_probe(2) installing card 1 installed card 1 Driver name 'SoundBlaster' probe 0xf01e6aa8 Probing sb at 0x00000220 start sb_dsp_detect, base 0x220 irq 5 start sb_reset_dsp done RESET 1 done tenmicrosec done RESET 0 Hardware probed OK sb0 at 0x220 irq 5 drq 1 flags 0xffffffff on isa sndtable_init_card(2) entered Located card - calling attach routine start sb_dsp_detect, base 0x220 irq 5 start sb_reset_dsp done RESET 1 done tenmicrosec done RESET 0 SoundBlaster 16 4.13> at 0x220 irq 5 dma 1,7 attach routine finished sndtable_probe(6) installing card 2 installed card 2 Driver name 'SoundBlaster16' probe 0xf01e8fa8 start sb_reset_dsp done RESET 1 done tenmicrosec done RESET 0 Hardware probed OK sbxvi0 at 0x0 drq 5 flags 0xffffffff on isa sndtable_init_card(6) entered Located card - calling attach routine SoundBlaster 16 4.13> at 0x000 irq -1 dma 5,7 attach routine finished sndtable_probe(7) installing card 3 installed card 3 Driver name 'SB16 MIDI' probe 0xf01e942c Hardware probed OK sbmidi0 at 0x330 on isa sndtable_init_card(7) entered Located card - calling attach routine SoundBlaster MPU-401> at 0x330 irq -1 attach routine finished sndtable_probe(1) installing card 4 installed card 4 Driver name 'OPL-2/OPL-3 FM' probe 0xf01e1fc4 Hardware probed OK opl0 at 0x388 on isa sndtable_init_card(1) entered Located card - calling attach routine Yamaha OPL3 FM> at 0x388 attach routine finished
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970713204557.61315>