From owner-freebsd-ia64@FreeBSD.ORG Wed Mar 20 14:06:55 2013 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 61062C0E; Wed, 20 Mar 2013 14:06:55 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3B9A2F; Wed, 20 Mar 2013 14:06:55 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rr4so1377273pbb.41 for ; Wed, 20 Mar 2013 07:06:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=XIRRxWcM7/lNp+4VNBD9RRr+a3tmt+3cb4sKqJ/tAVQ=; b=qydyl7293QZuHpTvbN5bzfGyHKK/sfkBhSuil6OkHzGAiZF+J2cU4d1usW4QfwhqWM VnCwrSv39BA/xGEA8BBWsYHJa235UKZTg83k7M4m3pkzD2sGP2ABuNUnE6V1iC/XXJ+n Zqa0Ib46tyyl8bOqcWwI1h7t97YyDDhVq14xSSy7MrKN5F03vtjLFkLtICaK3rLdCs3H 0taIFGQRP8lW4ni62PJAAISgOpFQwwpnmRoQ3pXPWUyLWGNa3Bs3I7Tp0k7bvVy4zJnK vQ782AyfEkXRkLOFZ+8EcED4DUy6sh9TjIq2XvRljKJxkhpvK0ca2NoQBaKpwyCnFA0s QYoQ== MIME-Version: 1.0 X-Received: by 10.66.16.194 with SMTP id i2mr9116396pad.112.1363787965584; Wed, 20 Mar 2013 06:59:25 -0700 (PDT) Received: by 10.68.82.106 with HTTP; Wed, 20 Mar 2013 06:59:25 -0700 (PDT) In-Reply-To: <201303200910.r2K9AjTN041940@mech-cluster241.men.bris.ac.uk> References: <201303200910.r2K9AjTN041940@mech-cluster241.men.bris.ac.uk> Date: Wed, 20 Mar 2013 09:59:25 -0400 Message-ID: Subject: Re: USB host controllers on a server that does not use USB devices? From: "illoai@gmail.com" To: mexas@bristol.ac.uk Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org, freebsd-ia64@freebsd.org X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2013 14:06:55 -0000 On 20 March 2013 05:10, Anton Shterenlikht wrote: > This is on an ia64 server. > > Do I need these devices in kernel: > > device ehci # EHCI host controller > device ohci # OHCI PCI->USB interface > device uhci # UHCI PCI->USB interface > > if I don't ever attach any usb devices to it? Probably not on a server, but there are some built-in devices in some notebooks (webcam & bluetooth) that are run through a usb bus. usbconfig(8) may be helpful. -- --