summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2007-03-30 14:41:24 +0000
committersimokawa <simokawa@FreeBSD.org>2007-03-30 14:41:24 +0000
commitba1dead5fb684fe6084565ca3ed4ccc616082fe0 (patch)
tree1904c581f06ad5e77481f1b39d9be000d294e656 /sys/dev/firewire
parent44897a4bf030654946d11c8271faa39aec7cb894 (diff)
downloadFreeBSD-src-ba1dead5fb684fe6084565ca3ed4ccc616082fe0.zip
FreeBSD-src-ba1dead5fb684fe6084565ca3ed4ccc616082fe0.tar.gz
- Don't call fw_busreset() in firewire_attach().
This should fix the problem that the first bus reset is sometimes ignored because of FWBUSRESET status. MFC after: 3 days
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/firewire.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c
index a091f8b..b82cf91 100644
--- a/sys/dev/firewire/firewire.c
+++ b/sys/dev/firewire/firewire.c
@@ -420,7 +420,6 @@ firewire_attach(device_t dev)
bus_generic_attach(dev);
/* bus_reset */
- fw_busreset(fc);
fc->ibr(fc);
return 0;
OpenPOWER on IntegriCloud