Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Sprinkle __KERNEL_RCSID() into siisata(4).
details: https://anonhg.NetBSD.org/src/rev/d7dc47eccaa0
branches: trunk
changeset: 751258:d7dc47eccaa0
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Jan 30 16:16:35 2010 +0000
description:
Sprinkle __KERNEL_RCSID() into siisata(4).
Slightly adjust some comment styling.
diffstat:
sys/dev/cardbus/siisata_cardbus.c | 7 +++----
sys/dev/ic/siisata.c | 8 +++++---
sys/dev/pci/siisata_pci.c | 7 +++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (93 lines):
diff -r e72d81d56460 -r d7dc47eccaa0 sys/dev/cardbus/siisata_cardbus.c
--- a/sys/dev/cardbus/siisata_cardbus.c Sat Jan 30 15:13:25 2010 +0000
+++ b/sys/dev/cardbus/siisata_cardbus.c Sat Jan 30 16:16:35 2010 +0000
@@ -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>
diff -r e72d81d56460 -r d7dc47eccaa0 sys/dev/ic/siisata.c
--- a/sys/dev/ic/siisata.c Sat Jan 30 15:13:25 2010 +0000
+++ b/sys/dev/ic/siisata.c Sat Jan 30 16:16:35 2010 +0000
@@ -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>
diff -r e72d81d56460 -r d7dc47eccaa0 sys/dev/pci/siisata_pci.c
--- a/sys/dev/pci/siisata_pci.c Sat Jan 30 15:13:25 2010 +0000
+++ b/sys/dev/pci/siisata_pci.c Sat Jan 30 16:16:35 2010 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index