From owner-freebsd-usb@FreeBSD.ORG Sun Mar 11 23:15:52 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5AA716A400 for ; Sun, 11 Mar 2007 23:15:52 +0000 (UTC) (envelope-from probsd@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.freebsd.org (Postfix) with ESMTP id 9913513C458 for ; Sun, 11 Mar 2007 23:15:52 +0000 (UTC) (envelope-from probsd@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1402897wxc for ; Sun, 11 Mar 2007 16:15:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:mime-version:content-type; b=UCzlxQIIxv5mmBEceXz6XL3UhrD0iV4IcePFy14QRmFuFEx6kAQTzLZ1DFwpZi7rSqgi0npWgFcDgDCRUGaV023qwTEbDbvVWRh+9h5lf34i4aoOTBw9RVZbEYj1UnBKQAefKTAN+kb2VJKyx/OWtcHFni7Hkg6DdUZi9I6sneg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=ek3pC3z6VvywkEJQk3NALpcfYxKXhamhTlIqa9oSJ04aCIuaIsbyjnjeIdX5xnihhGvHvoipx73SDLxJBdLwmE1EYXqmGh/wTmoMvnGUHLWEXHuIYT0vefl6s9MIaRjfqdcnUPbfHT9k/iBiJCdwIgnPuCDJ3TM1gBGj9+SyFIU= Received: by 10.70.38.12 with SMTP id l12mr9017343wxl.1173654951888; Sun, 11 Mar 2007 16:15:51 -0700 (PDT) Received: by 10.100.95.7 with HTTP; Sun, 11 Mar 2007 16:15:51 -0700 (PDT) Message-ID: <483316d70703111615l5f3e6ccev62aed0947c351655@mail.gmail.com> Date: Sun, 11 Mar 2007 18:15:51 -0500 From: "Rick Mullis" To: "Hans Petter Selasky" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-usb@freebsd.org Subject: USB error X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Mar 2007 23:15:53 -0000 Hi Hans, I have been using and testing your new usb and today I have been getting an error. First of all I am using amd64 with the Intel DG965RY mainboard, dou core 2 prcessor with 4 gb of ram. After discussing a problem with you, you recommended I insert NULL in all of the files that have bus_setup_intr which ended up being 3 files "ehci_pci.c, ohci_pci.c and uhci_pci.c" and that fixed the problem until today when I svn the latest src from you and the latest 7-current src and recompiled. Below is the last few lines before error. cc -c -O -pipe -march=nocona -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/dev/uart/uart_tty.c cc -c -O -pipe -march=nocona -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror /usr/src/sys/dev/usb/ehci.c *** Error code 1 Stop in /usr/obj/usr/src/sys/MAIN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Any and all help is, as always, greatly appreciated. Thanks, Rick