From owner-cvs-all Wed Oct 4 10:53: 8 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D0BC37B66C; Wed, 4 Oct 2000 10:53:04 -0700 (PDT) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA43127; Wed, 4 Oct 2000 10:53:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <200010041753.KAA43127@freefall.freebsd.org> From: Doug Rabson Date: Wed, 4 Oct 2000 10:53:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.ia64 src/sys/ia64/ia64 sscclock.c sscdisk.c clock.c exception.s locore.s machdep.c pal.s pmap.c ssc.c support.s swtch.s synch_machdep.c trap.c vm_machdep.c src/sys/ia64/include asm.h ia64_cpu.h mutex.h pal.h pcb.h proc.h ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG dfr 2000/10/04 10:53:03 PDT Modified files: sys/conf files.ia64 sys/ia64/ia64 clock.c exception.s locore.s machdep.c pal.s pmap.c ssc.c support.s swtch.s synch_machdep.c trap.c vm_machdep.c sys/ia64/include asm.h ia64_cpu.h mutex.h pal.h pcb.h proc.h profile.h reg.h signal.h vmparam.h Added files: sys/ia64/ia64 sscclock.c sscdisk.c sys/libkern/ia64 __divdi3.S __divsi3.S __moddi3.S __modsi3.S __udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S byte_swap_2.S byte_swap_4.S htonl.S htons.S ntohl.S ntohs.S Log: Next round of fixes to the ia64 code. This includes simulated clock and disk drivers along with a load of fixes to context switching, fork handling and a load of other stuff I can't remember now. This takes us as far as start_init() before it dies. I guess now I will have to finish off the VM system and syscall handling :-). Revision Changes Path 1.3 +11 -9 src/sys/conf/files.ia64 1.3 +1 -5 src/sys/ia64/ia64/clock.c 1.5 +12 -3 src/sys/ia64/ia64/exception.s 1.3 +7 -7 src/sys/ia64/ia64/locore.s 1.3 +22 -2 src/sys/ia64/ia64/machdep.c 1.3 +5 -5 src/sys/ia64/ia64/pal.s 1.4 +2 -2 src/sys/ia64/ia64/pmap.c 1.3 +1 -2 src/sys/ia64/ia64/ssc.c 1.3 +114 -105 src/sys/ia64/ia64/support.s 1.3 +11 -5 src/sys/ia64/ia64/swtch.s 1.2 +6 -2 src/sys/ia64/ia64/synch_machdep.c 1.2 +13 -25 src/sys/ia64/ia64/trap.c 1.3 +20 -7 src/sys/ia64/ia64/vm_machdep.c 1.3 +18 -59 src/sys/ia64/include/asm.h 1.3 +161 -1 src/sys/ia64/include/ia64_cpu.h 1.2 +15 -12 src/sys/ia64/include/mutex.h 1.2 +3 -3 src/sys/ia64/include/pal.h 1.3 +2 -1 src/sys/ia64/include/pcb.h 1.3 +2 -1 src/sys/ia64/include/proc.h 1.2 +2 -68 src/sys/ia64/include/profile.h 1.2 +7 -1 src/sys/ia64/include/reg.h 1.2 +11 -1 src/sys/ia64/include/signal.h 1.2 +2 -10 src/sys/ia64/include/vmparam.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message