lkml.org 
[lkml]   [1998]   [Oct]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: io_apic changes trashes partition table


On Sun, 4 Oct 1998, Harald Hoyer wrote:
>
> OK.. then maybe my boards is now on the blacklist :( I think the problem is that
> TYAN did not correctly implement the MP table, cause they map all PCI interrupts
> to the ISA bus.

No, the MP table looks ok. I've seen nicer, but it basically looks
correct.

Can you do one other thing: tell me what your ELCR register is.. I'm
appending a program to read the ELCR in user space.

Linus

-----
#include <sys/types.h>
#include <asm/io.h>

int main()
{
unsigned short x;
int i;
iopl(3);
x = inb(0x4d0) | (256*inb(0x4d1));
printf("%x\n", x);
for (i = 0; i < 16; i++) {
printf("%2d: %d\n", i, x&1);
x >>= 1;
}
}


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:44    [W:0.068 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site