From owner-freebsd-questions@FreeBSD.ORG Fri Jan 21 04:19:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEB816A4CE for ; Fri, 21 Jan 2005 04:19:04 +0000 (GMT) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF7EA43D4C for ; Fri, 21 Jan 2005 04:19:03 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j0L4J0kc001330 for ; Thu, 20 Jan 2005 23:19:00 -0500 (EST) Date: Fri, 21 Jan 2005 04:26:54 +0000 From: Jason Henson To: freebsd-questions@freebsd.org References: <6.2.0.14.2.20050120184425.00bff740@cheyenne.wixb.com> In-Reply-To: <6.2.0.14.2.20050120184425.00bff740@cheyenne.wixb.com> (from jbronson@wixb.com on Thu Jan 20 19:47:12 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1106281614l.49858l.0l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: 5.3 interrupt storm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2005 04:19:04 -0000 On 01/20/05 19:47:12, J.D. Bronson wrote: > I have read a few tips on this - but looking for something that =20 > works. >=20 > I have DISABLED USB support in the bios on my IBM 305 servers. > It seems FreeBSD still 'sees' USB. >=20 > I copied the GENERIC kernel to TEST kernel > I removed -all- USB support from the new kernel. >=20 > I then rebooted and I still see this: >=20 > ohci0: at device 15.2 on pci0 > ohci0: [GIANT-LOCKED] > usb0: OHCI version 1.0, legacy support > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > ... > .... > Interrupt storm detected on "irq11: ohci0"; throttling interrupt =20 > source >=20 >=20 > What can I do to get rid of ALL USB support on this 5.3 system as I =20 > dont use it and dont want these 'storms' of interrupts! >=20 > thanks in advance! >=20 > If it is not in the kernel see if the module is being loaded. Use =20 kldstat. Did you comment out the usbd in /etc/rc.conf?