From owner-freebsd-current@FreeBSD.ORG Sat Dec 13 10:40:14 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 3EAEB16A4CE for ; Sat, 13 Dec 2003 10:40:14 -0800 (PST) Received: from ns.atcom.spb.ru (ns.atcom.spb.ru [213.182.169.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95EE343D09 for ; Sat, 13 Dec 2003 10:40:12 -0800 (PST) (envelope-from postfix@sendmail.ru) Received: from karputer (ppp-dialup-16.atcom.spb.ru [213.182.168.16]) by ns.atcom.spb.ru (Postfix) with SMTP id 0835B4BB4E; Sat, 13 Dec 2003 21:40:10 +0300 (MSK) X-AntiVirus: Checked by Dr.Web (http://www.drweb.net) Message-ID: <000b01c3c1a8$764ba000$0202a8c0@karputer> From: "toxa" To: "Norikatsu Shigemura" 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> Date: Sat, 13 Dec 2003 21:39:36 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 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: Sat, 13 Dec 2003 18:40:14 -0000 > > Yes. You can select one of following selection. > > 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. > Thanks a lot, but maybe you mean simply loader.conf, not loader.conf.local? :-)