Home
last modified time | relevance | path

Searched refs:device_printf (Results 1 – 25 of 479) sorted by relevance

12345678910>>...20

/dflybsd-src/sys/dev/raid/aac/
H A Daac_debug.c58 device_printf(sc->aac_dev, "FIB queue header at %p queues at %p\n", in aac_print_queues()
61 device_printf(sc->aac_dev, "HOST_NORM_CMD %d/%d (%d)\n", in aac_print_queues()
67 device_printf(sc->aac_dev, "HOST_HIGH_CMD %d/%d (%d)\n", in aac_print_queues()
73 device_printf(sc->aac_dev, "ADAP_NORM_CMD %d/%d (%d)\n", in aac_print_queues()
79 device_printf(sc->aac_dev, "ADAP_HIGH_CMD %d/%d (%d)\n", in aac_print_queues()
85 device_printf(sc->aac_dev, "HOST_NORM_RESP %d/%d (%d)\n", in aac_print_queues()
91 device_printf(sc->aac_dev, "HOST_HIGH_RESP %d/%d (%d)\n", in aac_print_queues()
97 device_printf(sc->aac_dev, "ADAP_NORM_RESP %d/%d (%d)\n", in aac_print_queues()
103 device_printf(sc->aac_dev, "ADAP_HIGH_RESP %d/%d (%d)\n", in aac_print_queues()
109 device_printf(sc->aac_dev, "AACQ_FREE %d/%d\n", in aac_print_queues()
[all …]
/dflybsd-src/sys/dev/raid/mrsas/
H A Dmrsas_ioctl.c80 device_printf(sc->mrsas_dev, "dcmd->cmd: 0x%02hhx\n", dcmd->cmd); in mrsas_dump_dcmd()
81 device_printf(sc->mrsas_dev, "dcmd->cmd_status: 0x%02hhx\n", dcmd->cmd_status); in mrsas_dump_dcmd()
82 device_printf(sc->mrsas_dev, "dcmd->sge_count: 0x%02hhx\n", dcmd->sge_count); in mrsas_dump_dcmd()
83 device_printf(sc->mrsas_dev, "dcmd->context: 0x%08x\n", dcmd->context); in mrsas_dump_dcmd()
84 device_printf(sc->mrsas_dev, "dcmd->flags: 0x%04hx\n", dcmd->flags); in mrsas_dump_dcmd()
85 device_printf(sc->mrsas_dev, "dcmd->timeout: 0x%04hx\n", dcmd->timeout); in mrsas_dump_dcmd()
86 device_printf(sc->mrsas_dev, "dcmd->data_xfer_len: 0x%08x\n", dcmd->data_xfer_len); in mrsas_dump_dcmd()
87 device_printf(sc->mrsas_dev, "dcmd->opcode: 0x%08x\n", dcmd->opcode); in mrsas_dump_dcmd()
88 device_printf(sc->mrsas_dev, "dcmd->mbox.w[0]: 0x%08x\n", dcmd->mbox.w[0]); in mrsas_dump_dcmd()
89 device_printf(sc->mrsas_dev, "dcmd->mbox.w[1]: 0x%08x\n", dcmd->mbox.w[1]); in mrsas_dump_dcmd()
[all …]
H A Dmrsas.c301 device_printf(sc->mrsas_dev, "FW is in FAULT state!\n"); in mrsas_clear_intr()
487 device_printf(sc->mrsas_dev, "Cannot allocate event log info tag\n"); in mrsas_alloc_evt_log_info_cmd()
492 device_printf(sc->mrsas_dev, "Cannot allocate event log info cmd mem\n"); in mrsas_alloc_evt_log_info_cmd()
498 device_printf(sc->mrsas_dev, "Cannot load event log info cmd mem\n"); in mrsas_alloc_evt_log_info_cmd()
541 device_printf(sc->mrsas_dev, "Failed to get a free cmd\n"); in mrsas_get_seq_num()
548 device_printf(sc->mrsas_dev, "Cannot allocate evt log info cmd\n"); in mrsas_get_seq_num()
694 device_printf(sc->mrsas_dev, "Cannot issue AEN DCMD command.\n"); in mrsas_register_aen()
763 device_printf(dev, "Cannot allocate PCI registers\n"); in mrsas_attach()
1180 device_printf(sc->mrsas_dev, "Cannot allocate interrupt\n"); in mrsas_setup_irq()
1185 device_printf(sc->mrsas_dev, "Cannot set up interrupt\n"); in mrsas_setup_irq()
[all …]
/dflybsd-src/sys/dev/misc/ipmi/
H A Dipmi_kcs.c132 device_printf(sc->ipmi_dev, in kcs_error()
150 device_printf(sc->ipmi_dev, "KCS error: %02x\n", in kcs_error()
170 device_printf(sc->ipmi_dev, "KCS: Error retry exhausted\n"); in kcs_error()
311 device_printf(sc->ipmi_dev, "KCS: Failed to start write\n"); in kcs_polled_request()
315 device_printf(sc->ipmi_dev, "KCS: WRITE_START... ok\n"); in kcs_polled_request()
319 device_printf(sc->ipmi_dev, "KCS: Failed to write address\n"); in kcs_polled_request()
323 device_printf(sc->ipmi_dev, "KCS: Wrote address: %02x\n", req->ir_addr); in kcs_polled_request()
328 device_printf(sc->ipmi_dev, in kcs_polled_request()
333 device_printf(sc->ipmi_dev, "KCS: Wrote command: %02x\n", in kcs_polled_request()
338 device_printf(sc->ipmi_dev, in kcs_polled_request()
[all …]
H A Dipmi_smic.c112 device_printf(sc->ipmi_dev, "SMIC: Write did not start %02x\n", in smic_start_write()
136 device_printf(sc->ipmi_dev, "SMIC: Write did not next %02x\n", in smic_write_next()
160 device_printf(sc->ipmi_dev, "SMIC: Write did not end %02x\n", in smic_write_last()
184 device_printf(sc->ipmi_dev, "SMIC: Read did not start %02x\n", in smic_start_read()
209 device_printf(sc->ipmi_dev, "SMIC: Read did not next %02x\n", in smic_read_byte()
232 device_printf(sc->ipmi_dev, "SMIC: Read did not end %02x\n", in smic_read_end()
249 device_printf(sc->ipmi_dev, "SMIC: WRITE_START address: %02x\n", in smic_polled_request()
258 device_printf(sc->ipmi_dev, "SMIC: Wrote command: %02x\n", in smic_polled_request()
266 device_printf(sc->ipmi_dev, "SMIC: Wrote command: %02x\n", in smic_polled_request()
276 device_printf(sc->ipmi_dev, "SMIC: Wrote data: %02x\n", in smic_polled_request()
[all …]
H A Dipmi_ssif.c63 device_printf(dev, "%s:", msg); in dump_buffer()
105 device_printf(dev, "SSIF: WRITE_SINGLE error %d\n", in ssif_polled_request()
120 device_printf(dev, "SSIF: WRITE_START error %d\n", in ssif_polled_request()
138 device_printf(dev, "SSIF: WRITE_CONT error %d\n", in ssif_polled_request()
165 device_printf(dev, "SSIF: WRITE_CONT error %d\n", in ssif_polled_request()
189 device_printf(dev, "SSIF: READ_START retry\n"); in ssif_polled_request()
197 device_printf(dev, "SSIF: READ_START failed: %d\n", error); in ssif_polled_request()
202 device_printf(dev, "SSIF: READ_START: ok\n"); in ssif_polled_request()
216 device_printf(dev, "SSIF: Short reply packet\n"); in ssif_polled_request()
222 device_printf(dev, "SSIF: Reply address mismatch\n"); in ssif_polled_request()
[all …]
H A Dipmi_pci.c111 device_printf(dev, "BT mode is unsupported\n"); in ipmi_pci_attach()
114 device_printf(dev, "No IPMI interface found\n"); in ipmi_pci_attach()
118 device_printf(dev, "%s mode found at %s 0x%jx alignment 0x%x on %s\n", in ipmi_pci_attach()
134 device_printf(dev, "couldn't configure pci io res\n"); in ipmi_pci_attach()
214 device_printf(dev, "BT interface unsupported\n"); in ipmi2_pci_attach()
217 device_printf(dev, "Unsupported interface: %d\n", in ipmi2_pci_attach()
233 device_printf(dev, "couldn't map ports/memory\n"); in ipmi2_pci_attach()
243 device_printf(dev, "using KSC interface\n"); in ipmi2_pci_attach()
250 device_printf(dev, "Unable to determine alignment\n"); in ipmi2_pci_attach()
260 device_printf(dev, "using SMIC interface\n"); in ipmi2_pci_attach()
/dflybsd-src/sys/dev/raid/mlx/
H A Dmlx.c244 device_printf(sc->mlx_dev, "can't allocate scatter/gather DMA tag\n"); in mlx_sglist_map()
258 device_printf(sc->mlx_dev, "can't allocate s/g table\n"); in mlx_sglist_map()
325 device_printf(sc->mlx_dev, "controller initialisation in progress...\n"); in mlx_attach()
339 device_printf(sc->mlx_dev, "initialisation complete.\n"); in mlx_attach()
347 device_printf(sc->mlx_dev, "can't allocate interrupt\n"); in mlx_attach()
355 device_printf(sc->mlx_dev, "can't set up interrupt\n"); in mlx_attach()
372 device_printf(sc->mlx_dev, "can't allocate buffer DMA tag\n"); in mlx_attach()
382 device_printf(sc->mlx_dev, "can't make initial s/g list mapping\n"); in mlx_attach()
396 device_printf(sc->mlx_dev, "ENQUIRY2 failed\n"); in mlx_attach()
409 device_printf(sc->mlx_dev, "ENQUIRY_OLD failed\n"); in mlx_attach()
[all …]
/dflybsd-src/sys/dev/sound/pci/
H A Denvy24.c490 device_printf(sc->dev, "envy24_rdi2c(sc, 0x%02x, 0x%02x)\n", dev, addr); in envy24_rdi2c()
516 device_printf(sc->dev, "envy24_rdi2c(): return 0x%x\n", data); in envy24_rdi2c()
529 device_printf(sc->dev, "envy24_rdi2c(sc, 0x%02x, 0x%02x)\n", dev, addr);
564 device_printf(sc->dev, "envy24_rdrom(sc, 0x%02x)\n", addr); in envy24_rdrom()
569 device_printf(sc->dev, "envy24_rdrom(): E2PROM not presented\n"); in envy24_rdrom()
585 device_printf(sc->dev, "envy24_rom2cfg(sc)\n"); in envy24_rom2cfg()
590 device_printf(sc->dev, "envy24_rom2cfg(): ENVY24_E2PROM_SIZE-->%d\n", size); in envy24_rom2cfg()
597 device_printf(sc->dev, "envy24_rom2cfg(): malloc()\n"); in envy24_rom2cfg()
646 device_printf(sc->dev, "envy24_coldcd()\n");
670 device_printf(sc->dev, "envy24_slavecd()\n"); in envy24_slavecd()
[all …]
H A Denvy24ht.c529 device_printf(sc->dev, "envy24ht_rdi2c(sc, 0x%02x, 0x%02x)\n", dev, addr); in envy24ht_rdi2c()
555 device_printf(sc->dev, "envy24ht_rdi2c(): return 0x%x\n", data); in envy24ht_rdi2c()
567 device_printf(sc->dev, "envy24ht_rdi2c(sc, 0x%02x, 0x%02x)\n", dev, addr); in envy24ht_wri2c()
601 device_printf(sc->dev, "envy24ht_rdrom(sc, 0x%02x)\n", addr); in envy24ht_rdrom()
606 device_printf(sc->dev, "envy24ht_rdrom(): E2PROM not presented\n"); in envy24ht_rdrom()
622 device_printf(sc->dev, "envy24ht_rom2cfg(sc)\n"); in envy24ht_rom2cfg()
627 device_printf(sc->dev, "envy24ht_rom2cfg(): ENVY24HT_E2PROM_SIZE-->%d\n", size); in envy24ht_rom2cfg()
632 device_printf(sc->dev, "envy24ht_rom2cfg(): malloc()\n"); in envy24ht_rom2cfg()
672 device_printf(sc->dev, "envy24ht_rom2cfg(): malloc()\n"); in envy24ht_rom2cfg()
727 device_printf(sc->dev, "envy24ht_coldcd()\n"); in envy24ht_coldcd()
[all …]
/dflybsd-src/sys/dev/misc/coremctl/
H A Dcoremctl.c158 device_printf(parent, "add coremctl failed\n"); in coremctl_identify()
208 device_printf(dev, "CAP DDR3 1067 "); in coremctl_attach()
210 device_printf(dev, "CAP DDR3 1333 "); in coremctl_attach()
214 device_printf(dev, "no CAP "); in coremctl_attach()
219 device_printf(dev, "CAP DDR3 1600 "); in coremctl_attach()
221 device_printf(dev, "CAP DDR3 1867 "); in coremctl_attach()
223 device_printf(dev, "CAP DDR3 2133 "); in coremctl_attach()
225 device_printf(dev, "CAP DDR3 2400 "); in coremctl_attach()
227 device_printf(dev, "CAP DDR3 2667 "); in coremctl_attach()
229 device_printf(dev, "CAP DDR3 2933 "); in coremctl_attach()
[all …]
/dflybsd-src/sys/dev/acpica/
H A Dacpi_cpu_pstate.c290 device_printf(dev, "Can't get _PCT package - %s\n", in acpi_pst_probe()
298 device_printf(dev, "Invalid _PCT package\n"); in acpi_pst_probe()
311 device_printf(dev, "Can't get _PSS package - %s\n", in acpi_pst_probe()
318 device_printf(dev, "Invalid _PSS package\n"); in acpi_pst_probe()
357 device_printf(dev, "Missing _PSD for certain CPUs\n"); in acpi_pst_attach()
372 device_printf(dev, in acpi_pst_attach()
378 device_printf(dev, "Integer _PSD %ju\n", in acpi_pst_attach()
393 device_printf(dev, "Missing _PSD for cpu%d\n", in acpi_pst_attach()
453 device_printf(dev, "Destroy domain%u, " in acpi_pst_attach()
479 device_printf(dev, in acpi_pst_attach()
[all …]
H A Dacpi_pcib.c120 device_printf(pcib, "failed to force attach of %s\n", in prt_attach_devices()
154 device_printf(dev, in acpi_pcib_attach()
162 device_printf(device_get_parent(dev), "couldn't attach pci bus\n"); in acpi_pcib_attach()
230 device_printf(pcib, "no PRT entry for %d.%d.INT%c\n", pci_get_bus(dev), in acpi_pcib_route_interrupt()
237 device_printf(pcib, "matched entry for %d.%d.INT%c", in acpi_pcib_route_interrupt()
257 device_printf(pcib, "slot %d INT%c hardwired to " in acpi_pcib_route_interrupt()
264 device_printf(pcib, "slot %d INT%c hardwired to " in acpi_pcib_route_interrupt()
272 device_printf(pcib, "invalid hardwired GSI 0\n"); in acpi_pcib_route_interrupt()
281 device_printf(pcib, "couldn't find PCI interrupt link device %s\n", in acpi_pcib_route_interrupt()
289 device_printf(pcib, "slot %d INT%c routed to irq %d via %s\n", in acpi_pcib_route_interrupt()
/dflybsd-src/sys/dev/netif/iwm/
H A Dif_iwm.c491 device_printf(sc->sc_dev, in iwm_set_default_calib()
515 device_printf(sc->sc_dev, in iwm_set_ucode_api_flags()
540 device_printf(sc->sc_dev, in iwm_set_ucode_capabilities()
587 device_printf(sc->sc_dev, in iwm_read_firmware()
609 device_printf(sc->sc_dev, "invalid firmware %s\n", in iwm_read_firmware()
631 device_printf(sc->sc_dev, in iwm_read_firmware()
643 device_printf(sc->sc_dev, in iwm_read_firmware()
663 device_printf(sc->sc_dev, in iwm_read_firmware()
673 device_printf(sc->sc_dev, in iwm_read_firmware()
680 device_printf(sc->sc_dev, in iwm_read_firmware()
[all …]
/dflybsd-src/sys/bus/u4b/controller/
H A Dehci_pci.c253 device_printf(self, "AMD SB600/700 quirk applied\n"); in ehci_pci_ati_quirk()
270 device_printf(self, "VIA-quirk applied\n"); in ehci_pci_via_quirk()
305 device_printf(self, "pre-2.0 USB revision (ignored)\n"); in ehci_pci_attach()
311 device_printf(self, "USB revision is unknown. Assuming v2.0.\n"); in ehci_pci_attach()
319 device_printf(self, "Could not map memory\n"); in ehci_pci_attach()
330 device_printf(self, "Could not allocate irq\n"); in ehci_pci_attach()
335 device_printf(self, "Could not add USB device\n"); in ehci_pci_attach()
385 device_printf(self, "(New EHCI DeviceId=0x%08x)\n", in ehci_pci_attach()
394 device_printf(self, "Could not setup irq, %d\n", err); in ehci_pci_attach()
431 device_printf(self, in ehci_pci_attach()
[all …]
/dflybsd-src/sys/dev/raid/amr/
H A Damr_pci.c213 device_printf(dev, "memory window not available\n"); in amr_pci_attach()
222 device_printf(dev, "I/O window not available\n"); in amr_pci_attach()
229 device_printf(dev, "Using 64-bit DMA\n"); in amr_pci_attach()
235 device_printf(dev, "busmaster bit not set, enabling\n"); in amr_pci_attach()
247 device_printf(sc->amr_dev, "can't allocate register window\n"); in amr_pci_attach()
260 device_printf(sc->amr_dev, "can't allocate interrupt\n"); in amr_pci_attach()
266 device_printf(sc->amr_dev, "can't set up interrupt\n"); in amr_pci_attach()
288 device_printf(dev, "can't allocate parent DMA tag\n"); in amr_pci_attach()
303 device_printf(sc->amr_dev, "can't allocate buffer DMA tag\n"); in amr_pci_attach()
315 device_printf(sc->amr_dev, "can't allocate buffer DMA tag\n"); in amr_pci_attach()
[all …]
/dflybsd-src/sys/bus/gpio/gpio_acpi/
H A Dgpio_acpi.c106 device_printf(dev, in gpio_acpi_check_gpioint()
116 device_printf(dev, "Invalid GpioInt resource Triggering: %d\n", in gpio_acpi_check_gpioint()
126 device_printf(dev, "Invalid GpioInt resource Polarity: %d\n", in gpio_acpi_check_gpioint()
163 device_printf(dev, "Failed to alloc GpioIo pin %u on " in gpioio_alloc_pins()
197 device_printf(sc->dev, in gpio_acpi_install_address_space_handler()
212 device_printf(sc->dev, in gpio_acpi_remove_address_space_handler()
241 device_printf(dev, "AcpiBufferToResource failed\n"); in gpio_acpi_space_handler()
245 device_printf(dev, "Resource->Type is wrong\n"); in gpio_acpi_space_handler()
251 device_printf(dev, "gpio->ConnectionType is wrong\n"); in gpio_acpi_space_handler()
257 device_printf(dev, "Address + BitWidth out of range\n"); in gpio_acpi_space_handler()
[all …]
/dflybsd-src/sys/dev/sound/pcm/
H A Dfeeder_chain.c153 device_printf(c->dev, in feeder_build_format()
163 device_printf(c->dev, in feeder_build_format()
226 device_printf(c->dev, in feeder_build_rate()
236 device_printf(c->dev, in feeder_build_rate()
254 device_printf(c->dev, in feeder_build_rate()
262 device_printf(c->dev, in feeder_build_rate()
269 device_printf(c->dev, in feeder_build_rate()
304 device_printf(c->dev, in feeder_build_matrix()
315 device_printf(c->dev, in feeder_build_matrix()
324 device_printf(c->dev, in feeder_build_matrix()
[all …]
/dflybsd-src/sys/bus/gpio/gpio_intel/
H A Dgpio_cherryview.c249 device_printf(sc->dev, in gpio_cherryview_map_intr()
261 device_printf(sc->dev, "GPIO mode is disabled\n"); in gpio_cherryview_map_intr()
265 device_printf(sc->dev, "RX is disabled\n"); in gpio_cherryview_map_intr()
275 device_printf(sc->dev, in gpio_cherryview_map_intr()
280 device_printf(sc->dev, in gpio_cherryview_map_intr()
285 device_printf(sc->dev, in gpio_cherryview_map_intr()
292 device_printf(sc->dev, in gpio_cherryview_map_intr()
305 device_printf(sc->dev, in gpio_cherryview_map_intr()
313 device_printf(sc->dev, in gpio_cherryview_map_intr()
321 device_printf(sc->dev, in gpio_cherryview_map_intr()
[all …]
/dflybsd-src/sys/dev/virtual/vmware/pvscsi/
H A Dpvscsi.c44 device_printf((dev), (fmt), ##__VA_ARGS__); \
476 device_printf(sc->dev, "error creating dma tag, error %d\n", in pvscsi_dma_alloc()
484 device_printf(sc->dev, "error allocating dma mem, error %d\n", in pvscsi_dma_alloc()
492 device_printf(sc->dev, "error mapping dma mem, error %d\n", in pvscsi_dma_alloc()
516 device_printf(sc->dev, "Error allocating pages, error %d\n", in pvscsi_dma_alloc_ppns()
570 device_printf(sc->dev, in pvscsi_dma_alloc_per_hcb()
578 device_printf(sc->dev, in pvscsi_dma_alloc_per_hcb()
588 device_printf(sc->dev, in pvscsi_dma_alloc_per_hcb()
643 device_printf(sc->dev, in pvscsi_allocate_rings()
652 device_printf(sc->dev, in pvscsi_allocate_rings()
[all …]
/dflybsd-src/sys/dev/raid/mfi/
H A Dmfi_tbolt.c163 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%x, " in mfi_tbolt_adp_reset()
170 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: HostDiag=%x\n", HostDiag); in mfi_tbolt_adp_reset()
182 device_printf(sc->mfi_dev, "ADP_RESET_TBOLT: retry time=%x, " in mfi_tbolt_adp_reset()
323 device_printf(sc->mfi_dev, "Error:Initialized more than " in mfi_tbolt_init_desc_pool()
421 device_printf(sc->mfi_dev, "failed to send IOC init2 " in mfi_tbolt_init_MFI_queue()
434 device_printf(sc->mfi_dev, "Init command Failed %x\n", in mfi_tbolt_init_MFI_queue()
462 device_printf(sc->mfi_dev, "out of memory. Could not alloc " in mfi_tbolt_alloc_cmd()
472 device_printf(sc->mfi_dev, "Could not alloc cmd list " in mfi_tbolt_alloc_cmd()
522 device_printf(sc->mfi_dev, "NO PCI ACCESS\n"); in mfi_tbolt_reset()
528 device_printf(sc->mfi_dev, "HW CRITICAL ERROR\n"); in mfi_tbolt_reset()
[all …]
/dflybsd-src/sys/dev/sound/pci/hda/
H A Dhdaa.c343 device_printf(pdevinfo->dev, "%s channel set is: ", in hdaa_channels_handler()
366 device_printf(pdevinfo->dev, in hdaa_channels_handler()
400 device_printf((as->pdevinfo && as->pdevinfo->dev) ? in hdaa_hpredir_handler()
552 device_printf(pdevinfo->dev, in hdaa_autorecsrc_handler()
589 device_printf(devinfo->dev, in hdaa_presence_handler()
646 device_printf(dev, in hdaa_eld_dump()
653 device_printf(dev, in hdaa_eld_dump()
657 device_printf(dev, in hdaa_eld_dump()
661 device_printf(dev, in hdaa_eld_dump()
664 device_printf(dev, in hdaa_eld_dump()
[all …]
/dflybsd-src/sys/dev/drm/include/linux/
H A Ddevice.h66 device_printf((dev)->bsddev, "debug: " fmt, ## __VA_ARGS__)
68 device_printf((dev)->bsddev, "error: " fmt, ## __VA_ARGS__)
70 device_printf((dev)->bsddev, "warning: " fmt, ## __VA_ARGS__)
72 device_printf(((struct device *)(dev))->bsddev, "info: " fmt, ## __VA_ARGS__)
74 device_printf((dev)->bsddev, fmt, ##__VA_ARGS__)
81 device_printf((dev)->bsddev, "%s: ", level); in dev_printk()
/dflybsd-src/sys/dev/netif/ath/ath/
H A Dif_ath_ahb.c112 device_printf(dev, "Vendor=0x%04x, Device=0x%04x\n", in ath_ahb_probe()
157 device_printf(dev, "cannot map register space\n"); in ath_ahb_attach()
163 device_printf(dev, "cannot fetch 'eepromaddr' from hints\n"); in ath_ahb_attach()
177 device_printf(sc->sc_dev, "eeprom @ %p (%d bytes)\n", in ath_ahb_attach()
195 device_printf(dev, "cannot map eeprom space\n"); in ath_ahb_attach()
210 device_printf(dev, "cannot allocate memory for eeprom data\n"); in ath_ahb_attach()
213 device_printf(sc->sc_dev, "eeprom data @ %p\n", (void *) rman_get_bushandle(psc->sc_eeprom)); in ath_ahb_attach()
230 device_printf(dev, "could not map interrupt\n"); in ath_ahb_attach()
239 device_printf(dev, "could not establish interrupt\n"); in ath_ahb_attach()
246 device_printf(dev, "could not establish interrupt\n"); in ath_ahb_attach()
[all …]
/dflybsd-src/sys/bus/firewire/
H A Dfwohci_pci.c190 device_printf(dev, "vendor=%x, dev=%x\n", pci_get_vendor(dev), in fwohci_pci_probe()
239 device_printf(self, "latency timer %d -> %d.\n", in fwohci_pci_init()
241 device_printf(self, "cache size %d -> %d.\n", in fwohci_pci_init()
259 device_printf(self, "Invalid irq %d\n", intr); in fwohci_pci_attach()
270 device_printf(self, "Could not map memory\n"); in fwohci_pci_attach()
281 device_printf(self, "Could not allocate irq\n"); in fwohci_pci_attach()
295 device_printf(self, "Could not setup irq, %d\n", err); in fwohci_pci_attach()
329 device_printf(self, "fwohci_init failed with err=%d\n", err); in fwohci_pci_attach()
365 device_printf(self, "Could not tear down irq, %d\n", in fwohci_pci_detach()
394 device_printf(dev, "fwohci_pci_suspend\n"); in fwohci_pci_suspend()
[all …]

12345678910>>...20