Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb sprinkle _KERNEL_OPT
details: https://anonhg.NetBSD.org/src/rev/44f848565bd7
branches: trunk
changeset: 815293:44f848565bd7
user: pooka <pooka%NetBSD.org@localhost>
date: Tue May 10 15:14:03 2016 +0000
description:
sprinkle _KERNEL_OPT
diffstat:
sys/dev/usb/ohci.c | 8 +++++---
sys/dev/usb/uhci.c | 8 +++++---
sys/dev/usb/xhci.c | 8 +++++---
3 files changed, 15 insertions(+), 9 deletions(-)
diffs (69 lines):
diff -r 04e59957ee68 -r 44f848565bd7 sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Tue May 10 10:40:33 2016 +0000
+++ b/sys/dev/usb/ohci.c Tue May 10 15:14:03 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.262 2016/05/09 21:52:43 skrll Exp $ */
+/* $NetBSD: ohci.c,v 1.263 2016/05/10 15:14:03 pooka Exp $ */
/*
* Copyright (c) 1998, 2004, 2005, 2012 The NetBSD Foundation, Inc.
@@ -41,9 +41,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.262 2016/05/09 21:52:43 skrll Exp $");
-
+__KERNEL_RCSID(0, "$NetBSD: ohci.c,v 1.263 2016/05/10 15:14:03 pooka Exp $");
+
+#ifdef _KERNEL_OPT
#include "opt_usb.h"
+#endif
#include <sys/param.h>
diff -r 04e59957ee68 -r 44f848565bd7 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Tue May 10 10:40:33 2016 +0000
+++ b/sys/dev/usb/uhci.c Tue May 10 15:14:03 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.272 2016/05/06 20:12:54 christos Exp $ */
+/* $NetBSD: uhci.c,v 1.273 2016/05/10 15:14:03 pooka Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,9 +42,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.272 2016/05/06 20:12:54 christos Exp $");
-
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.273 2016/05/10 15:14:03 pooka Exp $");
+
+#ifdef _KERNEL_OPT
#include "opt_usb.h"
+#endif
#include <sys/param.h>
diff -r 04e59957ee68 -r 44f848565bd7 sys/dev/usb/xhci.c
--- a/sys/dev/usb/xhci.c Tue May 10 10:40:33 2016 +0000
+++ b/sys/dev/usb/xhci.c Tue May 10 15:14:03 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: xhci.c,v 1.45 2016/05/07 08:11:49 skrll Exp $ */
+/* $NetBSD: xhci.c,v 1.46 2016/05/10 15:14:03 pooka Exp $ */
/*
* Copyright (c) 2013 Jonathan A. Kollasch
@@ -34,9 +34,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.45 2016/05/07 08:11:49 skrll Exp $");
-
+__KERNEL_RCSID(0, "$NetBSD: xhci.c,v 1.46 2016/05/10 15:14:03 pooka Exp $");
+
+#ifdef _KERNEL_OPT
#include "opt_usb.h"
+#endif
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index