[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NEWS5000 SCSI
どうも、桝田です。
tsubai> まだ書きかけですが、SPIFI SCSI ドライバーを
tsubai> ftp://nandra.iri.co.jp/pub/NetBSD/newsmips/
tsubai> においておきます。無謀な方はどーぞ。:-)
ひとつ忘れてました。
spifi.c と spifireg.h の最初の Copyright の部分のコメントが、"/*"
だけになってて閉じ側がない、と怒られます。
===========================================================================
桝田 秀夫@情報メディア教育研究部門.サイバーメディアセンター.大阪大学
[E-Mail] h-masuda@rd.ecip.osaka-u.ac.jp, h-masuda@ecs.cmc.osaka-u.ac.jp
===========================================================================
--- spifi.c-dist Wed May 17 00:25:21 2000
+++ spifi.c Wed May 17 16:19:21 2000
@@ -1,22 +1,23 @@
/* Copyright (c) 1996,1997 The Microkernel Next Generation Project, Keio University
-/* Copyright (c) 1996,1997 Information-technology Promotion Agency, Japan(IPA)
-/* All Rights Reserved.
-/*
-/* This software and its documentation are developed by the Microkernel
-/* Next Generation Project at Keio University (the Keio-MKng Project).
-/* The Keio-MKng project was supported by IPA as one of the Creative
-/* Software Technology Projects.
-/*
-/* Permission to use, copy, modify and distribute this software and its
-/* documentation for any purpose and without fee is hereby granted in
-/* perpetuity, provided that this COPYRIGHT notice appears in its entirety
-/* in all copies of the software and supporting documentation.
-/* Other software contained in this distribution package, terms and
-/* conditions of each license notice of the software shall be observed.
-/*
-/* THE KEIO-MKNG PROJECT AND IPA ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS"
-/* CONDITION. THE KEIO-MKNG PROJECT AND IPA DISCLAIM ANY LIABILITY OF ANY KIND
-/* FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
+ * Copyright (c) 1996,1997 Information-technology Promotion Agency, Japan(IPA)
+ * All Rights Reserved.
+ *
+ * This software and its documentation are developed by the Microkernel
+ * Next Generation Project at Keio University (the Keio-MKng Project).
+ * The Keio-MKng project was supported by IPA as one of the Creative
+ * Software Technology Projects.
+ *
+ * Permission to use, copy, modify and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted in
+ * perpetuity, provided that this COPYRIGHT notice appears in its entirety
+ * in all copies of the software and supporting documentation.
+ * Other software contained in this distribution package, terms and
+ * conditions of each license notice of the software shall be observed.
+ *
+ * THE KEIO-MKNG PROJECT AND IPA ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS"
+ * CONDITION. THE KEIO-MKNG PROJECT AND IPA DISCLAIM ANY LIABILITY OF ANY KIND
+ * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
+ */
#include <sys/param.h>
#include <sys/buf.h>
--- spifireg.h-dist Wed May 17 00:25:23 2000
+++ spifireg.h Wed May 17 16:19:41 2000
@@ -1,22 +1,23 @@
/* Copyright (c) 1996,1997 The Microkernel Next Generation Project, Keio University
-/* Copyright (c) 1996,1997 Information-technology Promotion Agency, Japan(IPA)
-/* All Rights Reserved.
-/*
-/* This software and its documentation are developed by the Microkernel
-/* Next Generation Project at Keio University (the Keio-MKng Project).
-/* The Keio-MKng project was supported by IPA as one of the Creative
-/* Software Technology Projects.
-/*
-/* Permission to use, copy, modify and distribute this software and its
-/* documentation for any purpose and without fee is hereby granted in
-/* perpetuity, provided that this COPYRIGHT notice appears in its entirety
-/* in all copies of the software and supporting documentation.
-/* Other software contained in this distribution package, terms and
-/* conditions of each license notice of the software shall be observed.
-/*
-/* THE KEIO-MKNG PROJECT AND IPA ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS"
-/* CONDITION. THE KEIO-MKNG PROJECT AND IPA DISCLAIM ANY LIABILITY OF ANY KIND
-/* FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
+ * Copyright (c) 1996,1997 Information-technology Promotion Agency, Japan(IPA)
+ * All Rights Reserved.
+ *
+ * This software and its documentation are developed by the Microkernel
+ * Next Generation Project at Keio University (the Keio-MKng Project).
+ * The Keio-MKng project was supported by IPA as one of the Creative
+ * Software Technology Projects.
+ *
+ * Permission to use, copy, modify and distribute this software and its
+ * documentation for any purpose and without fee is hereby granted in
+ * perpetuity, provided that this COPYRIGHT notice appears in its entirety
+ * in all copies of the software and supporting documentation.
+ * Other software contained in this distribution package, terms and
+ * conditions of each license notice of the software shall be observed.
+ *
+ * THE KEIO-MKNG PROJECT AND IPA ALLOW FREE USE OF THIS SOFTWARE IN ITS "AS IS"
+ * CONDITION. THE KEIO-MKNG PROJECT AND IPA DISCLAIM ANY LIABILITY OF ANY KIND
+ * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
+ */
/*
* Mach Operating System
* Copyright (c) 1991,1990,1989 Carnegie Mellon University