Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Oct 2004 09:51:53 -0700
From:      Nate Lawson <nate@root.org>
To:        takawata@jp.freebsd.org
Cc:        freebsd-acpi@freebsd.org
Subject:    Re: Sound card not detected with acpi enabled on Compaq Armada 1500c
Message-ID:  <416ABA29.4000905@root.org>
In-Reply-To: <200410110755.i9B7tAP5062852@sana.init-main.com>
References:  <200410110755.i9B7tAP5062852@sana.init-main.com>

next in thread | previous in thread | raw e-mail | index | archive | help
takawata@jp.freebsd.org wrote:
> In message <014f01c4af61$9fd23ae0$2508473e@sad.syncrontech.com>, "Ari Suutari" 
> さんいわく:
> 
>>Hi,
>>
>>
>>>devinfo -r output both with and without acpi enabled would help.
>>
>>Here they are:
>>
>>http://www.suutari.iki.fi/acpi/devinfo.acpi
>>http://www.suutari.iki.fi/acpi/devinfo.noacpi
>>
> 
> 
> 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);

Yes, please commit.  I couldn't figure out why even the probe method 
didn't appear to be called.

-- 
Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?416ABA29.4000905>