Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/alpha/include/alpha_cpu.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/alpha/include/alpha_cpu.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.16 diff -u -p -r1.15 -r1.16 --- src/sys/arch/alpha/include/alpha_cpu.h 1997/09/20 19:02:34 1.15 +++ src/sys/arch/alpha/include/alpha_cpu.h 1998/02/13 00:12:52 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: alpha_cpu.h,v 1.15 1997/09/20 19:02:34 mjacob Exp $ */ +/* $NetBSD: alpha_cpu.h,v 1.16 1998/02/13 00:12:52 thorpej Exp $ */ /* * Copyright (c) 1996 Carnegie-Mellon University. @@ -280,6 +280,11 @@ typedef unsigned long alpha_pt_entry_t; #define ALPHA_IMPLVER_EV6 2 /* EV6 */ /* + * Misc. support routines. + */ +const char *alpha_dsr_sysname __P((void)); + +/* * Stubs for Alpha instructions normally inaccessible from C. */ unsigned long alpha_amask __P((unsigned long));