Re: [PATCH] Add devd config backend for FreeBSD (and GNU/kFreeBSD)

2014-03-04 Thread Robert Millan
On 27/02/2014 06:13, Guillem Jover wrote: >> This change pessimizes on the common case by adding >> two extra in-loop branches, without actually saving any cost since >> the allocation needs to happen anyway. > > You mean on a loop that is performing a syscall per byte, ok. I don't think you shou

Re: my experience with i915kms, newcons and k-11

2014-03-04 Thread brunomaximom
Em 2014-02-27 20:26, Robert Millan escreveu: On 27/02/2014 23:25, Robert Millan wrote: On 27/02/2014 18:25, Christoph Egger wrote: On Sun, Feb 23, 2014 at 11:44:35AM -0300, brunomaxi...@openmailbox.org wrote: but, any input (mouse, touchpad, keyboard) doesn't work, so I can't log in. This is h

Re: Bug#740719: xserver-xorg-video-intel: requires KMS but loads non-KMS i915.ko on kfreebsd

2014-03-04 Thread Julien Cristau
On Tue, Mar 4, 2014 at 15:05:06 +, Steven Chamberlain wrote: > On 04/03/14 14:32, Julien Cristau wrote: > > shouldn't that be #if defined(__FreeBSD_kernel__) || > > defined(__FreeBSD__)? > > It would be redundant, because upstream FreeBSD also defines > __FreeBSD_kernel__ in 8.3-RELEASE and

Re: Bug#740719: xserver-xorg-video-intel: requires KMS but loads non-KMS i915.ko on kfreebsd

2014-03-04 Thread Steven Chamberlain
On 04/03/14 14:32, Julien Cristau wrote: > shouldn't that be #if defined(__FreeBSD_kernel__) || > defined(__FreeBSD__)? It would be redundant, because upstream FreeBSD also defines __FreeBSD_kernel__ in 8.3-RELEASE and later[0], and that predates KMS implementation in the Intel GPU driver, in 9.1-

Re: Bug#740719: xserver-xorg-video-intel: requires KMS but loads non-KMS i915.ko on kfreebsd

2014-03-04 Thread Julien Cristau
On Tue, Mar 4, 2014 at 11:45:33 +, Robert Millan wrote: > Package: xserver-xorg-video-intel > Version: 2.21.15 > Tags: patch > User: debian-bsd@lists.debian.org > Usertags: kfreebsd > > On 04/03/2014 10:43, Christoph Egger wrote: > > Robert Millan writes: > >> With latest kfreebsd-11 manual

Re: xserver-xorg-video-intel: requires KMS but loads non-KMS i915.ko on kfreebsd

2014-03-04 Thread Robert Millan
On 04/03/2014 11:45, Robert Millan wrote: > (please CC the bug number if you followup) That'd be 740...@bugs.debian.org -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https

xserver-xorg-video-intel: requires KMS but loads non-KMS i915.ko on kfreebsd

2014-03-04 Thread Robert Millan
Package: xserver-xorg-video-intel Version: 2.21.15 Tags: patch User: debian-bsd@lists.debian.org Usertags: kfreebsd On 04/03/2014 10:43, Christoph Egger wrote: > Robert Millan writes: >> With latest kfreebsd-11 manual "kldload drm2" shouldn't be required anymore, >> just >> "kldload i915kms". Do

Re: my experience with i915kms, newcons and k-11

2014-03-04 Thread Christoph Egger
Hi Robert! Robert Millan writes: > On 23/02/2014 14:44, brunomaxi...@openmailbox.org wrote: >> Hi guys, >> I have feedback to you about my almost-test with i915kms on kfreebsd-11. >> I follow the instruction: >> kldload drm2 >> kldload i915kms > > With latest kfreebsd-11 manual "kldload drm2" sho