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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message