Searched refs:DLOG (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/dev/digi/ |
| HD | digi_isa.c | 123 DLOG(DIGIDB_INIT, (sc->dev, "got reset after %d iterations\n", i)); in digi_isa_check() 131 DLOG(DIGIDB_INIT, (sc->dev, "board type is 0x%x\n", ident)); in digi_isa_check() 242 DLOG(DIGIDB_INIT, (sc->dev, "probing on isa bus\n")); in digi_isa_probe() 246 DLOG(DIGIDB_INIT, (sc->dev, "io address not given\n")); in digi_isa_probe() 275 DLOG(DIGIDB_INIT, (sc->dev, "isa? port 0x%03x mem 0x%lx\n", in digi_isa_probe() 313 DLOG(DIGIDB_INIT, (sc->dev, "Probe returns -10\n")); in digi_isa_probe() 336 DLOG(DIGIDB_INIT, (sc->dev, "attaching\n")); in digi_isa_attach() 351 DLOG(DIGIDB_INIT, (sc->dev, "Checking card type\n")); in digi_isa_attach() 370 DLOG(DIGIDB_INIT, (sc->dev, "internal memory segment 0x%x\n", in digi_isa_attach() 387 DLOG(DIGIDB_INIT, (sc->dev, "got reset after %d iterations\n", i)); in digi_isa_attach() [all …]
|
| HD | digi.c | 303 DLOG(DIGIDB_INIT, (sc->dev, "Got init reset after %d us\n", i)); in digi_init() 334 DLOG(DIGIDB_INIT, (sc->dev, "BIOS uploaded\n")); in digi_init() 360 DLOG(DIGIDB_INIT, (sc->dev, "BIOS started after %d us\n", i)); in digi_init() 372 DLOG(DIGIDB_INIT, (sc->dev, "BIOS booted after %d iterations\n", i)); in digi_init() 375 DLOG(DIGIDB_INIT, (sc->dev, "Loading link data\n")); in digi_init() 411 DLOG(DIGIDB_INIT, in digi_init() 435 DLOG(DIGIDB_INIT, (sc->dev, "Loading FEP/OS\n")); in digi_init() 449 DLOG(DIGIDB_INIT, (sc->dev, "FEP/OS loaded\n")); in digi_init() 498 DLOG(DIGIDB_INIT, (sc->dev, "FEP/OS started after %d iterations\n", i)); in digi_init() 653 DLOG(DIGIDB_OPEN, (sc->dev, "Cannot open a disabled card\n")); in digicopen() [all …]
|
| HD | digi.h | 51 #define DLOG(level, args) if (digi_debug & (level)) device_printf args macro 53 #define DLOG(level, args) macro
|
| HD | digi_pci.c | 195 DLOG(DIGIDB_IRQ, (sc->dev, "Interrupt support compiled out\n")); in digi_pci_attach()
|