From owner-cvs-all Sat Apr 10 19:48:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E502A1503E; Sat, 10 Apr 1999 19:48:33 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Received: (from eivind@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id TAA79704; Sat, 10 Apr 1999 19:46:21 -0700 (PDT) (envelope-from eivind@FreeBSD.org) Message-Id: <199904110246.TAA79704@freefall.freebsd.org> From: Eivind Eklund Date: Sat, 10 Apr 1999 19:46:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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