Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 07/08/2007 18:22:28
Module Name:	src
Committed By:	jmcneill
Date:		Sun Jul  8 18:22:28 UTC 2007

Modified Files:
	src/sys/dev/pci: ehci_pci.c

Log Message:
If the USB legacy capability flag is not set, we mistakenly attempt to
clear it anyway by writing to PCI configuration register 0x00. Instead,
if this flag is not set, simply bail out from ehci_get_ownership.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/dev/pci/ehci_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.