Searched refs:obio_attach (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/mips/malta/
H A Dobio.c62 int obio_attach(device_t);
83 obio_attach(device_t dev) function
95 panic("obio_attach: failed to set up I/O rman");
105 panic("obio_attach: failed to set up IRQ rman");
167 DEVMETHOD(device_attach, obio_attach),
/freebsd-13-stable/sys/mips/cavium/
H A Dobio.c68 static int obio_attach(device_t);
85 obio_attach(device_t dev) function
103 panic("obio_attach: failed to set up I/O rman");
113 panic("obio_attach: failed to set up IRQ rman");
189 DEVMETHOD(device_attach, obio_attach),

Completed in 147 milliseconds