From owner-freebsd-stable Fri Aug 9 6:25:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFD137B400 for ; Fri, 9 Aug 2002 06:25:48 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814B143E5E for ; Fri, 9 Aug 2002 06:25:47 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id GAA19971; Fri, 9 Aug 2002 06:25:45 -0700 Message-ID: <3D53C2D9.5040104@owt.com> Date: Fri, 09 Aug 2002 06:25:45 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Jamie Bowden Cc: stable@FreeBSD.ORG Subject: Re: This morning's -stable. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jamie Bowden wrote: > Has anyone else seen the following: > > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ > -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_attach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit > declaration of function `usbd_add_drv_event' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: > `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared > identifier is reported only once > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function > it appears in.) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_detach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: > `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_init': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments > to function `usbd_do_request_flags' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_close': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments > to function `usbd_do_request_flags' > *** Error code 1 > > Stop in /usr/src/sys/modules/uvisor. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/ghast. > > I checked the LINT, and my usb controller and device lines are complete, > and this was working previously. I'm going to comment USB support out for > now, and try again. Looks like you just missed Josef's fixes being committed uvisor.c. They went in a little more than 2 hours ago. Kent > > Jamie Bowden > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message