diff options
| author | mjacob <mjacob@NetBSD.org> | 1998-07-18 21:05:04 +0000 |
|---|---|---|
| committer | mjacob <mjacob@NetBSD.org> | 1998-07-18 21:05:04 +0000 |
| commit | b85bf24ed543ed0563a957dcc8aae36ff5007031 (patch) | |
| tree | 48f1eafadcec4203ee4c3b8b4fa057acb887724e /sys/dev | |
| parent | 576988940f316e3ce8f5c0a7c7ccac699394367a (diff) | |
fix bogus comments
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/isp_netbsd.c | 22 |
1 files changed, 2 insertions, 20 deletions
diff --git a/sys/dev/ic/isp_netbsd.c b/sys/dev/ic/isp_netbsd.c index 3697b7ca3e7..0594ccf243c 100644 --- a/sys/dev/ic/isp_netbsd.c +++ b/sys/dev/ic/isp_netbsd.c @@ -1,5 +1,5 @@ -/* $NetBSD: isp_netbsd.c,v 1.1 1998/07/15 19:44:04 mjacob Exp $ */ -/* $Id: isp_netbsd.c,v 1.1 1998/07/15 19:44:04 mjacob Exp $ */ +/* $NetBSD: isp_netbsd.c,v 1.2 1998/07/18 21:05:04 mjacob Exp $ */ +/* $Id: isp_netbsd.c,v 1.2 1998/07/18 21:05:04 mjacob Exp $ */ /* * Platform (NetBSD) dependent common attachment code for Qlogic adapters. * @@ -46,24 +46,6 @@ * Suite 24 * San Francisco, CA, 94107 */ -/* - * $Log: isp_netbsd.c,v $ - * Revision 1.1 1998/07/15 19:44:04 mjacob - * NetBSD OS specific routines and definitions. - * - * Revision 1.5 1998/07/15 19:35:35 mjacob - * checkpoint - * - * Revision 1.4 1998/06/12 19:48:24 mjacob - * checkpoint - * - * Revision 1.3 1998/04/15 17:40:25 mjacob - * oops - * - * Revision 1.2 1998/04/14 17:31:49 mjacob - * fix headers - * - */ #include <dev/ic/isp_netbsd.h> |
