Module Name: src
Committed By: jakllsch
Date: Sat Jan 30 16:16:35 UTC 2010
Modified Files:
src/sys/dev/cardbus: siisata_cardbus.c
src/sys/dev/ic: siisata.c
src/sys/dev/pci: siisata_pci.c
Log Message:
Sprinkle __KERNEL_RCSID() into siisata(4).
Slightly adjust some comment styling.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/cardbus/siisata_cardbus.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/ic/siisata.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/siisata_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/cardbus/siisata_cardbus.c
diff -u src/sys/dev/cardbus/siisata_cardbus.c:1.3 src/sys/dev/cardbus/siisata_cardbus.c:1.4
--- src/sys/dev/cardbus/siisata_cardbus.c:1.3 Fri Jan 8 19:47:42 2010
+++ src/sys/dev/cardbus/siisata_cardbus.c Sat Jan 30 16:16:35 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_cardbus.c,v 1.3 2010/01/08 19:47:42 dyoung Exp $ */
+/* $NetBSD: siisata_cardbus.c,v 1.4 2010/01/30 16:16:35 jakllsch Exp $ */
/* Id: siisata_pci.c,v 1.11 2008/05/21 16:20:11 jakllsch Exp */
/*
@@ -26,7 +26,7 @@
*
*/
-/*-
+/*
* Copyright (c) 2007, 2008 Jonathan A. Kollasch.
* All rights reserved.
*
@@ -49,11 +49,10 @@
* 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.
- *
*/
#include <sys/cdefs.h>
-
+__KERNEL_RCSID(0, "$NetBSD: siisata_cardbus.c,v 1.4 2010/01/30 16:16:35 jakllsch Exp $");
#include <sys/types.h>
#include <sys/malloc.h>
Index: src/sys/dev/ic/siisata.c
diff -u src/sys/dev/ic/siisata.c:1.8 src/sys/dev/ic/siisata.c:1.9
--- src/sys/dev/ic/siisata.c:1.8 Mon Oct 19 18:41:13 2009
+++ src/sys/dev/ic/siisata.c Sat Jan 30 16:16:35 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata.c,v 1.8 2009/10/19 18:41:13 bouyer Exp $ */
+/* $NetBSD: siisata.c,v 1.9 2010/01/30 16:16:35 jakllsch Exp $ */
/* from ahcisata_core.c */
@@ -53,7 +53,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/*-
+/*
* Copyright (c) 2007, 2008, 2009 Jonathan A. Kollasch.
* All rights reserved.
*
@@ -76,9 +76,11 @@
* 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.
- *
*/
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: siisata.c,v 1.9 2010/01/30 16:16:35 jakllsch Exp $");
+
#include <sys/types.h>
#include <sys/malloc.h>
#include <sys/param.h>
Index: src/sys/dev/pci/siisata_pci.c
diff -u src/sys/dev/pci/siisata_pci.c:1.6 src/sys/dev/pci/siisata_pci.c:1.7
--- src/sys/dev/pci/siisata_pci.c:1.6 Fri Jan 8 19:56:52 2010
+++ src/sys/dev/pci/siisata_pci.c Sat Jan 30 16:16:35 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: siisata_pci.c,v 1.6 2010/01/08 19:56:52 dyoung Exp $ */
+/* $NetBSD: siisata_pci.c,v 1.7 2010/01/30 16:16:35 jakllsch Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -25,7 +25,7 @@
*
*/
-/*-
+/*
* Copyright (c) 2007, 2008, 2009 Jonathan A. Kollasch.
* All rights reserved.
*
@@ -48,11 +48,10 @@
* 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.
- *
*/
#include <sys/cdefs.h>
-
+__KERNEL_RCSID(0, "$NetBSD: siisata_pci.c,v 1.7 2010/01/30 16:16:35 jakllsch Exp $");
#include <sys/types.h>
#include <sys/malloc.h>