Subject: bus dma in interrupt context To: None <tech-kern@NetBSD.ORG> From: Lennart Augustsson <augustss@cs.chalmers.se> List: tech-kern Date: 07/23/1998 17:26:29
Are the bus_dma functions supposed to be safe to call in an
interrupt context?
I'm freeing some memory in an interrupt routine and I keep
getting panics.
-- Lennart