From owner-cvs-all Wed Dec 9 15:36:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13071 for cvs-all-outgoing; Wed, 9 Dec 1998 15:36:17 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13059; Wed, 9 Dec 1998 15:36:15 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) From: Nick Hibma Received: (from n_hibma@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id PAA26717; Wed, 9 Dec 1998 15:36:15 -0800 (PST) Date: Wed, 9 Dec 1998 15:36:15 -0800 (PST) Message-Id: <199812092336.PAA26717@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/usb ohcireg.h ohcivar.h uhci.c uhcivar.h uhub.c usb.c usb_port.h usb_subr.c usbdivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk n_hibma 1998/12/09 15:36:15 PST Modified files: sys/dev/usb ohcireg.h ohcivar.h uhci.c uhcivar.h uhub.c usb.c usb_port.h usb_subr.c usbdivar.h Log: Various bug fixes: 1) Removed 'emulation' of bitmaps in printfs, FreeBSD seems to have caught up on that one 2) Fixed a few bugs in the timeout/timo timeout variables 3) First attempt at fixing a bug mentioned by Kazu: uhci_run is not able start/stop his USB host on his motherboard. Revision Changes Path 1.2 +7 -5 src/sys/dev/usb/ohcireg.h 1.2 +14 -3 src/sys/dev/usb/ohcivar.h 1.2 +33 -26 src/sys/dev/usb/uhci.c 1.2 +1 -2 src/sys/dev/usb/uhcivar.h 1.2 +4 -1 src/sys/dev/usb/uhub.c 1.2 +1 -1 src/sys/dev/usb/usb.c 1.2 +0 -1 src/sys/dev/usb/usb_port.h 1.2 +3 -2 src/sys/dev/usb/usb_subr.c 1.2 +2 -3 src/sys/dev/usb/usbdivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message