[Midnightbsd-cvs] src: dev/fxp: $MidnightBSD$

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 2 17:39:21 EST 2008


Log Message:
-----------
$MidnightBSD$

Modified Files:
--------------
    src/sys/dev/firewire:
        firewire.c (r1.4 -> r1.5)
        firewire.h (r1.3 -> r1.4)
        firewire_phy.h (r1.1.1.1 -> r1.2)
        firewirereg.h (r1.3 -> r1.4)
        fwcrom.c (r1.2 -> r1.3)
        fwdev.c (r1.5 -> r1.6)
        fwdma.c (r1.3 -> r1.4)
        fwdma.h (r1.1.1.1 -> r1.2)
        fwmem.c (r1.2 -> r1.3)
        fwmem.h (r1.1.1.1 -> r1.2)
        fwohci.c (r1.3 -> r1.4)
        fwohci_pci.c (r1.2 -> r1.3)
        fwohcireg.h (r1.2 -> r1.3)
        fwohcivar.h (r1.2 -> r1.3)
        fwphyreg.h (r1.1.1.1 -> r1.2)
        iec13213.h (r1.1.1.1 -> r1.2)
        iec68113.h (r1.1.1.1 -> r1.2)
        if_fwe.c (r1.2 -> r1.3)
        if_fwevar.h (r1.2 -> r1.3)
        if_fwip.c (r1.2 -> r1.3)
        if_fwipvar.h (r1.2 -> r1.3)
        sbp.c (r1.2 -> r1.3)
        sbp.h (r1.1.1.1 -> r1.2)
        sbp_targ.c (r1.2 -> r1.3)
    src/sys/dev/fxp:
        if_fxp.c (r1.5 -> r1.6)
        if_fxpreg.h (r1.1.1.1 -> r1.2)
        if_fxpvar.h (r1.2 -> r1.3)
        rcvbundl.h (r1.1.1.1 -> r1.2)
    src/sys/dev/gem:
        if_gem.c (r1.1.1.2 -> r1.2)
        if_gem_pci.c (r1.1.1.2 -> r1.2)
        if_gemreg.h (r1.1.1.2 -> r1.2)
        if_gemvar.h (r1.1.1.2 -> r1.2)
    src/sys/dev/kbd:
        kbd.c (r1.3 -> r1.4)
        kbdreg.h (r1.2 -> r1.3)
        kbdtables.h (r1.1.1.1 -> r1.2)

-------------- next part --------------
Index: fwphyreg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwphyreg.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/fwphyreg.h -L sys/dev/firewire/fwphyreg.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/fwphyreg.h
+++ sys/dev/firewire/fwphyreg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: fwohci.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwohci.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/firewire/fwohci.c -L sys/dev/firewire/fwohci.c -u -r1.3 -r1.4
--- sys/dev/firewire/fwohci.c
+++ sys/dev/firewire/fwohci.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: sbp_targ.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/sbp_targ.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/sbp_targ.c -L sys/dev/firewire/sbp_targ.c -u -r1.2 -r1.3
--- sys/dev/firewire/sbp_targ.c
+++ sys/dev/firewire/sbp_targ.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: fwdma.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwdma.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/fwdma.h -L sys/dev/firewire/fwdma.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/fwdma.h
+++ sys/dev/firewire/fwdma.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: iec68113.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/iec68113.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/iec68113.h -L sys/dev/firewire/iec68113.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/iec68113.h
+++ sys/dev/firewire/iec68113.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: sbp.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/sbp.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/sbp.c -L sys/dev/firewire/sbp.c -u -r1.2 -r1.3
--- sys/dev/firewire/sbp.c
+++ sys/dev/firewire/sbp.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: if_fwip.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/if_fwip.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/if_fwip.c -L sys/dev/firewire/if_fwip.c -u -r1.2 -r1.3
--- sys/dev/firewire/if_fwip.c
+++ sys/dev/firewire/if_fwip.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2004
  *	Doug Rabson
Index: fwohcivar.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwohcivar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/fwohcivar.h -L sys/dev/firewire/fwohcivar.h -u -r1.2 -r1.3
--- sys/dev/firewire/fwohcivar.h
+++ sys/dev/firewire/fwohcivar.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi SHimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi SHimokawa
Index: fwdev.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwdev.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -L sys/dev/firewire/fwdev.c -L sys/dev/firewire/fwdev.c -u -r1.5 -r1.6
--- sys/dev/firewire/fwdev.c
+++ sys/dev/firewire/fwdev.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: firewire.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/firewire.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -L sys/dev/firewire/firewire.c -L sys/dev/firewire/firewire.c -u -r1.4 -r1.5
--- sys/dev/firewire/firewire.c
+++ sys/dev/firewire/firewire.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: fwdma.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwdma.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/firewire/fwdma.c -L sys/dev/firewire/fwdma.c -u -r1.3 -r1.4
--- sys/dev/firewire/fwdma.c
+++ sys/dev/firewire/fwdma.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: if_fwe.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/if_fwe.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/if_fwe.c -L sys/dev/firewire/if_fwe.c -u -r1.2 -r1.3
--- sys/dev/firewire/if_fwe.c
+++ sys/dev/firewire/if_fwe.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2002-2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: iec13213.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/iec13213.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/iec13213.h -L sys/dev/firewire/iec13213.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/iec13213.h
+++ sys/dev/firewire/iec13213.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: if_fwevar.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/if_fwevar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/if_fwevar.h -L sys/dev/firewire/if_fwevar.h -u -r1.2 -r1.3
--- sys/dev/firewire/if_fwevar.h
+++ sys/dev/firewire/if_fwevar.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2002-2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: fwmem.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwmem.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/fwmem.c -L sys/dev/firewire/fwmem.c -u -r1.2 -r1.3
--- sys/dev/firewire/fwmem.c
+++ sys/dev/firewire/fwmem.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2002-2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: sbp.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/sbp.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/sbp.h -L sys/dev/firewire/sbp.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/sbp.h
+++ sys/dev/firewire/sbp.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: firewirereg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/firewirereg.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/firewire/firewirereg.h -L sys/dev/firewire/firewirereg.h -u -r1.3 -r1.4
--- sys/dev/firewire/firewirereg.h
+++ sys/dev/firewire/firewirereg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: fwcrom.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwcrom.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/fwcrom.c -L sys/dev/firewire/fwcrom.c -u -r1.2 -r1.3
--- sys/dev/firewire/fwcrom.c
+++ sys/dev/firewire/fwcrom.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2002-2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: fwohci_pci.c
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwohci_pci.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/fwohci_pci.c -L sys/dev/firewire/fwohci_pci.c -u -r1.2 -r1.3
--- sys/dev/firewire/fwohci_pci.c
+++ sys/dev/firewire/fwohci_pci.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: fwohcireg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwohcireg.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/fwohcireg.h -L sys/dev/firewire/fwohcireg.h -u -r1.2 -r1.3
--- sys/dev/firewire/fwohcireg.h
+++ sys/dev/firewire/fwohcireg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: firewire.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/firewire.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/firewire/firewire.h -L sys/dev/firewire/firewire.h -u -r1.3 -r1.4
--- sys/dev/firewire/firewire.h
+++ sys/dev/firewire/firewire.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
Index: fwmem.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/fwmem.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/fwmem.h -L sys/dev/firewire/fwmem.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/fwmem.h
+++ sys/dev/firewire/fwmem.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2002-2003
  * 	Hidetoshi Shimokawa. All rights reserved.
Index: if_fwipvar.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/if_fwipvar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/firewire/if_fwipvar.h -L sys/dev/firewire/if_fwipvar.h -u -r1.2 -r1.3
--- sys/dev/firewire/if_fwipvar.h
+++ sys/dev/firewire/if_fwipvar.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2004
  *	Doug Rabson
Index: firewire_phy.h
===================================================================
RCS file: /home/cvs/src/sys/dev/firewire/firewire_phy.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/firewire/firewire_phy.h -L sys/dev/firewire/firewire_phy.h -u -r1.1.1.1 -r1.2
--- sys/dev/firewire/firewire_phy.h
+++ sys/dev/firewire/firewire_phy.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa
  * All rights reserved.
Index: if_fxpreg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/fxp/if_fxpreg.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/fxp/if_fxpreg.h -L sys/dev/fxp/if_fxpreg.h -u -r1.1.1.1 -r1.2
--- sys/dev/fxp/if_fxpreg.h
+++ sys/dev/fxp/if_fxpreg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1995, David Greenman
  * Copyright (c) 2001 Jonathan Lemon <jlemon at freebsd.org>
Index: if_fxp.c
===================================================================
RCS file: /home/cvs/src/sys/dev/fxp/if_fxp.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -L sys/dev/fxp/if_fxp.c -L sys/dev/fxp/if_fxp.c -u -r1.5 -r1.6
--- sys/dev/fxp/if_fxp.c
+++ sys/dev/fxp/if_fxp.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1995, David Greenman
  * Copyright (c) 2001 Jonathan Lemon <jlemon at freebsd.org>
Index: rcvbundl.h
===================================================================
RCS file: /home/cvs/src/sys/dev/fxp/rcvbundl.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/fxp/rcvbundl.h -L sys/dev/fxp/rcvbundl.h -u -r1.1.1.1 -r1.2
--- sys/dev/fxp/rcvbundl.h
+++ sys/dev/fxp/rcvbundl.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
 Copyright (c) 1999-2001, Intel Corporation 
 
Index: if_fxpvar.h
===================================================================
RCS file: /home/cvs/src/sys/dev/fxp/if_fxpvar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/fxp/if_fxpvar.h -L sys/dev/fxp/if_fxpvar.h -u -r1.2 -r1.3
--- sys/dev/fxp/if_fxpvar.h
+++ sys/dev/fxp/if_fxpvar.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1995, David Greenman
  * All rights reserved.
Index: if_gemvar.h
===================================================================
RCS file: /home/cvs/src/sys/dev/gem/if_gemvar.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L sys/dev/gem/if_gemvar.h -L sys/dev/gem/if_gemvar.h -u -r1.1.1.2 -r1.2
--- sys/dev/gem/if_gemvar.h
+++ sys/dev/gem/if_gemvar.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2001 Eduardo Horvath.
  * All rights reserved.
Index: if_gem.c
===================================================================
RCS file: /home/cvs/src/sys/dev/gem/if_gem.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L sys/dev/gem/if_gem.c -L sys/dev/gem/if_gem.c -u -r1.1.1.2 -r1.2
--- sys/dev/gem/if_gem.c
+++ sys/dev/gem/if_gem.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2001 Eduardo Horvath.
  * Copyright (c) 2001-2003 Thomas Moestl
Index: if_gemreg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/gem/if_gemreg.h,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L sys/dev/gem/if_gemreg.h -L sys/dev/gem/if_gemreg.h -u -r1.1.1.2 -r1.2
--- sys/dev/gem/if_gemreg.h
+++ sys/dev/gem/if_gemreg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2001 Eduardo Horvath.
  * All rights reserved.
Index: if_gem_pci.c
===================================================================
RCS file: /home/cvs/src/sys/dev/gem/if_gem_pci.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -L sys/dev/gem/if_gem_pci.c -L sys/dev/gem/if_gem_pci.c -u -r1.1.1.2 -r1.2
--- sys/dev/gem/if_gem_pci.c
+++ sys/dev/gem/if_gem_pci.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (C) 2001 Eduardo Horvath.
  * All rights reserved.
Index: kbdtables.h
===================================================================
RCS file: /home/cvs/src/sys/dev/kbd/kbdtables.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -L sys/dev/kbd/kbdtables.h -L sys/dev/kbd/kbdtables.h -u -r1.1.1.1 -r1.2
--- sys/dev/kbd/kbdtables.h
+++ sys/dev/kbd/kbdtables.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1992-1998 Sen Schmidt
  * All rights reserved.
Index: kbdreg.h
===================================================================
RCS file: /home/cvs/src/sys/dev/kbd/kbdreg.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -L sys/dev/kbd/kbdreg.h -L sys/dev/kbd/kbdreg.h -u -r1.2 -r1.3
--- sys/dev/kbd/kbdreg.h
+++ sys/dev/kbd/kbdreg.h
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1999 Kazutaka YOKOTA <yokota at zodiac.mech.utsunomiya-u.ac.jp>
  * All rights reserved.
Index: kbd.c
===================================================================
RCS file: /home/cvs/src/sys/dev/kbd/kbd.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -L sys/dev/kbd/kbd.c -L sys/dev/kbd/kbd.c -u -r1.3 -r1.4
--- sys/dev/kbd/kbd.c
+++ sys/dev/kbd/kbd.c
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 1999 Kazutaka YOKOTA <yokota at zodiac.mech.utsunomiya-u.ac.jp>
  * All rights reserved.


More information about the Midnightbsd-cvs mailing list