diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-11-16 04:33:48 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-11-16 04:33:48 +0000 |
commit | 135b3449cca911fd86ce42497cad4c7ef445fb9d (patch) | |
tree | 229ba81f6deda1aef61b3758849c6799d24b057f /sys/arch/alpha/include | |
parent | cc4d62d2020e35e37077de37e616bf7374283dfe (diff) |
configure vga, mouse and keyboard's once again. Currently only on eb164.
others soon. Some of this from NetBSD.
Diffstat (limited to 'sys/arch/alpha/include')
-rw-r--r-- | sys/arch/alpha/include/types.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/types.h b/sys/arch/alpha/include/types.h index c1bf5ad7fe9..b111d7ada10 100644 --- a/sys/arch/alpha/include/types.h +++ b/sys/arch/alpha/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.7 1999/07/07 23:16:40 art Exp $ */ +/* $OpenBSD: types.h,v 1.8 2000/11/16 04:33:47 ericj Exp $ */ /* $NetBSD: types.h,v 1.6 1996/12/05 00:13:47 cgd Exp $ */ /*- @@ -81,4 +81,6 @@ typedef int64_t register_t; #define __BROKEN_INDIRECT_CONFIG +#define __HAVE_NWSCONS + #endif /* _MACHTYPES_H_ */ |