mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
- 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
This commit is contained in:
parent
2c8dda8d55
commit
f8d062cf84
1 changed files with 0 additions and 1 deletions
|
|
@ -420,7 +420,6 @@ firewire_attach(device_t dev)
|
|||
bus_generic_attach(dev);
|
||||
|
||||
/* bus_reset */
|
||||
fw_busreset(fc);
|
||||
fc->ibr(fc);
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue