Subject: Re: ISD200 support - finished ???
To: Charlie & <joel.carnat@noos.fr>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: current-users
Date: 05/01/2002 10:37:42
Charlie & <joel.carnat@noos.fr> writes:

> Hi,
> 
> I've just installed 1.5ZC hearing that support for ISD200 was done :)
> But, when I plugged my "Archos Jukebox Studio 20", I got:
>  umass0 at uhub2 port 3 configuration 1 interface 0
>  umass0: In-System Design USB Storage Adapter, rev 1.10/1.10, addr 3
>  umass0: using ISD-ATA over Bulk-Only
>  wd at umass0 not configured
> 
> So my question is, does that mean my hardware (based on ISD-200)
> isn't yet supported or do I have to do some more things than just
> Plug&Pray ???

That last line "wd at umass0 not configured" is the key. That means
the umass driver knows that there is a wd present, but there is no "wd
at umass" driver glue. If you look in your config file (or
src/sys/arch/i386/conf/GENERIC, which is what I assume you are using
or are derived from), you'll see, around line 766:

# USB Mass Storage
umass*  at uhub? port ? configuration ? interface ?
atapibus* at umass? channel ?
scsibus* at umass? channel ?
#wd* at umass?

You want to uncomment out that last line, configure, and build a
kernel, and then you should have all the right glue.

        - Nathan