Subject: Iomega ZIP drive support for USB interface
To: None <netbsd-help@netbsd.org>
From: Ralph Campbell <Ralph.Campbell@eng.sun.com>
List: netbsd-help
Date: 05/16/2000 16:58:23
I noticed that the http://www.netbsd.org/Hardware/usb.html web page
lists USB Zip drives in the supported devices but I can't figure out
how to use it. The kernel boots and shows:

/netbsd: uhci0 at pci0 dev 7 function 2: Intel 82371AB USB Host Controller 
(PIIX4) (rev. 0x01)
/netbsd: uhci0: interrupting at irq 10
/netbsd: uhci0: USB version 1.0
/netbsd: usb0 at uhci0
/netbsd: uhub0 at usb0
/netbsd: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
/netbsd: uhub0: 2 ports with 2 removable, self powered
/netbsd: ugen0 at uhub0 port 2
/netbsd: ugen0: Iomega USB Zip 100, rev 1.10/1.00, addr 2

I'm running i386 1.4.2

I guess I'm looking for what /dev/xxx file I need to create so I
can do "dd", "mount", etc.

Any help is appreciated. Thanks.