All of lore.kernel.org
 help / color / mirror / Atom feed
From: David T Hollis <dhollis@davehollis.com>
To: linux-kernel@vger.kernel.org
Subject: APIC Lockups upon bootup
Date: Sun, 03 Nov 2002 00:17:12 -0500	[thread overview]
Message-ID: <3DC4B158.5070504@davehollis.com> (raw)

I am attempting to install RedHat 8.0 onto an Athlon XP1600 system 
(Amptron/PCChips motherboard K7-825LM 8/12/2002 BIOS) but I consistently 
die at bootup at "ESR value before enabling vector: 00000002".  I have 
tried using 'noapic' and 'nosmp' to no avail.  In looking at the code, I 
must be dying just a few lines after it gives me the above output:



        if (APIC_INTEGRATED(ver) && !esr_disable) {             /* 
!82489DX */
                maxlvt = get_maxlvt();
                if (maxlvt > 3)         /* Due to the Pentium erratum 
3AP. */
                        apic_write(APIC_ESR, 0);
                value = apic_read(APIC_ESR);
                printk("ESR value before enabling vector: %08lx\n", value);

=====  I die somewhere in this code ?!?!?! ================
                value = ERROR_APIC_VECTOR;      // enables sending errors
                apic_write_around(APIC_LVTERR, value);
                /*
                 * spec says clear errors after enabling vector.
                 */
                if (maxlvt > 3)
                        apic_write(APIC_ESR, 0);
                value = apic_read(APIC_ESR);
                printk("ESR value after enabling vector: %08lx\n", value);


Anyone have any ideas?  I've never seen anything like this anywhere. 
 Google searches have turned up empty as well.


                 reply	other threads:[~2002-11-03  5:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3DC4B158.5070504@davehollis.com \
    --to=dhollis@davehollis.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.