Re: kern/167574: /usr/include/clang/3.1/smmintrin.h:461:10: fatal error: 'popcntintrin.h' file not found

2012-05-04 Thread Jung-uk Kim
\ mm3dnow.h \ mm_malloc.h \ mmintrin.h \ nmmintrin.h \ pmmintrin.h \ + popcntintrin.h \ smmintrin.h \ - - stdalign.h \ tmmintrin.h \ unwind.h \ wmmintrin.h \ Sorry. Jung-uk Kim -BEGIN PGP SIGNATURE- Version

Re: Re: kern/167574: /usr/include/clang/3.1/smmintrin.h:461:10: fatal error: 'popcntintrin.h' file not found

2012-05-04 Thread Jung-uk Kim
.h \ + popintrin.h \ smmintrin.h \ - - stdalign.h \ tmmintrin.h \ unwind.h \ wmmintrin.h \ Please note the stdalign.h is removed because I believe it is redundant. Jung-uk Kim -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.19 (FreeBSD) Comment: Usi

Re: kern/166262: [syscons] syscons issue on DN2800MT

2012-03-23 Thread Jung-uk Kim
The following reply was made to PR kern/166262; it has been noted by GNATS. From: Jung-uk Kim To: bug-follo...@freebsd.org Cc: frankrep...@googlemail.com Subject: Re: kern/166262: [syscons] syscons issue on DN2800MT Date: Fri, 23 Mar 2012 14:55:10 -0400 > Hellos and thankyou for looking i

Re: kern/166262: [syscons] syscons issue on DN2800MT

2012-03-22 Thread Jung-uk Kim
The following reply was made to PR kern/166262; it has been noted by GNATS. From: Jung-uk Kim To: bug-follo...@freebsd.org, frankrep...@googlemail.com Cc: Subject: Re: kern/166262: [syscons] syscons issue on DN2800MT Date: Thu, 22 Mar 2012 19:03:23 -0400 Hmm... It seems these platforms

Re: Fwd: kern/99538: [keyboard] [atkbdc] while using USB keyboard default params of atkbd and kbdmux lead to long delays on changes of keyboard state

2011-11-14 Thread Jung-uk Kim
kbdc0 > kbd0 at atkbd0 > atkbd0: [GIANT-LOCKED] > atkbd0: [ITHREAD] > ... > ugen3.2: at usbus3 > ukbd0: 2> on usbus3 kbd2 at ukbd0 > ums0: 2> on usbus3 ums0: 8 buttons and [XYZ] coordinates ID=0 > ... > > I do not know what kbd1

Re: kern/156358: [patch] make amdtemp.c compatible with Llano/Brazos platforms

2011-04-12 Thread Jung-uk Kim
FYI, jhay@ already submitted a similar patch personally. Also, I was working on a different patch for CURRENT (attached). So, please be patient. :-) Thanks, Jung-uk Kim Index: share/man/man4/amdtemp.4 === --- share/man/man4

Re: kern/148262: [xen] [panic] HYPERVISOR_update_va_mapping

2010-10-05 Thread Jung-uk Kim
evert r204157 and test -CURRENT? It shouldn't necessary because HEAD uses vm86 as a backend for i386 now. Thanks! Jung-uk Kim ___ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Re: kern/144654: [vesa] VESA support broken on FreeBSD 8.0 Stable [regression]

2010-03-18 Thread Jung-uk Kim
On Tuesday 16 March 2010 08:24 pm, barbara wrote: > > On Tuesday 16 March 2010 06:32 pm, barbara wrote: > > > > On Monday 15 March 2010 08:19 pm, barbara wrote: > > > > > > On Monday 15 March 2010 02:41 pm, Jung-uk Kim wrote: > > >

Re: kern/144654: [vesa] VESA support broken on FreeBSD 8.0 Stable [regression]

2010-03-16 Thread Jung-uk Kim
On Tuesday 16 March 2010 06:40 pm, barbara wrote: > > On Tuesday 16 March 2010 01:16 pm, you wrote: > > > On Monday 15 March 2010 08:19 pm, barbara wrote: > > > > > On Monday 15 March 2010 02:41 pm, Jung-uk Kim wrote: > > > > > > Can you please try

Re: kern/144654: [vesa] VESA support broken on FreeBSD 8.0 Stable [regression]

2010-03-16 Thread Jung-uk Kim
On Tuesday 16 March 2010 06:32 pm, barbara wrote: > > On Monday 15 March 2010 08:19 pm, barbara wrote: > > > > On Monday 15 March 2010 02:41 pm, Jung-uk Kim wrote: > > > > > Can you please try the attached patch? > > > > > > > >

Re: kern/144654: [vesa] VESA support broken on FreeBSD 8.0 Stable [regression]

2010-03-15 Thread Jung-uk Kim
On Monday 15 March 2010 02:41 pm, Jung-uk Kim wrote: > Can you please try the attached patch? Oops, it attached a wrong patch. Please try this instead. Sorry for the inconvenience, Jung-uk Kim --- sys/dev/fb/vesa.c.orig 2010-02-23 16:51:14.0 -0500 +++ sys/dev/fb/vesa.c 2010

Re: kern/144654: [vesa] VESA support broken on FreeBSD 8.0 Stable [regression]

2010-03-15 Thread Jung-uk Kim
I need little bit more information. Does it respond to ping when it happens? Can you switch to other modes? Can you please try the attached patch? BTW, your VESA BIOS is reporting all modes are VGA compatible, which is impossible. Thanks, Jung-uk Kim Index: sys/dev/fb/vesa.c