Modules/EHCI - Debug output, nowhere near usable yet
[tpg/acess2.git] / KernelLand / Modules / USB / EHCI / ehci.h
index f76b93b..366f160 100644 (file)
@@ -92,7 +92,7 @@ struct sEHCI_OpRegs
         * 15    = Asynchronous Schedule Status
         * 16:31 = Reserved ?(Zero)
         */
-       Uint32  USBSts;
+       volatile Uint32 USBSts;
        /**
         * USB Interrupt Enable Register
         *
@@ -110,7 +110,7 @@ struct sEHCI_OpRegs
         * 
         * Bits 14:3 are used as n index into PeridocListBase
         */
-       Uint32  FrIndex;
+       volatile Uint32 FrIndex;
        /**
         * Control Data Structure Segment Register
         *

UCC git Repository :: git.ucc.asn.au