summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/autoconf.h4
-rw-r--r--sys/arch/alpha/include/types.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/sys/arch/alpha/include/autoconf.h b/sys/arch/alpha/include/autoconf.h
index 24c14880716..5bfbd0f5f95 100644
--- a/sys/arch/alpha/include/autoconf.h
+++ b/sys/arch/alpha/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.11 2001/05/05 22:33:26 art Exp $ */
+/* $OpenBSD: autoconf.h,v 1.12 2001/09/01 05:48:18 jason Exp $ */
/* $NetBSD: autoconf.h,v 1.19 2000/06/08 03:10:06 thorpej Exp $ */
/*
@@ -117,6 +117,4 @@ extern struct bootinfo_kernel bootinfo;
const char *alpha_variation_name(u_int64_t,
const struct alpha_variation_table *);
const char *alpha_unknown_sysname(void);
-
-void device_register __P((struct device *, void *));
#endif /* _KERNEL */
diff --git a/sys/arch/alpha/include/types.h b/sys/arch/alpha/include/types.h
index 22cfa2322ed..ec20d662056 100644
--- a/sys/arch/alpha/include/types.h
+++ b/sys/arch/alpha/include/types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: types.h,v 1.10 2001/08/11 01:58:34 art Exp $ */
+/* $OpenBSD: types.h,v 1.11 2001/09/01 05:48:18 jason Exp $ */
/* $NetBSD: types.h,v 1.6 1996/12/05 00:13:47 cgd Exp $ */
/*-
@@ -76,7 +76,7 @@ typedef unsigned long long uint64_t;
typedef long register_t;
#define __BROKEN_INDIRECT_CONFIG
-
-#define __HAVE_NWSCONS
+#define __HAVE_DEVICE_REGISTER
+#define __HAVE_NWSCONS
#endif /* _MACHTYPES_H_ */