From owner-cvs-all Sun Aug 6 17: 4:57 2000 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 894D237BC28; Sun, 6 Aug 2000 17:04:54 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA65772; Sun, 6 Aug 2000 17:04:54 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200008070004.RAA65772@freefall.freebsd.org> From: Nick Hibma Date: Sun, 6 Aug 2000 17:04:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb uhci.c uhcivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/08/06 17:04:54 PDT Modified files: sys/dev/usb uhci.c uhcivar.h Log: Save and restore the registers SOF and FRAMENUMBER on suspend. In some cases the registers are not correctly set on resume. This solves the problem of USB failing after resuming a machine. Submitted by: mike+fbsd@medianstrip.net PR: 18261 Revision Changes Path 1.50 +13 -6 src/sys/dev/usb/uhci.c 1.24 +4 -1 src/sys/dev/usb/uhcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message