Date: Tue, 05 Dec 2000 22:55:58 -0800 From: Peter Wemm <peter@netplex.com.au> To: smp@freebsd.org Subject: Compaq DL360; cvs commit: src/sys/i386/i386 mp_machdep.c (fwd) Message-ID: <200012060656.eB66twJ29960@mobile.wemm.org>
next in thread | raw e-mail | index | archive | help
FYI: I have seen a few folks with compaq DL360's post on the list.. I'd appreciate a few more testers. This should backport to RELENG_4 trivially. http://people.freebsd.org/~peter/compaq.diff Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 ------- Forwarded Message peter 2000/12/05 19:47:14 PST Modified files: sys/i386/i386 mp_machdep.c Log: This is kind of a nasty hack, but it appears to solve the Compaq DL360 SMP problem. Compaq, in their infinite wisdom, forgot to put the IO apic intpin #0 connection to the 8259 PIC into the mptable. This hack is to look and see if intpin #0 has *no* table entry and adds a fake ExtInt entry for the remap routines to use. isa/clock.c will still test the interrupts. This entry is only ever used on an already broken system. Revision Changes Path 1.131 +14 -3 src/sys/i386/i386/mp_machdep.c ------- End of Forwarded Message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012060656.eB66twJ29960>