From owner-freebsd-questions Thu Oct 19 8:31:51 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id 03C0937B479 for ; Thu, 19 Oct 2000 08:31:49 -0700 (PDT) Received: (qmail 48668 invoked by uid 100); 19 Oct 2000 15:31:48 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14831.5092.508866.393982@guru.mired.org> Date: Thu, 19 Oct 2000 10:31:48 -0500 (CDT) To: Jason Denton Cc: questions@freebsd.org Subject: Re: UMASS storage device In-Reply-To: <103214540@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jason Denton writes: > > In addition to the: > > > > device uhci # UHCI PCI->USB interface > > device ohci # OHCI PCI->USB interface > > device usb # USB Bus (required) > > device umass # Disks/Mass storage - Requires scbus and da > > yep, go those. Except for ohci. My understanding is that ochi/uchi are > chipsets for usb? You generally have one or the other but not both - I > know I have uhci. Am I wrong on this? Also have ugen in the kernel. You're right. You only need both if you've got both kinds of USB controllers in your machine. Having ugen shouldn't hurt.