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.
> 
> 
> 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 channel 3
> {138}
> 
> 
> Am I missing something?

Yeah, you need to use something along the lines of:
drvctl -r -a ata_hl atabus2

        Jonathan Kollasch

Reply via email to