Sound card not detected with acpi enabled on Compaq Armada 1500c

Nate Lawson nate at root.org
Mon Oct 11 12:55:18 PDT 2004


takawata at jp.freebsd.org wrote:
> How about this?
> 
> Index: sbc.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/dev/sound/isa/sbc.c,v
> retrieving revision 1.42
> diff -u -r1.42 sbc.c
> --- sbc.c	16 Jul 2004 03:59:54 -0000	1.42
> +++ sbc.c	11 Oct 2004 07:53:21 -0000
> @@ -790,5 +790,6 @@
>  
>  /* sbc can be attached to an isa bus. */
>  DRIVER_MODULE(snd_sbc, isa, sbc_driver, sbc_devclass, 0, 0);
> +DRIVER_MODULE(snd_sbc, acpi, sbc_driver, sbc_devclass, 0, 0);
>  MODULE_DEPEND(snd_sbc, sound, SOUND_MINVER, SOUND_PREFVER, SOUND_MAXVER);
>  MODULE_VERSION(snd_sbc, 1);

I have committed this fix and others to the surrounding ISA sound drivers.

Thanks!

-Nate


More information about the freebsd-acpi mailing list