Date: Mon, 12 Mar 2007 00:23:59 +0100 From: Hans Petter Selasky <hselasky@c2i.net> To: "Rick Mullis" <probsd@gmail.com> Cc: freebsd-usb@freebsd.org Subject: Re: USB error Message-ID: <200703120023.59555.hselasky@c2i.net> In-Reply-To: <483316d70703111615l5f3e6ccev62aed0947c351655@mail.gmail.com> References: <483316d70703111615l5f3e6ccev62aed0947c351655@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 12 March 2007 00:15, Rick Mullis wrote: > 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 > Did you do things in this order: 1) cvsup 2) svn update 3) make S=../src package 4) make install 5) build new kernel --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703120023.59555.hselasky>