From owner-freebsd-smp Sat Apr 5 11:15:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22667 for smp-outgoing; Sat, 5 Apr 1997 11:15:26 -0800 (PST) Received: from Ilsa.StevesCafe.com (sc-gw.StevesCafe.com [205.168.119.191]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA22656 for ; Sat, 5 Apr 1997 11:15:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Ilsa.StevesCafe.com (8.7.5/8.6.12) with SMTP id MAA10328; Sat, 5 Apr 1997 12:15:12 -0700 (MST) Message-Id: <199704051915.MAA10328@Ilsa.StevesCafe.com> X-Authentication-Warning: Ilsa.StevesCafe.com: Host localhost [127.0.0.1] didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: NISHIO Shuichi cc: freebsd-smp@freebsd.org Subject: Re: APIC_IO problem on Tyan S1668 In-reply-to: Your message of "Sat, 05 Apr 1997 23:49:35 +0900." <19970405234935F.nishio@elysium.kecl.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 05 Apr 1997 12:15:12 -0700 Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, >>What I did is: >>(1) Installed 3.0-970209-SNAP (worked fine) >>(2) cvsup-ed the SMP kernel source >>(3) did "cvs update -Pd -D '02/10/97 00:00:00 GMT" >After doing >> cvs -q update -Pd -D '02/09/97 00:00:00 GMT' > >that modification went away, so I added the following 3 lines manually. > ... There's the problem, I should have caught it sooner. The SMP kernel sources are mutually exclusive with the mainline kernel sources. When you did the cvsup not only did that modification go away, but almost everything else SMP specific must have gone away! reload the SMP kernel sources into a seperate directory, say /usr/src/smpsys. then cd to /usr/src/smpsys/i386/conf, config, make, install, etc., all in the /usr/src/smpsys tree. When the "include" headers are somewhat out of sync between the mainline code and the SMP code it sometimes becomes necessary to play games where you keep the SMP src in the same tree (ie /usr/src/sys), but since the SMP src and the 3.0-970209-SNAP are in sync you don't need to bother. --- > Should I recompile everything with the SMP kernel? no need. --- >I'll try a kernel without the patch to exception.s, recompile libkvm.a >and dmesg, and see what happens. again, no need. once you get the correct kernel source compiled your problems will go away. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD