Porting FreeBSD drm2 driver

2013-01-12 Thread Rhialto
I just noticed that FreeBSD's new 9.1 release has Kernel Mode Setting: The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been added. The agp(4) driver now supports SandyBridge and IvyBridge CPU

Re: Porting FreeBSD drm2 driver

2013-01-12 Thread Christos Zoulas
In article 20130112154830.gc22...@falu.nl, Rhialto rhia...@falu.nl wrote: I just noticed that FreeBSD's new 9.1 release has Kernel Mode Setting: The drm2(4) Intel GPU driver, which supports GEM and KMS and works with new generations of GPUs such as IronLake, SandyBridge, and IvyBridge, has been

Re: Porting FreeBSD drm2 driver

2013-01-12 Thread Rhialto
On Sat 12 Jan 2013 at 16:09:27 +, Christos Zoulas wrote: We are painfully aware of this and we are commissioning work to remedy the situation. Ah, that is great to hear. Thank you! christos -Olaf. -- ___ Olaf 'Rhialto' Seibert -- The Doctor: No, 'eureka' is Greek for \X/

Re: Importing lua(4), but where in the source tree?

2013-01-12 Thread Ryo ONODERA
Hi, From: Marc Balmer m...@msys.ch, Date: Mon, 7 Jan 2013 22:11:38 +0100 I want to import the lua(4) device driver, which is currently a module only, which seems wrong. Is sys/dev/lua/ a good place? Nowadays I am playing with lua in userland. Current lua in base userland is 5.1.5 and

Re: Importing lua(4), but where in the source tree?

2013-01-12 Thread Marc Balmer
Am 12.01.2013 um 21:15 schrieb Ryo ONODERA ryo...@yk.rim.or.jp: Hi, From: Marc Balmer m...@msys.ch, Date: Mon, 7 Jan 2013 22:11:38 +0100 I want to import the lua(4) device driver, which is currently a module only, which seems wrong. Is sys/dev/lua/ a good place? Nowadays I am

Re: Importing lua(4), but where in the source tree?

2013-01-12 Thread Ryo ONODERA
Hi, From: Marc Balmer m...@msys.ch, Date: Sat, 12 Jan 2013 21:24:50 +0100 Am 12.01.2013 um 21:15 schrieb Ryo ONODERA ryo...@yk.rim.or.jp: Hi, From: Marc Balmer m...@msys.ch, Date: Mon, 7 Jan 2013 22:11:38 +0100 I want to import the lua(4) device driver, which is currently a module

revert broken O_SEARCH

2013-01-12 Thread David Holland
-0500 +++ b/tests/lib/libc/c063/t_o_search.c Sat Jan 12 18:24:09 2013 -0500 @@ -42,14 +42,24 @@ #include pwd.h #include sys/param.h +/* + * dholland 20130112: disable tests that require O_SEARCH semantics + * until a decision is reached about the semantics of O_SEARCH and a + * non-broken