Home
last modified time | relevance | path

Searched refs:sioattach (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/arch/alpha/pci/
H A Dsio.c63 void sioattach(struct device *, struct device *, void *);
72 .ca_attach = sioattach,
83 sizeof(struct sio_softc), pcebmatch, sioattach,
147 sioattach(parent, self, aux) in sioattach() function