Re: [osol-code] variadic macro

2008-10-02 Thread Christian Kaiser
Garrett D'Amore wrote: > Christian Kaiser wrote: >> Hi all, >> >> I have a problem with the Sun Studio Express C pre-processor handling >> variadic macros. Look at the following code example: >> >> > 1 #define OSIF_WARN( fmt, args... ) osif_warn(fmt, ## args) >> > 2 >> > 3 void osif_warn(cha

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