re: CVS import: xsrc/external/mit/fontconfig/dist

2017-08-29 Thread matthew green
matthew green writes: > co...@sdf.org writes: > > Now I get: > > $ fc-match anything > > Fontconfig warning: line 148: blank doesn't take any effect anymore. ple= > ase remove it from your fonts.conf > > Vera.ttf: "Bitstream Vera Sans" "Roman" > > = > > > I can't find where the lines in fonts.con

re: CVS commit: src

2017-08-29 Thread matthew green
Izumi Tsutsui writes: > > Module Name:src > > Committed By: mrg > > Date: Tue Aug 29 07:53:54 UTC 2017 > > > > Modified Files: > > src/distrib/sets/lists/xbase: mi > > src/etc/mtree: NetBSD.dist.Xorg > > src/external/mit/xorg/lib/xkeyboard-config/geometry: M

re: CVS import: xsrc/external/mit/fontconfig/dist

2017-08-29 Thread matthew green
co...@sdf.org writes: > Now I get: > $ fc-match anything > Fontconfig warning: line 148: blank doesn't take any effect anymore. please > remove it from your fonts.conf > Vera.ttf: "Bitstream Vera Sans" "Roman" > > I can't find where the lines in fonts.conf come from. any ideas? /etc/fonts/fonts

Re: CVS commit: src/sys/dev/i2c

2017-08-29 Thread Jared McNeill
On Tue, 29 Aug 2017, Manuel Bouyer wrote: But it depends on the order in which the devices are probed/attached, isn't it ? The MD FDT code hooks up the powerdown handler very early, in initarm: https://nxr.netbsd.org/xref/src/sys/arch/evbarm/fdt/fdt_machdep.c#392

re: CVS commit: xsrc/external/mit/libpciaccess/dist

2017-08-29 Thread matthew green
co...@sdf.org writes: > On Tue, Aug 29, 2017 at 05:52:34AM +, matthew green wrote: > > @@ -175,6 +179,9 @@ insert( uint16_t vendor ) > > struct pci_id_node * child = > > calloc( 1, sizeof( struct pci_id_node ) ); > > > > + if ( tree == NULL ) > > +

Re: CVS commit: src/sys/dev/i2c

2017-08-29 Thread Manuel Bouyer
On Tue, Aug 29, 2017 at 02:59:58PM -0300, Jared McNeill wrote: > I'm not opposed to having a compile time option or sysctl -- but if we do I > think we should try to make it MI. In theory an ACPI capable x86 board could > have this problem as well.. Sure. The problem is more which poweroff callbac

Re: CVS commit: src/sys/dev/i2c

2017-08-29 Thread Jared McNeill
On Tue, 29 Aug 2017, Manuel Bouyer wrote: I'd like to have a way to disable this (a compile-time option would be OK for me). On evaluation boards (like cubieboard, or olimex lime2), you may have a power button on the board itself but you don't have a way to add an external power button (e.g. if

Re: CVS commit: src

2017-08-29 Thread Izumi Tsutsui
> Module Name: src > Committed By: mrg > Date: Tue Aug 29 07:53:54 UTC 2017 > > Modified Files: > src/distrib/sets/lists/xbase: mi > src/etc/mtree: NetBSD.dist.Xorg > src/external/mit/xorg/lib/xkeyboard-config/geometry: Makefile > src/external/mit/xorg/lib/xkeyboar

Re: CVS import: xsrc/external/mit/fontconfig/dist

2017-08-29 Thread coypu
Now I get: $ fc-match anything Fontconfig warning: line 148: blank doesn't take any effect anymore. please remove it from your fonts.conf Vera.ttf: "Bitstream Vera Sans" "Roman" I can't find where the lines in fonts.conf come from. any ideas?

Re: CVS commit: src/sys/dev/i2c

2017-08-29 Thread Manuel Bouyer
On Tue, Aug 29, 2017 at 10:10:54AM +, Jared D. McNeill wrote: > Module Name: src > Committed By: jmcneill > Date: Tue Aug 29 10:10:54 UTC 2017 > > Modified Files: > src/sys/dev/i2c: axp20x.c axp20xvar.h > > Log Message: > Add powerdown support and hook it in to FDT I'd like to