Frank Mayhar wrote:
> Nick Sayer wrote:
> > Frank Mayhar wrote:
> > > Well, this doesn't help me a whole lot with pcm.
> > I think it does. Try configuring pcm0 at 0x534 (4, not 0), irq 5,
> > dma 0, flags 0x11 (presuming the BIOS says 0x530, irq 5, dma 0 & 1).
> > This did work for me once upon a time, modulo bugs in the old pcm code.
>
> Sigh. I tried this. I get the *exact* same hang as before. It looks
> like newpcm is trying to get the device on the pci bus without respect to
> the configuration in the config file.
>
> The line I used was
> device pcm0 at isa? port 0x534 irq 5 drq 0 flags 0x11
> with no "device pcm0" line.
>
> Argh. Next suggestion?
Try changing the 'device pcm0 at .....' to this:
options PNPBIOS
device pcm0
with *no* 'at isa?'. See what happens. If it shows up in the pnp id tags but
isn't recognized, show us the 'unknown*' lines from dmesg.
Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message