I've discovered a minor compile glitch in 2.0.30-pre7:
PCI_DEVICE_ID_NETVIN_NV5000SC is undeclared in drivers/net/ne.c
(looks like its missing from include/linux/pci.h).
commenting out the offending line (79) appears to work.
(At least it got past ne.c and is continuing the compile).
If I knew the proper values, I'd just add the constants.
-- todd --