[LinuxBIOS] LinuxBIOS Solaris Dev

Kaufman, Adam adam.kaufman at pinnacle.com
Fri Feb 2 15:20:45 CET 2007


Oops. Sorry. Here we go.

Signed-off-by: Adam Kaufman <adam.kaufman at pinnacle.com>



-----Original Message-----
From: Stefan Reinauer [mailto:stefan.reinauer at coresystems.de] 
Sent: Friday, February 02, 2007 8:58 AM
To: Kaufman, Adam
Cc: linuxbios at linuxbios.org
Subject: Re: [LinuxBIOS] LinuxBIOS Solaris Dev

Kaufman, Adam wrote:
> Ok, here's what I came up with for a Solaris 10 patch. I don't know
that
> it's the best way, but I tried to make somewhat clean. Feel free to
> rewrite/suggest anything. Note that Solaris 10 removed the ability to
> compile libc static, and I don't know if we think it's worth the
effort,
> so I just made checks to disable it for SunOS.
> 

mem.h does not look right:
> #if defined(sunos)
> #define MEM_DEV "/dev/mem"
> #else
> #define MEM_DEV "/dev/xsvc"
> #endif

should it be

#if !defined(__sun)

maybe?

Please post a Signed-off-by:
http://linuxbios.org/Development_Guidelines#How_to_contribute

-- 
coresystems GmbH * Brahmsstr. 16 * D-79104 Freiburg i. Br.
      Tel.: +49 761 7668825 * Fax: +49 761 7664613
Email: info at coresystems.de  * http://www.coresystems.de/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lb_solaris_10.diff
Type: application/octet-stream
Size: 6326 bytes
Desc: lb_solaris_10.diff
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070202/35abd940/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mem.h
Type: application/octet-stream
Size: 87 bytes
Desc: mem.h
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070202/35abd940/attachment-0001.obj>


More information about the coreboot mailing list