Re: ACPI says: too many dependant configs(?)

2000-12-26 Thread Mike Smith
Since we are on the subject of ACPI, it is working great except for one thing, it can't attach my sound card to the pcm device (does that sound correct?). It definitely sees it: unknown: YMH0021 can't assign resources This would suggest that something else is taking one or more of the

ACPI says: too many dependant configs(?)

2000-12-24 Thread Donald J . Maddox
Last night I installed a kernel with 'device acpica' for the 1st time, and all seems fine, except that I see this at boot: . . . npx0: math processor on motherboard npx0: INT 16 interface too many dependant configs too many dependant configs too many dependant configs too many dependant configs

Re: ACPI says: too many dependant configs(?)

2000-12-24 Thread Mike Smith
Last night I installed a kernel with 'device acpica' for the 1st time, and all seems fine, except that I see this at boot: ... too many dependant configs ... I traced this message to /usr/src/sys/dev/acpica/acpi_isa.c, function acpi_isa_set_start_dependant(). Now, I have not had any

Re: ACPI says: too many dependant configs(?)

2000-12-24 Thread Donald J . Maddox
Ok, thanks for the info... But this begs the question: Why does the code limit maxdeps to 8? On Sun, Dec 24, 2000 at 11:50:13AM -0800, Mike Smith wrote: Last night I installed a kernel with 'device acpica' for the 1st time, and all seems fine, except that I see this at boot: ... too

Re: ACPI says: too many dependant configs(?)

2000-12-24 Thread Mike Smith
Ok, thanks for the info... But this begs the question: Why does the code limit maxdeps to 8? I'd guess that it seemed like a good number at the time. I mostly just duplicated the ISA code (which I'm not entirely a fan of, but it's a known evil). I'm sure that it'd be possible to come up

Re: ACPI says: too many dependant configs(?)

2000-12-24 Thread Wesley Morgan
Since we are on the subject of ACPI, it is working great except for one thing, it can't attach my sound card to the pcm device (does that sound correct?). It definitely sees it: unknown: YMH0021 can't assign resources Looks like the yamaha chipset to me. If I could get sound working, I'd