Uses of Interface
dioscuri.module.cpu32.IOPortCapable

Packages that use IOPortCapable
dioscuri.module.cpu32   
 

Uses of IOPortCapable in dioscuri.module.cpu32
 

Classes in dioscuri.module.cpu32 that implement IOPortCapable
 class DMAController
           
 class IOPortHandler
          Class for storing the I/O port map, and handling the required redirection.
 class SystemBIOS
           
 class VGABIOS
           
 

Methods in dioscuri.module.cpu32 with parameters of type IOPortCapable
 void IOPortHandler.deregisterIOPortCapable(IOPortCapable device)
           
 void IOPortHandler.registerIOPortCapable(IOPortCapable device)