summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/fwohci_pci.c
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2004-01-05 14:21:18 +0000
committersimokawa <simokawa@FreeBSD.org>2004-01-05 14:21:18 +0000
commit007605b9187cb852ffd9e2b660a880791ad06c92 (patch)
tree8e94b8afeea0a4c99a0df0234a9c6aecde42494f /sys/dev/firewire/fwohci_pci.c
parent8f8e1b2ede43eac06fdfa820bf577e5e2a052a48 (diff)
downloadFreeBSD-src-007605b9187cb852ffd9e2b660a880791ad06c92.zip
FreeBSD-src-007605b9187cb852ffd9e2b660a880791ad06c92.tar.gz
MFp4:
* firewire - Remove pending list. - Ignore timeout for the FWXF_START state. - Define M_FWMEM for debugging. - Comment out DELAY() in fw_asybusy(). - Improve debugging messages * sbp - Freeze simq while bus reset.
Diffstat (limited to 'sys/dev/firewire/fwohci_pci.c')
-rw-r--r--sys/dev/firewire/fwohci_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c
index 795aade..891c4b2 100644
--- a/sys/dev/firewire/fwohci_pci.c
+++ b/sys/dev/firewire/fwohci_pci.c
@@ -328,7 +328,7 @@ fwohci_pci_attach(device_t self)
err = device_probe_and_attach(sc->fc.bdev);
if (err) {
- device_printf(self, "FireWire init failed\n");
+ device_printf(self, "FireWire init failed with err=%d\n", err);
fwohci_pci_detach(self);
return EIO;
}
OpenPOWER on IntegriCloud