aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/cpuconf.h2
-rw-r--r--sys/alpha/include/rpb.h7
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/alpha/include/cpuconf.h b/sys/alpha/include/cpuconf.h
index 8bdb79431895..7ff7d9881216 100644
--- a/sys/alpha/include/cpuconf.h
+++ b/sys/alpha/include/cpuconf.h
@@ -121,7 +121,9 @@ const char *alpha_variation_name __P((u_int64_t variation,
const char *alpha_unknown_sysname __P((void));
extern struct cpuinit cpuinit[];
+extern struct cpuinit api_cpuinit[];
extern int ncpuinit;
+extern int napi_cpuinit;
extern void platform_not_configured __P((int));
extern void platform_not_supported __P((int));
diff --git a/sys/alpha/include/rpb.h b/sys/alpha/include/rpb.h
index 75c0c5b8e9be..1f2f884ec6b4 100644
--- a/sys/alpha/include/rpb.h
+++ b/sys/alpha/include/rpb.h
@@ -79,6 +79,13 @@ struct rpb {
#define ST_DEC_ALPHAVME_320 33 /* "Yukon" (VME?) */
#define ST_DEC_6600 34 /* "Monet/Goldrush" */
+/*
+ * System types for Alpha Processor Inc. machines
+ */
+
+#define API_ST_BASE 200
+#define ST_API_UP1000 201 /* "Nautilus" */
+
u_int64_t rpb_type; /* 50: */
#define SV_MPCAP 0x00000001 /* multiprocessor capable */