Oops. Sorry. Here we go.

Signed-off-by: Adam Kaufman <[EMAIL PROTECTED]>



-----Original Message-----
From: Stefan Reinauer [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 02, 2007 8:58 AM
To: Kaufman, Adam
Cc: linuxbios@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: [EMAIL PROTECTED]  * http://www.coresystems.de/

Attachment: lb_solaris_10.diff
Description: lb_solaris_10.diff

Attachment: mem.h
Description: mem.h

-- 
linuxbios mailing list
linuxbios@linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios

Reply via email to