K 10 svn:author V 3 bde K 8 svn:date V 27 1999-01-01T12:35:47.000000Z K 7 svn:log V 320 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. END