Tuomas Kuosmanen wrote:
> On 24 May 2001 10:26:07 +0200, Rogier Wolff wrote:
> > The code used to print the exact meaning of those bits. That made the
> > routine take too long, and caused lockups. You now have to look up the
> > bits in the source to find out what the APICs are really complaining
> > about.
> > 
> >         /* Here is what the APIC error bits mean:
> >            0: Send CS error
> >            1: Receive CS error
> >            2: Send accept error
> >            3: Receive accept error
> >            4: Reserved
> >            5: Send illegal vector
> >            6: Received illegal vector
> >            7: Illegal register address
> >         */
> > 
> > recieve/send accept errors seem to be most common, but you also have a
> > recieve checksum error.
> 
> So, what is this?
> 
> May 24 09:37:51 localhost kernel: APIC error on CPU1: 08(08)
> 
> I seem to get only 2, 4 or 8 there. Is the reporting done starting from
> one or how can I match 8 to the list?

How's this?

         /* Here is what the APIC error bits mean:
            0x01    0: Send CS error
            0x02    1: Receive CS error
            0x04    2: Send accept error
            0x08    3: Receive accept error
            0x10    4: Reserved
            0x20    5: Send illegal vector
            0x40    6: Received illegal vector
            0x80    7: Illegal register address
          */

Roger. 

-- 
** [EMAIL PROTECTED] ** http://www.BitWizard.nl/ ** +31-15-2137555 **
*-- BitWizard writes Linux device drivers for any device you may have! --*
* There are old pilots, and there are bold pilots. 
* There are also old, bald pilots. 
--
=-          To unsubscribe, email [EMAIL PROTECTED] with the       -=
=-                body of "unsubscribe linux-abit".                 -=

Reply via email to