on 28/07/2010 20:13 Anton Shterenlikht said the following:
> On Wed, Jul 28, 2010 at 07:51:08PM +0300, Andriy Gapon wrote:
>> on 28/07/2010 19:44 Anton Shterenlikht said the following:
>>  > But I just rebooted again, and reset
>>> to defaults in BIOS, now I get:
>>>
>>> % dmesg | fgrep -i hda
>>> hdac0: <ATI SB600 High Definition Audio Controller> irq 16 at device 20.2 
>>> on pci0
>>> hdac0: HDA Driver Revision: 20100226_0142
>>> hdac0: [ITHREAD]
>>> hdac0: hdac_get_capabilities: Invalid corb size (1)
>>> device_attach: hdac0 attach returned 6
>>>
>> This gets even stranger.
>> Ultimate attempt - can you drop the size == 0 condition, so that reset is 
>> always
>> tried when initial value is not correct?
> 
> you mean drop both
>                 if (corbsize == 0) {}
> 
> and
>                 if (rirbsize == 0) {}
> 
> ?

Change it to if (1) { ...}.


-- 
Andriy Gapon
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to