Geralt <[EMAIL PROTECTED]> writes: > Hi, > > a generic way is: > 1) Go to /usr/src/linux > 2) grep tg3 $(find -name Makefile)
Nice... I had come up with an even more shotgun approache. grep -r tg3 <kernel-name> I didn't have enough sense to know it would be in Makefiles