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

2009-04-08 Thread Joerg Sonnenberger
On Wed, Apr 08, 2009 at 02:58:58PM -0400, Perry E. Metzger wrote: > > "Jared D. McNeill" writes: > > Detaching ACPI is more complicated than this because it is actually > > used for much more than just device attachment; think about IRQ > > routing, PCI bus discovery, PCI bus/addr/intr fixups, an

Re: CVS commit: src

2009-04-08 Thread Christos Zoulas
On Apr 9, 4:34am, tsut...@ceres.dti.ne.jp (Izumi Tsutsui) wrote: -- Subject: Re: CVS commit: src | > Module Name:src | > Committed By: christos | > Date: Wed Apr 8 16:28:51 UTC 2009 | > | > Modified Files: | > src/include: glob.h | > src/lib/libc/gen: glob.3

Re: CVS commit: src

2009-04-08 Thread Izumi Tsutsui
> Module Name: src > Committed By: christos > Date: Wed Apr 8 16:28:51 UTC 2009 > > Modified Files: > src/include: glob.h > src/lib/libc/gen: glob.3 glob.c > > Log Message: > add glob_pattern_p for glibc because cvs needs it and it is a huge mess > to compile in the gnu glob

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

2009-04-08 Thread Andrew Doran
On Wed, Apr 08, 2009 at 12:15:45AM +, David Young wrote: > Modified Files: > src/sys/dev/acpi: acpi_timer.c acpi_timer.h > > Log Message: > Add acpitimer_detach() to eventually support acpi(4) detachment. tc_detach() does not work correctly on a running system. It can race with binupti

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

2009-04-08 Thread Jared D. McNeill
"David Young" wrote in message news:20090408164157.gd25...@ojctech.com... On Tue, Apr 07, 2009 at 09:20:23PM -0400, Jared D. McNeill wrote: - From: "David Young" Sent: Tuesday, April 07, 2009 8:23 PM To: Subject: CVS commit: src/sys/dev/acpi

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

2009-04-08 Thread Perry E. Metzger
"Jared D. McNeill" writes: > Detaching ACPI is more complicated than this because it is actually > used for much more than just device attachment; think about IRQ > routing, PCI bus discovery, PCI bus/addr/intr fixups, and CPU > attachment as some examples. It's probably not worth the effort. If

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

2009-04-08 Thread Quentin Garnier
On Wed, Apr 08, 2009 at 11:41:58AM -0500, David Young wrote: [...] > Do you think that in the long term, devices that attach today at the > interface attribute "acpinodebus" will attach, instead, at "pci" or > "isa" ? I sure hope so! -- Quentin Garnier - c...@cubidou.net - c...@netbsd.org "See t

Re: CVS commit: src/sys/net

2009-04-08 Thread Manuel Bouyer
On Wed, Apr 08, 2009 at 11:13:34AM -0500, David Young wrote: > On Sat, Apr 04, 2009 at 03:31:47PM +, Manuel Bouyer wrote: > > Module Name:src > > Committed By: bouyer > > Date: Sat Apr 4 15:31:47 UTC 2009 > > > > Modified Files: > > src/sys/net: if_bridge.c > >

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

2009-04-08 Thread David Young
On Tue, Apr 07, 2009 at 09:20:23PM -0400, Jared D. McNeill wrote: > - > From: "David Young" > Sent: Tuesday, April 07, 2009 8:23 PM > To: > Subject: CVS commit: src/sys/dev/acpi > >> Module Name: src >> Committed By: dyoung >> Date: Wed Apr 8 00:23

Re: CVS commit: src/sys/net

2009-04-08 Thread David Young
On Sat, Apr 04, 2009 at 03:31:47PM +, Manuel Bouyer wrote: > Module Name: src > Committed By: bouyer > Date: Sat Apr 4 15:31:47 UTC 2009 > > Modified Files: > src/sys/net: if_bridge.c > > Log Message: > Fixes from Masao Uebayashi Manuel, I know that you can write a more info

Re: CVS commit: src/sys/dev

2009-04-08 Thread Andrew Doran
On Tue, Apr 07, 2009 at 10:30:09PM +, David Young wrote: > Modified Files: > src/sys/dev/ic: attimer.c attimervar.h > src/sys/dev/isa: pcppi.c > > Log Message: > Make pcppi(4) detach the "speaker" from attimer(4), so that the > corresponding attimer(4) resource is not perpetually

Re: CVS commit: src/usr.bin/xinstall

2009-04-08 Thread Alan Barrett
On Tue, 07 Apr 2009, Alan Barrett wrote: > Modified Files: > src/usr.bin/xinstall: xinstall.c > > Log Message: > Changes for installing with a metalog: > * When installing hard links and using a metalog, if -o, -g, -m, or -f > args were explicitly specified on the command line, then believ