diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2002-11-14 17:07:42 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2002-11-14 17:07:42 +0000 |
| commit | 2388751cea96ac8a314aa7c216cebd8e18471d7d (patch) | |
| tree | 90539457ae074640cd48054395d937cd896b697a /sys/dev | |
| parent | 4d00e59ba6d73e54b6915f60677137c1e7b911dc (diff) | |
Sync with copyright verbiage update of OpenBSD's iha(4).
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/iha.c | 31 | ||||
| -rw-r--r-- | sys/dev/ic/ihareg.h | 27 | ||||
| -rw-r--r-- | sys/dev/ic/ihavar.h | 28 | ||||
| -rw-r--r-- | sys/dev/pci/iha_pci.c | 29 |
4 files changed, 38 insertions, 77 deletions
diff --git a/sys/dev/ic/iha.c b/sys/dev/ic/iha.c index 61a36fe6b74..13016931b10 100644 --- a/sys/dev/ic/iha.c +++ b/sys/dev/ic/iha.c @@ -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. + * + * Written for 386bsd and FreeBSD by + * Winston Hung <winstonh@initio.com> * - * Copyright (c) 2000 Ken Westerback + * 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> - * - * 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 --git a/sys/dev/ic/ihareg.h b/sys/dev/ic/ihareg.h index 7e16b32d33d..68ad94427c2 100644 --- a/sys/dev/ic/ihareg.h +++ b/sys/dev/ic/ihareg.h @@ -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> * + * 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> - * - * Copyright (c) 1997-99 Initio Corp. All rights reserved. - * - *------------------------------------------------------------------------- */ /* diff --git a/sys/dev/ic/ihavar.h b/sys/dev/ic/ihavar.h index 6197d9d780d..f946775cf81 100644 --- a/sys/dev/ic/ihavar.h +++ b/sys/dev/ic/ihavar.h @@ -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> * + * 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> - * - * Copyright (c) 1997-99 Initio Corp. All rights reserved. - * - *------------------------------------------------------------------------- */ /* diff --git a/sys/dev/pci/iha_pci.c b/sys/dev/pci/iha_pci.c index 457c2509608..7b71a0ee4bc 100644 --- a/sys/dev/pci/iha_pci.c +++ b/sys/dev/pci/iha_pci.c @@ -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> * + * 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> - * - * 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> |
