Hi, I'm seeing the following error during a 'make release' with sources current as of 4:30pm EST. I'll re-cvsup, and try again, but I don't see (via the cvsweb) any commits that would fix this. cd /usr/src/sys/i386/conf && config -r GENERIC && cd ../../compile/GENERIC && make depend && make in the normal source tree with the same set of sources seems to work correctly. I'll see what I can find... Later! John sh ../../conf/newvers.sh GENERIC cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -elf vers.c linking GENERIC aha_isa.o: In function `ahapnp_probe': aha_isa.o(.text+0x237): undefined reference to `read_pnp_parms' aha_isa.o: In function `ahapnp_attach': aha_isa.o(.text+0x27f): undefined reference to `read_pnp_parms' aha_isa.o(.text+0x29f): undefined reference to `write_pnp_parms' aha_isa.o(.text+0x2a4): undefined reference to `enable_pnp_card' if_cs.o: In function `cs_pnp_probe': if_cs.o(.text+0x172f): undefined reference to `read_pnp_parms' if_cs.o: In function `cs_pnp_attach': if_cs.o(.text+0x1786): undefined reference to `read_pnp_parms' if_cs.o(.text+0x17a7): undefined reference to `write_pnp_parms' if_cs.o(.text+0x17ac): undefined reference to `enable_pnp_card' if_ed.o: In function `edpnp_probe': if_ed.o(.text+0x2fb3): undefined reference to `read_pnp_parms' if_ed.o: In function `edpnp_attach': if_ed.o(.text+0x3003): undefined reference to `read_pnp_parms' if_ed.o(.text+0x3023): undefined reference to `write_pnp_parms' if_ed.o(.text+0x3028): undefined reference to `enable_pnp_card' *** Error code 1 Stop in /usr/src/sys/compile/GENERIC. *** Error code 1 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message