On Fri, Mar 28, 2008 at 3:38 AM, Phil Garcia <[EMAIL PROTECTED]> wrote:
> 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.

I think that would be fine, although... it might be better to ship it
into the normal SharpOS.Kernel namespace if it isn't actually
platform-dependent... it could be used in other non-ADC APIs as well,
no?

-- 
fury

long name: William Lahti
handle :: fury
freenode :: xfury
blog :: http://xfurious.blogspot.com/

-------------------------------------------------------------------------
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

Reply via email to