summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/hme.c
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-07-10 19:20:14 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-07-10 19:20:14 +0000
commit7f89a7603958d79dba7b496755e013785156d048 (patch)
treeff694f39a137c661d95c61166606867afe97b321 /sys/arch/sparc/dev/hme.c
parent58a46eaf8de164c611f387331aa0ea5e21a521e1 (diff)
Add build support for hme
Diffstat (limited to 'sys/arch/sparc/dev/hme.c')
-rw-r--r--sys/arch/sparc/dev/hme.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc/dev/hme.c b/sys/arch/sparc/dev/hme.c
index 9df40e65026..76b5fdc0a90 100644
--- a/sys/arch/sparc/dev/hme.c
+++ b/sys/arch/sparc/dev/hme.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hme.c,v 1.1 1998/07/10 19:09:08 jason Exp $ */
+/* $OpenBSD: hme.c,v 1.2 1998/07/10 19:20:13 jason Exp $ */
/*
* Copyright (c) 1998 Jason L. Wright (jason@thought.net)
@@ -33,7 +33,8 @@
/*
* Driver for the Happy Meal (hme) ethernet boards
- * Based on the driver from S/Linux by David Miller
+ * Based on information gleaned from reading the
+ * S/Linux driver by David Miller
*/
#include <sys/param.h>