Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic adatper -> adapter
details: https://anonhg.NetBSD.org/src/rev/87ab2fd4704b
branches: trunk
changeset: 820545:87ab2fd4704b
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 11 07:16:48 2017 +0000
description:
adatper -> adapter
diffstat:
sys/dev/ic/aic6360.c | 6 +++---
sys/dev/ic/mb89352.c | 6 +++---
sys/dev/ic/ncr5380sbc.c | 6 +++---
sys/dev/ic/ncr53c9x.c | 6 +++---
sys/dev/ic/sunscpal.c | 6 +++---
sys/dev/ic/wd33c93.c | 6 +++---
6 files changed, 18 insertions(+), 18 deletions(-)
diffs (162 lines):
diff -r 68c64471d617 -r 87ab2fd4704b sys/dev/ic/aic6360.c
--- a/sys/dev/ic/aic6360.c Wed Jan 11 07:03:59 2017 +0000
+++ b/sys/dev/ic/aic6360.c Wed Jan 11 07:16:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: aic6360.c,v 1.99 2009/11/23 02:13:46 rmind Exp $ */
+/* $NetBSD: aic6360.c,v 1.100 2017/01/11 07:16:48 skrll Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Charles M. Hannum. All rights reserved.
@@ -58,7 +58,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.99 2009/11/23 02:13:46 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aic6360.c,v 1.100 2017/01/11 07:16:48 skrll Exp $");
#include "opt_ddb.h"
@@ -279,7 +279,7 @@
/*
* Add reference to adapter so that we drop the reference after
- * config_found() to make sure the adatper is disabled.
+ * config_found() to make sure the adapter is disabled.
*/
if (scsipi_adapter_addref(adapt) != 0) {
aprint_error_dev(sc->sc_dev, "unable to enable controller\n");
diff -r 68c64471d617 -r 87ab2fd4704b sys/dev/ic/mb89352.c
--- a/sys/dev/ic/mb89352.c Wed Jan 11 07:03:59 2017 +0000
+++ b/sys/dev/ic/mb89352.c Wed Jan 11 07:16:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mb89352.c,v 1.54 2013/11/04 16:54:56 christos Exp $ */
+/* $NetBSD: mb89352.c,v 1.55 2017/01/11 07:16:48 skrll Exp $ */
/* NecBSD: mb89352.c,v 1.4 1998/03/14 07:31:20 kmatsuda Exp */
/*-
@@ -77,7 +77,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.54 2013/11/04 16:54:56 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mb89352.c,v 1.55 2017/01/11 07:16:48 skrll Exp $");
#ifdef DDB
#define integrate
@@ -293,7 +293,7 @@
/*
* Add reference to adapter so that we drop the reference after
- * config_found() to make sure the adatper is disabled.
+ * config_found() to make sure the adapter is disabled.
*/
if (scsipi_adapter_addref(adapt) != 0) {
aprint_error_dev(sc->sc_dev, "unable to enable controller\n");
diff -r 68c64471d617 -r 87ab2fd4704b sys/dev/ic/ncr5380sbc.c
--- a/sys/dev/ic/ncr5380sbc.c Wed Jan 11 07:03:59 2017 +0000
+++ b/sys/dev/ic/ncr5380sbc.c Wed Jan 11 07:16:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr5380sbc.c,v 1.66 2012/07/28 00:43:23 matt Exp $ */
+/* $NetBSD: ncr5380sbc.c,v 1.67 2017/01/11 07:16:48 skrll Exp $ */
/*
* Copyright (c) 1995 David Jones, Gordon W. Ross
@@ -71,7 +71,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.66 2012/07/28 00:43:23 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr5380sbc.c,v 1.67 2017/01/11 07:16:48 skrll Exp $");
#include "opt_ddb.h"
@@ -2575,7 +2575,7 @@
/*
* Add reference to adapter so that we drop the reference after
- * config_found() to make sure the adatper is disabled.
+ * config_found() to make sure the adapter is disabled.
*/
if (scsipi_adapter_addref(adapt) != 0) {
aprint_error_dev(sc->sc_dev, "unable to enable controller\n");
diff -r 68c64471d617 -r 87ab2fd4704b sys/dev/ic/ncr53c9x.c
--- a/sys/dev/ic/ncr53c9x.c Wed Jan 11 07:03:59 2017 +0000
+++ b/sys/dev/ic/ncr53c9x.c Wed Jan 11 07:16:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53c9x.c,v 1.146 2016/12/24 06:04:50 macallan Exp $ */
+/* $NetBSD: ncr53c9x.c,v 1.147 2017/01/11 07:16:48 skrll Exp $ */
/*-
* Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ncr53c9x.c,v 1.146 2016/12/24 06:04:50 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ncr53c9x.c,v 1.147 2017/01/11 07:16:48 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -286,7 +286,7 @@
/*
* Add reference to adapter so that we drop the reference after
- * config_found() to make sure the adatper is disabled.
+ * config_found() to make sure the adapter is disabled.
*/
if (scsipi_adapter_addref(adapt) != 0) {
aprint_error_dev(sc->sc_dev, "unable to enable controller\n");
diff -r 68c64471d617 -r 87ab2fd4704b sys/dev/ic/sunscpal.c
--- a/sys/dev/ic/sunscpal.c Wed Jan 11 07:03:59 2017 +0000
+++ b/sys/dev/ic/sunscpal.c Wed Jan 11 07:16:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sunscpal.c,v 1.26 2014/03/25 16:19:13 christos Exp $ */
+/* $NetBSD: sunscpal.c,v 1.27 2017/01/11 07:16:48 skrll Exp $ */
/*
* Copyright (c) 2001 Matthew Fredette
@@ -76,7 +76,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.26 2014/03/25 16:19:13 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sunscpal.c,v 1.27 2017/01/11 07:16:48 skrll Exp $");
#include "opt_ddb.h"
@@ -2074,7 +2074,7 @@
/*
* Add reference to adapter so that we drop the reference after
- * config_found() to make sure the adatper is disabled.
+ * config_found() to make sure the adapter is disabled.
*/
if (scsipi_adapter_addref(&sc->sc_adapter) != 0) {
aprint_error_dev(sc->sc_dev, "unable to enable controller\n");
diff -r 68c64471d617 -r 87ab2fd4704b sys/dev/ic/wd33c93.c
--- a/sys/dev/ic/wd33c93.c Wed Jan 11 07:03:59 2017 +0000
+++ b/sys/dev/ic/wd33c93.c Wed Jan 11 07:16:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd33c93.c,v 1.25 2014/01/22 15:21:08 christos Exp $ */
+/* $NetBSD: wd33c93.c,v 1.26 2017/01/11 07:16:48 skrll Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -79,7 +79,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.25 2014/01/22 15:21:08 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wd33c93.c,v 1.26 2017/01/11 07:16:48 skrll Exp $");
#include "opt_ddb.h"
@@ -207,7 +207,7 @@
/*
* Add reference to adapter so that we drop the reference after
- * config_found() to make sure the adatper is disabled.
+ * config_found() to make sure the adapter is disabled.
*/
if (scsipi_adapter_addref(&sc->sc_adapter) != 0) {
aprint_error_dev(sc->sc_dev, "unable to enable controller\n");
Home |
Main Index |
Thread Index |
Old Index