Subject: CVS commit: src To: None <source-changes@netbsd.org> From: Jason R Thorpe <thorpej@netbsd.org> List: source-changes Date: 09/08/1998 22:17:54
Module Name: src
Committed By: thorpej
Date: Wed Sep 9 05:17:54 UTC 1998
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Don't use M_WAITOK to allocate the ring buffer; we could be in interrupt
context. Reported by Lennart Augustsson.