While reviewing the PCI implementation, I noticed that an IO port is defined as an enum in ADC.X86. Since IO ports are common across all platforms, does anyone see a problem with moving IO.Port from ADC.X86 to ADC. The platform implementation would remain in ADC.X86? I would also change IO.Port enum to IOPort class (with an private uint member for the port location), and remove IOPortStream and IOPortStream8bit, since their functionality would be include as methods of the new IOPort.
Phil ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ SharpOS-Developers mailing list SharpOS-Developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sharpos-developers