From owner-cvs-all Thu Nov 18 10: 4:22 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 637DE14C39; Thu, 18 Nov 1999 10:04:18 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA15732; Thu, 18 Nov 1999 10:04:18 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Message-Id: <199911181804.KAA15732@freefall.freebsd.org> From: Nick Hibma Date: Thu, 18 Nov 1999 10:04:18 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1999/11/18 10:04:18 PST Modified files: usr.sbin/usbd usbd.c Log: Cleanup of the code before we add a few thins. - remove the use of NDEV. It is confusing. MAXUSBDEV should do. - add some comments. - add more explanation in usage() - change the timeout value for undetected USB devices from 300 to 30 seconds. I don't think anyone wants to wait 5 minutes for broken devices to show up. The overhead CPU wise is very little. - print 'no controllers found' as a fatal error. - remove inclusion of malloc.h. It's unused. Revision Changes Path 1.4 +50 -34 src/usr.sbin/usbd/usbd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message