From owner-freebsd-current@FreeBSD.ORG Wed Dec 17 10:05:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E02CE16A4CE for ; Wed, 17 Dec 2003 10:05:41 -0800 (PST) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F3A43D8E for ; Wed, 17 Dec 2003 10:04:41 -0800 (PST) (envelope-from nork@ninth-nine.com) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [192.168.36.3]) by sakura.ninth-nine.com (8.12.10/8.12.10/NinthNine) with SMTP id hBHI4cjB057874; Thu, 18 Dec 2003 03:04:40 +0900 (JST) (envelope-from nork@ninth-nine.com) Date: Thu, 18 Dec 2003 03:04:38 +0900 (JST) Message-Id: <200312171804.hBHI4cjB057874@sakura.ninth-nine.com> From: Norikatsu Shigemura To: "toxa" In-Reply-To: <000501c3c2a3$97b75c60$0202a8c0@karputer> References: <200312121910.14245.postfix@sendmail.ru> <20031212.124333.73362266.imp@bsdimp.com> <20031214011007.3400fe79.nork@ninth-nine.com> <001e01c3c19a$ac1b9900$0202a8c0@karputer> <20031214022203.2cb9a232.nork@ninth-nine.com> <000f01c3c1a0$1c0b3310$0202a8c0@karputer> <20031214032122.2d0dfab1.nork@ninth-nine.com> <000501c3c2a3$97b75c60$0202a8c0@karputer> X-Mailer: Sylpheed version 0.9.8a (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: CURRENT state of modules X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Dec 2003 18:05:42 -0000 On Mon, 15 Dec 2003 03:37:16 +0300 "toxa" wrote: > > 1. to use usb module. > > echo 'usb_load="YES"' >> /boot/loader.conf.local > > Remove 'device usb' / 'device uhci' / 'device ohci' from your kernel > > configuration. > > 2. to use device usb. > > Don't echo 'usb_load="YES"' >> /boot/loader.conf.local > > Add 'device usb' and ('device uhci' or/and 'device ohci') to your > kernel > > configuration. > > > Oh, and does ehci (which is usb 2.0 as i know) included in usb.ko too? > Thanks Oops, sorry. I forgot ehci(4). Yes, usb.ko has ehci(4). And Remove device ehci[1], Add or/and device ehci[2], same:-).