Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 20:05:38 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 139155 for review
Message-ID:  <200804012005.m31K5c5j099229@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139155

Change 139155 by hselasky@hselasky_laptop001 on 2008/04/01 20:05:06

	
	Style change by "usb_style.sh".

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/ehci_pci.c#32 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/ehci_pci.c#32 (text+ko) ====

@@ -434,12 +434,12 @@
 		}
 		legsup = eec;
 		if (legsup & EHCI_LEGSUP_BIOSOWNED) {
-			/* 
-			 * Only set the "OSOWNED" bit if the
-			 * "BIOSOWNED" bit is set:
+			/*
+			 * Only set the "OSOWNED" bit if the "BIOSOWNED" bit
+			 * is set:
 			 */
 			pci_write_config(self, eecp,
-					 legsup | EHCI_LEGSUP_OSOWNED, 4);
+			    legsup | EHCI_LEGSUP_OSOWNED, 4);
 			device_printf(sc->sc_bus.bdev, "waiting for BIOS "
 			    "to give up control\n");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804012005.m31K5c5j099229>