Dave Babb wrote:
> Sorry for going guiet for a few days there. Ended up in the hospital 
> and just got discharged today....
Sorry to hear.

I looked at this a bit and saw nvclock.c::main() calls init_nvclock() 
will which
probably default to backend/back_linux.c.  A backend/back_solaris.c probably
needs to be created, changing backend Makefile.in to something like:

  --- src/backend/Makefile.in    Mon Nov 17 14:17:28 2008
  ***************
  *** 13,19 ****
        ifeq ($(system), Win32)
        OBJECTS+=back_win32.o
        else
  !     OBJECTS+=back_linux.o
        endif
    endif
 
  --- 13,23 ----
        ifeq ($(system), Win32)
        OBJECTS+=back_win32.o
        else
  !         ifeq ($(system), SunOS)
  !         OBJECTS+=back_solaris.o
  !         else
  !         OBJECTS+=back_linux.o
  !         endif
        endif
    endif

For backend_solaris.c, while we will deliver libpciaccess for Solaris I 
don't think
it is a good idea to use it in this case.  For Solaris, we should 
probably limit it to
using the coolbits hooks and see how much can be controlled.

_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to