From owner-freebsd-current Sun Jan 10 16:30:23 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA06486 for freebsd-current-outgoing; Sun, 10 Jan 1999 16:30:23 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from janus.syracuse.net (janus.syracuse.net [205.232.47.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA06481 for ; Sun, 10 Jan 1999 16:30:22 -0800 (PST) (envelope-from green@unixhelp.org) Received: from localhost (green@localhost) by janus.syracuse.net (8.8.8/8.8.7) with ESMTP id TAA27469; Sun, 10 Jan 1999 19:29:51 -0500 (EST) Date: Sun, 10 Jan 1999 19:29:51 -0500 (EST) From: Brian Feldman X-Sender: green@janus.syracuse.net To: Nick Hibma cc: FreeBSD current Mailing list , USB BSD list Subject: Re: Hand needed: debugging the USB mouse driver In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On a USB-related note, why is USB_DEBUG not working anymore? I mean that in the philosophical sense, since I can tell it just makes vars like usbdebug that get tested and used, but they default to 0. This doesn't help me much since I can't work on figuring out what's wrong with the USB code & my controller when the system has to have already been booted so I can hit an ioctl and turn on the debugging. By this time, my controller's already halted :( So for now I'll just change int usbdebug = 0; int uhcidebug; int ohcidebug; and initialize them all to 100, but does this really seem right to you? Brian Feldman _ __ ___ ___ ___ green@unixhelp.org _ __ ___ | _ ) __| \ http://www.freebsd.org/ _ __ ___ ____ | _ \__ \ |) | FreeBSD: The Power to Serve! _ __ ___ ____ _____ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message