Hi! > This won't compile on my system (6.1-RELEASE-p11). Any ideas? > > linking kernel > if_ral_pci.o(.data+0x120): undefined reference to `rt2661_attach' > if_ral_pci.o(.data+0x124): undefined reference to `rt2661_detach' > if_ral_pci.o(.data+0x128): undefined reference to `rt2661_shutdown' > if_ral_pci.o(.data+0x12c): undefined reference to `rt2661_suspend' > if_ral_pci.o(.data+0x130): undefined reference to `rt2661_resume' > if_ral_pci.o(.data+0x134): undefined reference to `rt2661_intr' > if_ral_pci.o(.data+0x138): undefined reference to `rt2560_attach' > if_ral_pci.o(.data+0x13c): undefined reference to `rt2560_detach' > if_ral_pci.o(.data+0x140): undefined reference to `rt2560_shutdown' > if_ral_pci.o(.data+0x144): undefined reference to `rt2560_suspend' > if_ral_pci.o(.data+0x148): undefined reference to `rt2560_resume' > if_ral_pci.o(.data+0x14c): undefined reference to `rt2560_intr' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/LAPTOP64.
Sorry, forgot to attach the diff for conf/ and for modules/ New patch version is available at http://samodelkin.net/~fjoe/if_ral.diff. But it only builds as a module. cd /sys/modules/ral && make && make install /fjoe _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"