skrll@ wrote: > Module Name: src > Committed By: skrll > Date: Tue Feb 14 13:04:52 UTC 2012 > > Modified Files: > src/sys/arch/arm/iomd: vidcvideo.c > > Log Message: > Pass RI_NO_AUTO to rasops_init so that rasops doesn't attempt to allocate > memory as we're too early in kernel startup for this.
I always think we should make RI_NO_AUTO default and RI_AUTO should be optional, because too many MD drivers have been trapped by this silent panic... --- Izumi Tsutsui
