From owner-cvs-all Sat Mar 16 4:44:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 51A1837B400; Sat, 16 Mar 2002 04:44:22 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2GCiMC21262; Sat, 16 Mar 2002 04:44:22 -0800 (PST) (envelope-from joe) Message-Id: <200203161244.g2GCiMC21262@freefall.freebsd.org> From: Josef Karthauser Date: Sat, 16 Mar 2002 04:44:22 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb ohci.c ohcivar.h uhci.c uhcivar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joe 2002/03/16 04:44:22 PST Modified files: sys/dev/usb ohci.c ohcivar.h uhci.c uhcivar.h Log: Merge from NetBSD: ohcivar.h (1.22), uhcivar.h (1.29): ============================================================ date: 2000/04/25 09:20:55; author: augustss; Move the size of the mapped bus_space region into the bus independent softc. ============================================================ ohci.c (1.88), uhci.c (1.112): ============================================================ date: 2000/04/25 14:28:13; author: augustss; Insert (very conservative!) bus_space_barrier() calls at all register accesses. The bus_space(9) man page says you've gotta have them... ============================================================ Revision Changes Path 1.69 +11 -3 src/sys/dev/usb/ohci.c 1.24 +1 -0 src/sys/dev/usb/ohcivar.h 1.87 +12 -7 src/sys/dev/usb/uhci.c 1.30 +2 -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