Date: Thu, 18 Nov 1999 10:04:18 -0800 (PST) From: Nick Hibma <n_hibma@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/usbd usbd.c Message-ID: <199911181804.KAA15732@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911181804.KAA15732>