From 99fe1e9c73da8f28b7949546974ca84cb08042ac Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 5 Nov 2006 16:00:10 +0000 Subject: 2006-11-05 Samuel Thibault Drop iPSC architecture support. * i386/i386/hardclock.c: Remove iPSC386 from #if. * i386/i386/locore.S: Remove iPSC386 delays. * i386/i386/pic.c: Remove iPSC386 support. (SLAVEMASK): Rmove iPSC386 case. * i386/i386/pic.h (ADDR_PIC_BASE, OFF_ICW, OFF_OCW, SIZE_PIC) (PICM_VECTBASE, PICS_VECTBASE): Remove iPSC386 cases. [iPSC386] (I_AM_A_SLAVE, I_AM_A_MASTR): Remove macros. * i386/i386/pit.h: Remove iPSC386 from #if. [iPSC386] (CLKNUM): Remove macro. * kern/machine.c (host_get_boot_info): Remove iPSC386 support. * vm/vm_map.h (VM_MAP_COPY_PAGE_LIST_MAX): Remove iPSC case. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e93046b..de0c7dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,18 @@ 2006-11-05 Samuel Thibault + Drop iPSC architecture support. + * i386/i386/hardclock.c: Remove iPSC386 from #if. + * i386/i386/locore.S: Remove iPSC386 delays. + * i386/i386/pic.c: Remove iPSC386 support. + (SLAVEMASK): Rmove iPSC386 case. + * i386/i386/pic.h (ADDR_PIC_BASE, OFF_ICW, OFF_OCW, SIZE_PIC) + (PICM_VECTBASE, PICS_VECTBASE): Remove iPSC386 cases. + [iPSC386] (I_AM_A_SLAVE, I_AM_A_MASTR): Remove macros. + * i386/i386/pit.h: Remove iPSC386 from #if. + [iPSC386] (CLKNUM): Remove macro. + * kern/machine.c (host_get_boot_info): Remove iPSC386 support. + * vm/vm_map.h (VM_MAP_COPY_PAGE_LIST_MAX): Remove iPSC case. + Drop i860 architecture support. * i386/i386/pmap.h: Remove i860 comment. * i386/intel/pmap.c: Remove i860 comments. -- cgit v1.2.3