diff options
author | briggs <briggs@cvs.openbsd.org> | 1997-03-05 15:17:05 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1997-03-05 15:17:05 +0000 |
commit | f21892c10a407c4734f604601a959beefe4c30e6 (patch) | |
tree | cf5fc3b900a2e0760b58b6c79fb041ae4da058c4 /sys/arch/mac68k | |
parent | 0da1c94b9c5d6a8ee47e3a350df4fb9780b551c7 (diff) |
Copyright foo.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/dev/esp.c | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sys/arch/mac68k/dev/esp.c b/sys/arch/mac68k/dev/esp.c index 2f417f41a71..02bbec4d718 100644 --- a/sys/arch/mac68k/dev/esp.c +++ b/sys/arch/mac68k/dev/esp.c @@ -1,7 +1,8 @@ /* $NetBSD: esp.c,v 1.59 1996/10/13 02:59:48 christos Exp $ */ /* - * Copyright (c) 1996 Charles M. Hannum. All rights reserved. + * Copyright (c) 1997 Jason R. Thorpe. + * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -13,7 +14,8 @@ * 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 for the NetBSD Project + * by Jason R. Thorpe. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * @@ -69,6 +71,12 @@ * Charles Hannum (mycroft@duality.gnu.ai.mit.edu). Thanks a million! */ +/* + * Initial m68k mac support from Allen Briggs <briggs@macbsd.com> + * (basically consisting of the match, a bit of the attach, and the + * "DMA" glue functions). + */ + #include <sys/types.h> #include <sys/param.h> #include <sys/systm.h> |