Larry,

localhost igor # gcc --version
gcc (GCC) 3.4.6 (Gentoo3.4.6-r1, ssp-3.4.5-1.0, pie-8.7.9)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR PARTICULAR PURPOSE.

Thank you.

-----Original Message-----
>From: Larry Finger <[EMAIL PROTECTED]>
>Sent: Sep 27, 2006 2:25 PM
>To: Michael Buesch <[EMAIL PROTECTED]>, Igor Korot <[EMAIL PROTECTED]>
>Cc: [email protected]
>Subject: Re: Card for testing
>
>Michael Buesch wrote:
>> On Tuesday 26 September 2006 22:19, Igor Korot wrote:
>>> Hi, Larry,
>>> I applied the 10-pcs patch to the kernel (gentoo-sources 2.6.17-r7), and it 
>>> did recognize
>>> the card.
>>> I will put the output of the files here:
>>>
>>> [EMAIL PROTECTED] ~ $ su
>>> Password:
>>> localhost igor # modprobe bcm43xx
>>> localhost igor # dmesg |tail
>>> bcm43xx: Number of cores: 4
>>> bcm43xx: Core 0: ID 0x800, rev 0x1000, vendor 0x4243, enabled
>>                                  ^^^^^^
>> WTF??
>> 
>
>The appropriate code section is
>
>         core_id = (sb_id_hi & 0x8FF0) >> 4;
>         core_rev = (sb_id_hi & 0x7000) >> 8 | (sb_id_hi & 0xF);
>         core_vendor = (sb_id_hi & 0xFFFF0000) >> 16;
>
>
>Is this a compiler error?
>
>Igor, what do you get with a 'gcc --version' command?
>
>Larry

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to