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.