From owner-cvs-all Mon Dec 14 13:14:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA13339 for cvs-all-outgoing; Mon, 14 Dec 1998 13:14:18 -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 NAA13329; Mon, 14 Dec 1998 13:14:14 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA16953; Mon, 14 Dec 1998 13:14:15 -0800 (PST) Date: Mon, 14 Dec 1998 13:14:15 -0800 (PST) Message-Id: <199812142114.NAA16953@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/pci ohci_pci.c src/sys/dev/usb ohci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1998/12/14 13:14:14 PST Modified files: sys/dev/pci ohci_pci.c sys/dev/usb ohci.c Log: The OHCI interfaces I have access to map their control regs etc. into memory address space rather than IO space.. reflect this when looking for the interface revision register. If this is not true for them all then we probably need some smarter code. Revision Changes Path 1.6 +8 -3 src/sys/dev/pci/ohci_pci.c 1.5 +4 -4 src/sys/dev/usb/ohci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message