Date: Sat, 10 Apr 1999 19:46:21 -0700 (PDT) From: Eivind Eklund <eivind@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci_compat.c Message-ID: <199904110246.TAA79704@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
eivind 1999/04/10 19:46:21 PDT Modified files: sys/pci pci_compat.c Log: 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). Revision Changes Path 1.21 +2 -2 src/sys/pci/pci_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904110246.TAA79704>