freebsd-dev/usr.sbin/usbd
Nick Hibma 4d06ff3223 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.
1999-11-18 18:04:17 +00:00
..
Makefile $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
usbd.8 $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
usbd.c Cleanup of the code before we add a few thins. 1999-11-18 18:04:17 +00:00