Deleted Added
full compact
usb_process.c (196547) usb_process.c (199675)
1/* $FreeBSD: head/sys/dev/usb/usb_process.c 196547 2009-08-25 16:59:55Z thompsa $ */
1/* $FreeBSD: head/sys/dev/usb/usb_process.c 199675 2009-11-22 21:21:22Z thompsa $ */
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 68 unchanged lines hidden (view full) ---

78#endif
79
80#ifdef USB_DEBUG
81static int usb_proc_debug;
82
83SYSCTL_NODE(_hw_usb, OID_AUTO, proc, CTLFLAG_RW, 0, "USB process");
84SYSCTL_INT(_hw_usb_proc, OID_AUTO, debug, CTLFLAG_RW, &usb_proc_debug, 0,
85 "Debug level");
2/*-
3 * Copyright (c) 2008 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 68 unchanged lines hidden (view full) ---

78#endif
79
80#ifdef USB_DEBUG
81static int usb_proc_debug;
82
83SYSCTL_NODE(_hw_usb, OID_AUTO, proc, CTLFLAG_RW, 0, "USB process");
84SYSCTL_INT(_hw_usb_proc, OID_AUTO, debug, CTLFLAG_RW, &usb_proc_debug, 0,
85 "Debug level");
86
87TUNABLE_INT("hw.usb.proc.debug", &usb_proc_debug);
86#endif
87
88/*------------------------------------------------------------------------*
89 * usb_process
90 *
91 * This function is the USB process dispatcher.
92 *------------------------------------------------------------------------*/
93static void

--- 392 unchanged lines hidden ---
88#endif
89
90/*------------------------------------------------------------------------*
91 * usb_process
92 *
93 * This function is the USB process dispatcher.
94 *------------------------------------------------------------------------*/
95static void

--- 392 unchanged lines hidden ---