HomeSort by: relevance | last modified time | path
    Searched defs:crmfb_attach (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/sgimips/dev/
crmfb.c 113 static void crmfb_attach(device_t, device_t, void *);
236 crmfb_match, crmfb_attach, NULL, NULL);
245 crmfb_attach(device_t parent, device_t self, void *opaque) function in typeref:typename:void
273 panic("crmfb_attach: can't map I/O space");
276 panic("crmfb_attach: can't map rendering engine");
333 panic("crmfb_attach: can't allocate DMA memory");
338 panic("crmfb_attach: can't map DMA memory");
342 panic("crmfb_attach: can't create DMA map");
346 panic("crmfb_attach: can't load DMA map");
355 panic("crmfb_attach: can't allocate DMA memory")
    [all...]

Completed in 11 milliseconds