Re: [osol-code] Range of IO mapped IO and memory mapped IO address on solaris

2008-10-02 Thread Paul Durrant
sreenatha wrote: > I am doing some applications and wanted to know about: > How do we get the information like IO mapped IO(which port address is > assigned to which device) > and memory mapped IO(what memory range is assigned to which device) in > solaris > as is given by /proc/ioports and

[osol-code] Range of IO mapped IO and memory mapped IO address on solaris

2008-10-01 Thread sreenatha
Hi all, I am doing some applications and wanted to know about: How do we get the information like IO mapped IO(which port address is assigned to which device) and memory mapped IO(what memory range is assigned to which device) in solaris as is given by /proc/ioports and /proc/iomem in linux.