Home | History | Annotate | Download | only in pnpbios

Lines Matching refs:self

83 fdc_pnpbios_attach(device_t parent, device_t self, void *aux)
85 struct fdc_pnpbios_softc *pdc = device_private(self);
92 fdc->sc_dev = self;
97 aprint_error_dev(self, "unable to map I/O space\n");
107 aprint_error_dev(self, "can't get iobase size\n");
122 aprint_error_dev(self,
128 aprint_error_dev(self, "unknown size: %d of io mapping\n",
142 aprint_error_dev(self, "can't get iobase\n");
147 aprint_error_dev(self,
153 aprint_error_dev(self, "unable to map CTL I/O space\n");
158 aprint_error_dev(self, "unable to get DMA channel\n");
162 pnpbios_print_devres(self, aa);
164 aprint_error_dev(self,