- 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:
Hidetoshi Shimokawa 2007-03-30 14:41:24 +00:00
parent 2c8dda8d55
commit f8d062cf84

View file

@ -420,7 +420,6 @@ firewire_attach(device_t dev)
bus_generic_attach(dev);
/* bus_reset */
fw_busreset(fc);
fc->ibr(fc);
return 0;