Module Name:    src
Committed By:   cegger
Date:           Sat May 29 06:44:23 UTC 2010

Modified Files:
        src/sys/dev/usb: usb_subr.c

Log Message:
unload usbverbose, not pciverbose


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/dev/usb/usb_subr.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/usb/usb_subr.c
diff -u src/sys/dev/usb/usb_subr.c:1.169 src/sys/dev/usb/usb_subr.c:1.170
--- src/sys/dev/usb/usb_subr.c:1.169	Sat May 29 01:14:29 2010
+++ src/sys/dev/usb/usb_subr.c	Sat May 29 06:44:22 2010
@@ -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 *

Reply via email to