diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 21:30:21 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-04-19 21:30:21 +0000 |
commit | f8113ea52367852315892e656e7e49e3ea7e957c (patch) | |
tree | f1a8704d1210070606065840879eea1909dd61cd /sys/arch/solbourne/include/reg.h | |
parent | 21df6903b631dbf2a966418f3e9d09aba3fa262e (diff) |
As a late birthday present, a preliminary port to the Solbourne IDT systems
(S3000, S4000 and S4000DX).
Currently limited to diskless and serial console, and userland has issues.
Things will get better in the near future.
Diffstat (limited to 'sys/arch/solbourne/include/reg.h')
-rw-r--r-- | sys/arch/solbourne/include/reg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/arch/solbourne/include/reg.h b/sys/arch/solbourne/include/reg.h new file mode 100644 index 00000000000..43778ec869d --- /dev/null +++ b/sys/arch/solbourne/include/reg.h @@ -0,0 +1,3 @@ +/* $OpenBSD: reg.h,v 1.1 2005/04/19 21:30:18 miod Exp $ */ +/* public domain */ +#include <sparc/reg.h>
\ No newline at end of file |