diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-02-18 16:19:49 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-02-18 16:19:49 +0000 |
commit | e5907ed42e417e6aa59e3a351572ab10e6b47f47 (patch) | |
tree | 91949c57b911b8604f6d808d6f254fec78dd268f /sys/arch | |
parent | 8a7aa51982ad4596c8ffca21489f33f6d3d69b1e (diff) |
Add __HAVE_NWSCONS (so pckbc will do the right thing)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/include/types.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/types.h b/sys/arch/sparc64/include/types.h index 23006a67da2..14c609c0734 100644 --- a/sys/arch/sparc64/include/types.h +++ b/sys/arch/sparc64/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.1 2001/08/18 04:16:40 jason Exp $ */ +/* $OpenBSD: types.h,v 1.2 2002/02/18 16:19:48 jason Exp $ */ /* $NetBSD: types.h,v 1.17 2001/05/12 22:42:07 kleink Exp $ */ /* @@ -83,7 +83,8 @@ typedef unsigned long int paddr_t; typedef paddr_t psize_t; #endif -#define __HAVE_DEVICE_REGISTER +#define __HAVE_NWSCONS +#define __HAVE_DEVICE_REGISTER #define __HAVE_GENERIC_SOFT_INTERRUPTS #endif /* _MACHTYPES_H_ */ |