Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Stefan Reinauer
* Georgi, Patrick [110208 11:26]: > More general question (shouldn't stop anyone from committing this > patch): Should we move hardware access code to directio and use its API > on all platforms (not just Darwin, and - in theory - win32)? > Though in that case, we might want to import directio to

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Jonathan A. Kollasch
r6338. -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Peter Stuge
Jonathan A. Kollasch wrote: > Add NetBSD support to nvramtool. > > Signed-off-by: Acked-by: Peter Stuge -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-08 Thread Georgi, Patrick
Am Montag, den 07.02.2011, 21:15 + schrieb Jonathan A. Kollasch: > Add NetBSD support to nvramtool. > > Signed-off-by: Acked-by: Patrick Georgi More general question (shouldn't stop anyone from committing this patch): Should we move hardware access code to directio and use its API on all pl

[coreboot] [patch] nvramtool hardware access on NetBSD

2011-02-07 Thread Jonathan A. Kollasch
Add NetBSD support to nvramtool. Signed-off-by: Index: util/nvramtool/accessors/cmos-hw-unix.c === --- util/nvramtool/accessors/cmos-hw-unix.c (revision 6334) +++ util/nvramtool/accessors/cmos-hw-unix.c (working copy) @@ -17,