diff options
author | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 08:31:06 +0000 |
---|---|---|
committer | Steve Murphree <smurph@cvs.openbsd.org> | 2001-12-22 08:31:06 +0000 |
commit | 87380d574c2af338617f92def75a97a172f2ec25 (patch) | |
tree | e2780ec83a78305e17168990da932274cab1642a /sys/arch/mvme88k/include/m88410.h | |
parent | 832a91320a5723dc06b1cf25dfea92a78db07fa1 (diff) |
mc88110 support in ddb. Bring in bit definitions.
We can support hardware sstep for mc88110 and
software sstep for mc88100.
Diffstat (limited to 'sys/arch/mvme88k/include/m88410.h')
-rw-r--r-- | sys/arch/mvme88k/include/m88410.h | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/m88410.h b/sys/arch/mvme88k/include/m88410.h index 932a8999033..ee587006b0a 100644 --- a/sys/arch/mvme88k/include/m88410.h +++ b/sys/arch/mvme88k/include/m88410.h @@ -1,4 +1,34 @@ -/* $OpenBSD: m88410.h,v 1.3 2001/12/21 05:53:38 smurph Exp $ */ +/* $OpenBSD: m88410.h,v 1.4 2001/12/22 08:31:05 smurph Exp $ */ +/* + * Copyright (c) 2001 Steve Murphree, Jr. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by Steve Murphree. + * 4. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ #ifndef __MACHINE_M88410_H__ #define __MACHINE_M88410_H__ |