Re: CVS commit: src/sys/arch/arm/arm32

2009-12-03 Thread Masao Uebayashi
I spoke too early. I still see problems. I'll post this to port-arm@ after sorting out things. Masao -- Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635

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

2009-12-03 Thread Jason Thorpe
On Dec 3, 2009, at 1:04 PM, Christoph Egger wrote: Module Name: src Committed By: cegger Date: Thu Dec 3 21:04:29 UTC 2009 Modified Files: src/sys/dev/acpi: acpi.c files.acpi Added Files: src/sys/dev/acpi: acpi_pci.c acpi_pci.h Log Message: Enumerate ACPI PCI

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

2009-12-03 Thread David Young
On Thu, Dec 03, 2009 at 01:54:19PM -0800, Jason Thorpe wrote: On Dec 3, 2009, at 1:04 PM, Christoph Egger wrote: Module Name:src Committed By: cegger Date: Thu Dec 3 21:04:29 UTC 2009 Modified Files: src/sys/dev/acpi: acpi.c files.acpi Added

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

2009-12-03 Thread Quentin Garnier
On Thu, Dec 03, 2009 at 04:18:52PM -0600, David Young wrote: On Thu, Dec 03, 2009 at 01:54:19PM -0800, Jason Thorpe wrote: On Dec 3, 2009, at 1:04 PM, Christoph Egger wrote: Module Name: src Committed By: cegger Date: Thu Dec 3 21:04:29 UTC 2009

Re: CVS commit: src/share/mk

2009-12-03 Thread Masao Uebayashi
Maybe this is simpler: sidebeach% nbmake-i386 -V MKZFS yes sidebeach% nbmake-i386 -V MKZFS MKZFS=no no sidebeach% nbmake-shark -V MKZFS no sidebeach% nbmake-shark -V MKZFS MKZFS=yes yes Masao Index: share/mk/bsd.own.mk

Re: CVS commit: src/share/mk

2009-12-03 Thread Matthias Scheler
On Fri, Dec 04, 2009 at 12:45:22PM +0900, Masao Uebayashi wrote: Maybe this is simpler: sidebeach% nbmake-i386 -V MKZFS yes sidebeach% nbmake-i386 -V MKZFS MKZFS=no no sidebeach% nbmake-shark -V MKZFS no sidebeach% nbmake-shark -V MKZFS MKZFS=yes

Re: CVS commit: src/share/mk

2009-12-03 Thread Masao Uebayashi
Yes, indeed. But this will only work if sets.subr actually checks for this variable, won't it? Yes. sets.subr fetches ${_MKVARS.yes} and ${_MKVARS.no} var names: = MKZFS is in ${_MKVARS.no} sets.subr agains fetches all values for all var names: = MKZFS=${MKZFS} Am I missing anything else?

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

2009-12-03 Thread Christoph Egger
Paul Goyette wrote: On Fri, 4 Dec 2009, Quentin Garnier wrote: IMO, very few devices should attach at acpi, but autoconfiguration should use ACPI data, when it is available, for the direct configuration of devices that we would otherwise have to probe for. Was there ever a disagreement on

Re: CVS commit: src/share/mk

2009-12-03 Thread Adam Hamsik
On Dec,Friday 4 2009, at 6:13 AM, Masao Uebayashi wrote: Yes, indeed. But this will only work if sets.subr actually checks for this variable, won't it? Yes. sets.subr fetches ${_MKVARS.yes} and ${_MKVARS.no} var names: = MKZFS is in ${_MKVARS.no} sets.subr agains fetches all values

re: CVS commit: src/sys/dev/acpi

2009-12-03 Thread matthew green
Christoph - who wonder's why this discussion started after commit instead of after presenting the patch on tech-kern. partly, because you did not wait very long for comments. again. .mrg.