diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 20:24:33 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-30 20:24:33 +0000 |
commit | 5a4b8571aa88ae3650f87ddb399045f4b797437a (patch) | |
tree | 2ff63e4224014580be9b160fe825eb87ba03555a /sys/arch/arc/include/pio.h | |
parent | b039b90135b7419709f2766cbede80c1acf288a8 (diff) |
Cleanup, endian and abi stuff fixies. Some stuff added for MIPS Magnum.
(PICA and Magnum uses very similar core chipsets).
Diffstat (limited to 'sys/arch/arc/include/pio.h')
-rw-r--r-- | sys/arch/arc/include/pio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/include/pio.h b/sys/arch/arc/include/pio.h index 04db5b11f34..39ddf216ce4 100644 --- a/sys/arch/arc/include/pio.h +++ b/sys/arch/arc/include/pio.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pio.h,v 1.1 1996/06/24 09:07:17 pefo Exp $ */ +/* $OpenBSD: pio.h,v 1.2 1996/07/30 20:24:27 pefo Exp $ */ /* * Copyright (c) 1995 Per Fogelstrom. All rights reserved. @@ -13,7 +13,7 @@ * 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 Charles M. Hannum. + * This product includes software developed by Per Fogelstrom. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission * |