K 10 svn:author V 7 rnoland K 8 svn:date V 27 2008-10-04T14:48:40.787015Z K 7 svn:log V 220 Use M_WAITOK when allocating driver memory We don't explicity check for error here and M_WAITOK will just put the process to sleep waiting on resources to become available. Suggested by jhb@ Approved by: jhb (mentor) END