Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Sync with copyright verbiage update of OpenBSD's iha...
details: https://anonhg.NetBSD.org/src/rev/d2c3670968d0
branches: trunk
changeset: 539315:d2c3670968d0
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Thu Nov 14 17:07:42 2002 +0000
description:
Sync with copyright verbiage update of OpenBSD's iha(4).
diffstat:
sys/dev/ic/iha.c | 31 +++++++++++--------------------
sys/dev/ic/ihareg.h | 27 ++++++++-------------------
sys/dev/ic/ihavar.h | 28 +++++++++-------------------
sys/dev/pci/iha_pci.c | 29 ++++++++++-------------------
4 files changed, 38 insertions(+), 77 deletions(-)
diffs (191 lines):
diff -r a1ea5e977d64 -r d2c3670968d0 sys/dev/ic/iha.c
--- a/sys/dev/ic/iha.c Thu Nov 14 16:49:55 2002 +0000
+++ b/sys/dev/ic/iha.c Thu Nov 14 17:07:42 2002 +0000
@@ -1,8 +1,14 @@
-/* $NetBSD: iha.c,v 1.18 2002/09/27 15:37:17 provos Exp $ */
-/*
- * Initio INI-9xxxU/UW SCSI Device Driver
+/* $NetBSD: iha.c,v 1.19 2002/11/14 17:07:42 tsutsui Exp $ */
+
+/*-
+ * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
*
- * Copyright (c) 2000 Ken Westerback
+ * Written for 386bsd and FreeBSD by
+ * Winston Hung <winstonh%initio.com@localhost>
+ *
+ * Copyright (c) 1997-1999 Initio Corp.
+ * Copyright (c) 2000, 2001 Ken Westerback
+ * Copyright (c) 2001, 2002 Izumi Tsutsui
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -25,21 +31,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
- *-------------------------------------------------------------------------
- *
- * Ported from i91u.c, provided by Initio Corporation, which credits:
- *
- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
- *
- * FreeBSD
- *
- * Written for 386bsd and FreeBSD by
- * Winston Hung <winstonh%initio.com@localhost>
- *
- * Copyright (c) 1997-99 Initio Corp. All rights reserved.
- *
- *-------------------------------------------------------------------------
*/
/*
@@ -48,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.18 2002/09/27 15:37:17 provos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iha.c,v 1.19 2002/11/14 17:07:42 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
diff -r a1ea5e977d64 -r d2c3670968d0 sys/dev/ic/ihareg.h
--- a/sys/dev/ic/ihareg.h Thu Nov 14 16:49:55 2002 +0000
+++ b/sys/dev/ic/ihareg.h Thu Nov 14 17:07:42 2002 +0000
@@ -1,7 +1,12 @@
-/* $NetBSD: ihareg.h,v 1.3 2001/11/17 21:26:12 tsutsui Exp $ */
-/*
- * Initio INI-9xxxU/UW SCSI Device Driver
+/* $NetBSD: ihareg.h,v 1.4 2002/11/14 17:07:42 tsutsui Exp $ */
+
+/*-
+ * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
*
+ * Written for 386bsd and FreeBSD by
+ * Winston Hung <winstonh%initio.com@localhost>
+ *
+ * Copyright (c) 1997-1999 Initio Corp.
* Copyright (c) 2000 Ken Westerback
* All rights reserved.
*
@@ -25,22 +30,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
- *-------------------------------------------------------------------------
- *
- * Ported from i91uscsi.h, provided by Initio Corporation, which probably
- * came from the same people who provided i91u.c:
- *
- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
- *
- * FreeBSD
- *
- * Written for 386bsd and FreeBSD by
- * Winston Hung <winstonh%initio.com@localhost>
- *
- * Copyright (c) 1997-99 Initio Corp. All rights reserved.
- *
- *-------------------------------------------------------------------------
*/
/*
diff -r a1ea5e977d64 -r d2c3670968d0 sys/dev/ic/ihavar.h
--- a/sys/dev/ic/ihavar.h Thu Nov 14 16:49:55 2002 +0000
+++ b/sys/dev/ic/ihavar.h Thu Nov 14 17:07:42 2002 +0000
@@ -1,8 +1,14 @@
-/* $NetBSD: ihavar.h,v 1.7 2002/02/09 15:13:01 tsutsui Exp $ */
-/*
- * Initio INI-9xxxU/UW SCSI Device Driver
+/* $NetBSD: ihavar.h,v 1.8 2002/11/14 17:07:42 tsutsui Exp $ */
+
+/*-
+ * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
*
+ * Written for 386bsd and FreeBSD by
+ * Winston Hung <winstonh%initio.com@localhost>
+ *
+ * Copyright (c) 1997-1999 Initio Corp.
* Copyright (c) 2000 Ken Westerback
+ * Copyright (c) 2001, 2002 Izumi Tsutsui
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -25,22 +31,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
- *-------------------------------------------------------------------------
- *
- * Ported from i91uscsi.h, provided by Initio Corporation, which probably
- * came from the same people who provided i91u.c:
- *
- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
- *
- * FreeBSD
- *
- * Written for 386bsd and FreeBSD by
- * Winston Hung <winstonh%initio.com@localhost>
- *
- * Copyright (c) 1997-99 Initio Corp. All rights reserved.
- *
- *-------------------------------------------------------------------------
*/
/*
diff -r a1ea5e977d64 -r d2c3670968d0 sys/dev/pci/iha_pci.c
--- a/sys/dev/pci/iha_pci.c Thu Nov 14 16:49:55 2002 +0000
+++ b/sys/dev/pci/iha_pci.c Thu Nov 14 17:07:42 2002 +0000
@@ -1,8 +1,14 @@
-/* $NetBSD: iha_pci.c,v 1.6 2002/10/02 16:51:39 thorpej Exp $ */
-/*
- * Initio INI-9xxxU/UW SCSI Device Driver
+/* $NetBSD: iha_pci.c,v 1.7 2002/11/14 17:07:43 tsutsui Exp $ */
+
+/*-
+ * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
*
+ * Written for 386bsd and FreeBSD by
+ * Winston Hung <winstonh%initio.com@localhost>
+ *
+ * Copyright (c) 1997-1999 Initio Corp.
* Copyright (c) 2000 Ken Westerback
+ * Copyright (c) 2001 Izumi Tsutsui
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -25,21 +31,6 @@
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
- *-------------------------------------------------------------------------
- *
- * Ported from i91u.c, provided by Initio Corporation, which credits:
- *
- * Device driver for the INI-9XXXU/UW or INIC-940/950 PCI SCSI Controller.
- *
- * FreeBSD
- *
- * Written for 386bsd and FreeBSD by
- * Winston Hung <winstonh%initio.com@localhost>
- *
- * Copyright (c) 1997-99 Initio Corp. All rights reserved.
- *
- *-------------------------------------------------------------------------
*/
/*
@@ -48,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: iha_pci.c,v 1.6 2002/10/02 16:51:39 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: iha_pci.c,v 1.7 2002/11/14 17:07:43 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index