Re: CVS commit: src/tests/usr.bin/pr

2011-05-05 Thread Jukka Ruohonen
On Fri, May 06, 2011 at 01:31:11AM +, David Holland wrote: > The stuff in util/ predates the decision to use a matching directory > structure. It hasn't been renamed because of inertia, I guess, Ok. That was kind of my supposition too. > combined with cvs issues and perhaps the faint hope we

Re: CVS commit: src/tests/usr.bin/pr

2011-05-05 Thread David Holland
On Tue, May 03, 2011 at 06:22:46PM +0300, Jukka Ruohonen wrote: > > I think it actually does, but only at run-time. It will end up counting > > as a bogus test program. > > Another question: was a conclusion ever reached about the preferred > directory structure for the tests? I've been now

Re: CVS commit: src/tests/usr.bin/pr

2011-05-05 Thread David Holland
On Tue, May 03, 2011 at 02:26:11PM +, Jukka Ruohonen wrote: > Modified Files: > src/tests/usr.bin/pr: t_basic.sh > > Log Message: > Fix same copy-paste error here. (Why atf(7) does not warn about these?) How could it? All it's got there is a shell function. -- David A. Holland dho

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

2011-05-05 Thread Paul Goyette
On Thu, 5 May 2011, Jonathan A. Kollasch wrote: Hmmm, not sure this is working: {135} ident /netbsd | grep ' ata.c' $NetBSD: ata.c,v 1.115 2011/04/30 00:34:03 jakllsch Exp $ {136} drvctl -r atabus2 drvctl: DRVRESCANBUS: Invalid argument {137} dmesg | grep atabus3 atabus3 at ahcisata0 chann

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

2011-05-05 Thread Jonathan A. Kollasch
On Thu, May 05, 2011 at 07:42:35AM -0700, Paul Goyette wrote: > >Module Name:src > >Committed By: jakllsch > >Date: Sat Apr 30 00:34:03 UTC 2011 > > > >Modified Files: > >src/sys/dev/ata: ata.c atavar.h > > > >Log Message: > >Add simplistic atabus(4) rescan support. > > >

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

2011-05-05 Thread Paul Goyette
Module Name:src Committed By: jakllsch Date: Sat Apr 30 00:34:03 UTC 2011 Modified Files: src/sys/dev/ata: ata.c atavar.h Log Message: Add simplistic atabus(4) rescan support. Hmmm, not sure this is working: {135} ident /netbsd | grep ' ata.c' $NetBSD: ata.c,v 1.