K 10 svn:author V 6 eivind K 8 svn:date V 27 1999-04-11T02:46:20.000000Z K 7 svn:log V 232 pci_register_lkm can fail gracefully, so let it do that when there is no more memory (M_WAITOK -> M_NOWAIT). It may be called early enough during boot that M_WAITOK isn't OK. (In theory - right now it isn't called from anywhere). END