CVS log for src/sys/alpha/include/Attic/alpha_cpu.h
Up to [FreeBSD] / src / sys / alpha / include
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11.12.1: download - view: text, markup, annotated - select for diffs
Thu Oct 2 02:57:24 2008 UTC (3 years, 4 months ago) by kensmith
Branches: RELENG_6_4
CVS tags: RELENG_6_4_0_RELEASE
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +0 -0 lines
SVN rev 183531 on 2008-10-02 02:57:24Z by kensmith Create releng/6.4 from stable/6 in preparation for 6.4-RC1. Approved by: re (implicit)
Revision 1.12
Thu May 11 22:25:19 2006 UTC (5 years, 9 months ago) by jhb
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.11: +1 -1 lines
First pass at removing Alpha kernel support.
Revision 1.10.4.1: download - view: text, markup, annotated - select for diffs
Sun Jan 30 00:59:10 2005 UTC (7 years ago) by imp
Branches: RELENG_5
CVS tags: RELENG_5_5_BP, RELENG_5_5_0_RELEASE, RELENG_5_5, RELENG_5_4_BP, RELENG_5_4_0_RELEASE, RELENG_5_4
Diff to: previous 1.10: preferred, colored; next MAIN 1.11: preferred, colored
Changes since revision 1.10: +1 -1 lines
MFC: /*- and my license changes for sys/[a-d]*
Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jan 5 20:05:50 2005 UTC (7 years, 1 month ago) by imp
Branches: MAIN
CVS tags: RELENG_6_BP, RELENG_6_4_BP, RELENG_6_3_BP, RELENG_6_3_0_RELEASE, RELENG_6_3, RELENG_6_2_BP, RELENG_6_2_0_RELEASE, RELENG_6_2, RELENG_6_1_BP, RELENG_6_1_0_RELEASE, RELENG_6_1, RELENG_6_0_BP, RELENG_6_0_0_RELEASE, RELENG_6_0, RELENG_6
Branch point for: RELENG_6_4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
Begin all license/copyright comments with /*- or #-
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jul 24 07:41:08 2003 UTC (8 years, 6 months ago) by marcel
Branches: MAIN
CVS tags: RELENG_5_BP, RELENG_5_3_BP, RELENG_5_3_0_RELEASE, RELENG_5_3, RELENG_5_2_BP, RELENG_5_2_1_RELEASE, RELENG_5_2_0_RELEASE, RELENG_5_2
Branch point for: RELENG_5
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +17 -0 lines
Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both are used to set and get the thread pointer. Note that a context switch will automaticly save and restore the thread pointer.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Oct 25 20:22:12 2002 UTC (9 years, 3 months ago) by jhb
Branches: MAIN
CVS tags: RELENG_5_1_BP, RELENG_5_1_0_RELEASE, RELENG_5_1, RELENG_5_0_BP, RELENG_5_0_0_RELEASE, RELENG_5_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +23 -23 lines
Use the newer "+" modifier on output contraints when a register or memory datum is used for both input and output instead of using matching constraints.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Apr 21 21:44:39 2001 UTC (10 years, 9 months ago) by gallatin
Branches: MAIN
CVS tags: KSE_PRE_MILESTONE_2, KSE_MILESTONE_2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -1 lines
Block out all interrupts, even machine checks, for critical_enter() This is will be required to prevent lowering the ipl when a critical_enter() is present in the interrupt path when handling a machine check. reviewed by: jhb
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 29 19:57:51 1999 UTC (12 years, 2 months ago) by dfr
Branches: MAIN
CVS tags: RELENG_4_BP, RELENG_4_9_BP, RELENG_4_9_0_RELEASE, RELENG_4_9, RELENG_4_8_BP, RELENG_4_8_0_RELEASE, RELENG_4_8, RELENG_4_7_BP, RELENG_4_7_0_RELEASE, RELENG_4_7, RELENG_4_6_BP, RELENG_4_6_2_RELEASE, RELENG_4_6_1_RELEASE, RELENG_4_6_0_RELEASE, RELENG_4_6, RELENG_4_5_BP, RELENG_4_5_0_RELEASE, RELENG_4_5, RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4, RELENG_4_3_BP, RELENG_4_3_0_RELEASE, RELENG_4_3, RELENG_4_2_0_RELEASE, RELENG_4_1_1_RELEASE, RELENG_4_1_0_RELEASE, RELENG_4_11_BP, RELENG_4_11_0_RELEASE, RELENG_4_11, RELENG_4_10_BP, RELENG_4_10_0_RELEASE, RELENG_4_10, RELENG_4_0_0_RELEASE, RELENG_4, PRE_SMPNG
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +272 -39 lines
Implement inline assembler wrappers for PALcode calls and for alpha specific instructions such as rpcc and mb. This should provide some performance improvements and will allow me to delete the file pal.s. To allow people time to update their loadable modules, I will leave pal.s alone for now.
Revision 1.5.2.1: download - view: text, markup, annotated - select for diffs
Sun Aug 29 15:56:45 1999 UTC (12 years, 5 months ago) by peter
Branches: RELENG_3
CVS tags: RELENG_3_5_0_RELEASE, RELENG_3_4_0_RELEASE, RELENG_3_3_0_RELEASE
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 28 00:38:38 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1 lines
$Id$ -> $FreeBSD$
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jan 10 12:35:39 1999 UTC (13 years, 1 month ago) by dfr
Branches: MAIN
CVS tags: RELENG_3_BP, RELENG_3_2_PAO_BP, RELENG_3_2_PAO, RELENG_3_2_0_RELEASE, RELENG_3_1_0_RELEASE, PRE_VFS_BIO_NFS_PATCH, PRE_SMP_VMSHARE, PRE_NEWBUS, POST_VFS_BIO_NFS_PATCH, POST_SMP_VMSHARE, POST_NEWBUS
Branch point for: RELENG_3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add hooks for the Iprobe kernel profiler. Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 23 11:50:50 1998 UTC (13 years, 1 month ago) by dfr
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -3 lines
Implement fpsetmask() and other fp*() functions. Programs should use #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Jun 14 13:45:10 1998 UTC (13 years, 7 months ago) by dfr
Branches: MAIN
CVS tags: RELENG_3_0_0_RELEASE, PRE_NOBDEV
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -6 lines
Major changes to the generic device framework for FreeBSD/alpha: * Eliminate bus_t and make it possible for all devices to have attached children. * Support dynamically extendable interfaces for drivers to replace both the function pointers in driver_t and bus_ops_t (which has been removed entirely. Two system defined interfaces have been defined, 'device' which is mandatory for all devices and 'bus' which is recommended for all devices which support attached children. * In addition, the alpha port defines two simple interfaces 'clock' for attaching various real time clocks to the system and 'mcclock' for the many different variations of mc146818 clocks which can be attached to different alpha platforms. This eliminates two more function pointer tables in favour of the generic method dispatch system provided by the device framework. Future device interfaces may include: * cdev and bdev interfaces for devfs to use in replacement for specfs and the fixed interfaces bdevsw and cdevsw. * scsi interface to replace struct scsi_adapter (not sure how this works in CAM but I imagine there is something similar there). * various tailored interfaces for different bus types such as pci, isa, pccard etc.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jun 10 10:54:21 1998 UTC (13 years, 8 months ago) by dfr
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -4 lines
Add initial support for the FreeBSD/alpha kernel. This is very much a work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Mar 9 05:42:33 1998 UTC (13 years, 11 months ago) by jb
Branches: JB
CVS tags: netbsd_1_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Import NetBSD/Alpha headers needed to get the FreeBSD userland to compile (and even run). These files don't necessarily make sense for a FreeBSD/Alpha kernel build. That will come later and these files will be changed accordingly.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jan 10 10:13:13 1998 UTC (14 years, 1 month ago) by jb
Branches: MAIN
CVS tags: PRE_DEVFS_SLICE, POST_DEVFS_SLICE
These are a few of the alpha machine dependent header files - the first referenced by the build of user-space libraries. These files were obtained from NetBSD (with ansi.h being modified to reflect the FreeBSD off_t and pid_t implementation).
