Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb unload usbverbose, not pciverbose



details:   https://anonhg.NetBSD.org/src/rev/b61461a22b82
branches:  trunk
changeset: 755234:b61461a22b82
user:      cegger <cegger%NetBSD.org@localhost>
date:      Sat May 29 06:44:22 2010 +0000

description:
unload usbverbose, not pciverbose

diffstat:

 sys/dev/usb/usb_subr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9e54c5951ce2 -r b61461a22b82 sys/dev/usb/usb_subr.c
--- a/sys/dev/usb/usb_subr.c    Sat May 29 05:53:57 2010 +0000
+++ b/sys/dev/usb/usb_subr.c    Sat May 29 06:44:22 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb_subr.c,v 1.169 2010/05/29 01:14:29 pgoyette Exp $  */
+/*     $NetBSD: usb_subr.c,v 1.170 2010/05/29 06:44:22 cegger Exp $    */
 /*     $FreeBSD: src/sys/dev/usb/usb_subr.c,v 1.18 1999/11/17 22:33:47 n_hibma Exp $   */
 
 /*
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.169 2010/05/29 01:14:29 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: usb_subr.c,v 1.170 2010/05/29 06:44:22 cegger Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_usbverbose.h"
@@ -132,7 +132,7 @@
        if (loaded == 0)
                return; 
        if (--loaded == 0)
-               module_unload("pciverbose");
+               module_unload("usbverbose");
 }
 
 const char *



Home | Main Index | Thread Index | Old Index