Subject: Re: the vt driver doesn't like me.
To: None <alex@santa.asf.alaska.edu>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: netbsd-help
Date: 08/03/1998 22:28:14
> Thanks!  Does it require special drivers, or will it
> respond to "stock" USB-supporting drivers?  What I mean
> is, do you need a driver for "PCI-USB card" as well as
> a driver for "USB?"
All USB host controllers I've seen plug into PCI, so this is
just a standard card.  You do need a driver for it, of course,
but it's the standard OHCI driver.  And in addition to that
you need the rest of the USB stack.

> > ohci0 at pci0 dev 13 function 0: Opti RM861HA (rev. 0x03)
> > ohci0: interrupting at irq 9
> > ohci0: OHCI version 1.0, legacy support
> > ohci0: 2 downstream ports
> > usb1 at ohci0
> > uhub3 at usb1: Opti OHCI root hub (class 9/1) (rev 1.00/1.00) (addr 1)
> > 
> 
> Is this information from your booting NetBSD kernel?
> Do you have to use -current?
Yes, this is from my dmesg.  You need -current.

        -- Lennart