Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci - add rcsid.
details: https://anonhg.NetBSD.org/src/rev/b0cbe15b871c
branches: trunk
changeset: 573049:b0cbe15b871c
user: yamt <yamt%NetBSD.org@localhost>
date: Tue Jan 18 11:11:58 2005 +0000
description:
- add rcsid.
- restore Bill Paul's copyright notice.
diffstat:
sys/dev/pci/if_re_pci.c | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 63add340f315 -r b0cbe15b871c sys/dev/pci/if_re_pci.c
--- a/sys/dev/pci/if_re_pci.c Tue Jan 18 10:40:21 2005 +0000
+++ b/sys/dev/pci/if_re_pci.c Tue Jan 18 11:11:58 2005 +0000
@@ -1,3 +1,39 @@
+/* $NetBSD: if_re_pci.c,v 1.4 2005/01/18 11:11:58 yamt Exp $ */
+
+/*
+ * Copyright (c) 1997, 1998-2003
+ * Bill Paul <wpaul%windriver.com@localhost>. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. All advertising materials mentioning features or use of this software
+ * must display the following acknowledgement:
+ * This product includes software developed by Bill Paul.
+ * 4. Neither the name of the author nor the names of any co-contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, 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.
+ */
+
+/* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
+
/*
* RealTek 8139C+/8169/8169S/8110S PCI NIC driver
*
Home |
Main Index |
Thread Index |
Old Index