summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2002-11-14 02:31:47 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2002-11-14 02:31:47 +0000
commit3e9c24eae97f30a388b064b1d9dc1d3c4901a9cc (patch)
tree6e304d68aa5102c1040cd94d79bf42a205f0c4b5 /sys/dev/pci
parentdea9aad245ff326966cb5503acc26a78631ea373 (diff)
Rework iha copyight verbiage to make clear what needs to be clear for
it to remain in the tree. With agreement of Initio. ok deraadt@
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/iha_pci.c27
1 files changed, 9 insertions, 18 deletions
diff --git a/sys/dev/pci/iha_pci.c b/sys/dev/pci/iha_pci.c
index 7df779578bf..228a0d9b6cf 100644
--- a/sys/dev/pci/iha_pci.c
+++ b/sys/dev/pci/iha_pci.c
@@ -1,9 +1,13 @@
-/* $OpenBSD: iha_pci.c,v 1.7 2002/03/14 01:26:59 millert Exp $ */
-/*
- * Initio INI-9xxxU/UW SCSI Device Driver
+/* $OpenBSD: iha_pci.c,v 1.8 2002/11/14 02:31:46 krw Exp $ */
+/*-------------------------------------------------------------------------
*
- * Copyright (c) 2000 Ken Westerback
- * All rights reserved.
+ * 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-2002 Ken Westerback
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -27,19 +31,6 @@
* 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.
- *
- *-------------------------------------------------------------------------
*/
#include <sys/param.h>
#include <sys/systm.h>