summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbriggs <briggs@openbsd.org>1997-03-05 15:17:04 +0000
committerbriggs <briggs@openbsd.org>1997-03-05 15:17:04 +0000
commitadd2f75134fc4ef958326f0571a2dfa1577ba5d0 (patch)
treedc942d2752a3656b4e95a46cdb03c771534fc8b3
parentAdd some good notes from Mike Hibler (via NetBSD) (diff)
downloadwireguard-openbsd-add2f75134fc4ef958326f0571a2dfa1577ba5d0.tar.xz
wireguard-openbsd-add2f75134fc4ef958326f0571a2dfa1577ba5d0.zip
Copyright foo.
-rw-r--r--sys/arch/mac68k/dev/esp.c12
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>