From owner-cvs-all Fri Jan 1 04:35:58 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA06895 for cvs-all-outgoing; Fri, 1 Jan 1999 04:35:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA06890; Fri, 1 Jan 1999 04:35:57 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27978; Fri, 1 Jan 1999 04:35:50 -0800 (PST) Date: Fri, 1 Jan 1999 04:35:50 -0800 (PST) Message-Id: <199901011235.EAA27978@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa if_fea.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/01 04:35:48 PST Modified files: sys/i386/eisa if_fea.c Log: The previous commit was bogus. malloc(..., M_WAITOK) should not be used in device attach routines. At least for attaches at boot time, actually waiting, or actually failing for malloc(..., M_NOWAIT), are almost equally unlikely and harmless, but using M_WAITOK interferes with automatic detection of bogus M_WAITOK's. Revision Changes Path 1.12 +6 -2 src/sys/i386/eisa/if_fea.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message