From owner-freebsd-smp Tue May 7 12:35:14 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27580 for smp-outgoing; Tue, 7 May 1996 12:35:14 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA27562 for smp; Tue, 7 May 1996 12:35:10 -0700 (PDT) Date: Tue, 7 May 1996 12:35:10 -0700 (PDT) From: Peter Wemm Message-Id: <199605071935.MAA27562@freefall.freebsd.org> To: smp Subject: CVS update: sys/i386/isa Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Date: Tuesday May 7, 1996 @ 12:35 Author: peter Update of /home/smp/sys/i386/isa In directory freefall.freebsd.org:/tmp/cvs-serv26352/i386/isa Modified Files: icu.s sio.c vector.s Log Message: Yippee! It works again! :-) (this is being committed from an active smp system.. :-) ) changes: - uses phk's new locore.s, with minimal changes. - the apic is no longer mapped with V == P, hence no special pde/ptd is needed. It's now a floating address, dereferenced via apic_base - a good deal of the additional assembler code is just about ready to come out as C functions. - assembler macros to get to the apic etc are now using the indirects - some include file de-nesting - expect_mplock doesn't expect it if not smp_active (phk) - *more* serial debugging.. ugh! :-( =================================================================== File: icu.s Status: Up-to-date Working revision: 1.7 Tue May 7 19:32:37 1996 Repository revision: 1.7 /home/smp/sys/i386/isa/icu.s,v Sticky Options: -ko Existing Tags: v960506 (revision: 1.1.1.1) v960421 (revision: 1.1.1.1) v960414 (revision: 1.1.1.1) v960406 (revision: 1.1.1.1) v960403 (revision: 1.1.1.1) CURRENT (branch: 1.1.1) current270396 (revision: 1.1.1.1) FBSD (branch: 1.1.1) =================================================================== File: sio.c Status: Up-to-date Working revision: 1.2 Tue May 7 19:33:29 1996 Repository revision: 1.2 /home/smp/sys/i386/isa/sio.c,v Sticky Options: -ko Existing Tags: v960506 (revision: 1.1.1.4) v960421 (revision: 1.1.1.3) v960414 (revision: 1.1.1.3) v960406 (revision: 1.1.1.2) v960403 (revision: 1.1.1.2) CURRENT (branch: 1.1.1) current270396 (revision: 1.1.1.1) FBSD (branch: 1.1.1) =================================================================== File: vector.s Status: Up-to-date Working revision: 1.9 Tue May 7 19:33:51 1996 Repository revision: 1.9 /home/smp/sys/i386/isa/vector.s,v Sticky Options: -ko Existing Tags: v960506 (revision: 1.1.1.3) v960421 (revision: 1.1.1.3) v960414 (revision: 1.1.1.3) v960406 (revision: 1.1.1.2) v960403 (revision: 1.1.1.2) CURRENT (branch: 1.1.1) current270396 (revision: 1.1.1.1) FBSD (branch: 1.1.1)