From owner-freebsd-current Thu Jan 3 15: 0:19 2002 Delivered-To: freebsd-current@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id 57F3737B41A for ; Thu, 3 Jan 2002 15:00:16 -0800 (PST) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020103230015.ODOD20119.rwcrmhc51.attbi.com@InterJet.elischer.org> for ; Thu, 3 Jan 2002 23:00:15 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA25150 for ; Thu, 3 Jan 2002 14:56:09 -0800 (PST) Date: Thu, 3 Jan 2002 14:56:08 -0800 (PST) From: Julian Elischer To: current@freebsd.org Subject: usb broken? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After a couple of cvsups and a complete make clean it still gives me this: anyone else seeing this?. ref3# make cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include -D_KERNEL -ffreestanding -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../../dev/usb/uhci.c ../../../dev/usb/uhci.c:162: warning: static declaration for `uhci_shutdown' follows non-static ../../../dev/usb/uhci.c:162: warning: redundant redeclaration of `uhci_shutdown' in same scope ../../../dev/usb/uhcivar.h:191: warning: previous declaration of `uhci_shutdown'../../../dev/usb/uhci.c:163: warning: static declaration for `uhci_power' follows non-static ../../../dev/usb/uhci.c:163: warning: redundant redeclaration of `uhci_power' in same scope ../../../dev/usb/uhcivar.h:192: warning: previous declaration of `uhci_power' ../../../dev/usb/uhci.c:549: warning: `uhci_shutdown' defined but not used ../../../dev/usb/uhci.c:565: warning: `uhci_power' defined but not used ../../../dev/usb/uhci.c:1272: warning: `uhci_reset' defined but not used cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include -D_KERNEL -ffreestanding -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../../pci/uhci_pci.c sh ../../../conf/newvers.sh GENERIC cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../../include -D_KERNEL -ffreestanding -include opt_global.h -elf -mpreferred-stack-boundary=2 vers.c linking kernel.debug uhci_pci.o: In function `uhci_pci_suspend': /usr/src/sys/i386/compile/REF3/../../../pci/uhci_pci.c(.text+0x21): undefined reference to `uhci_power' uhci_pci.o: In function `uhci_pci_resume': /usr/src/sys/i386/compile/REF3/../../../pci/uhci_pci.c(.text+0x41): undefined reference to `uhci_power' *** Error code 1 Stop in /usr/src/sys/i386/compile/REF3. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message