diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-02-14 15:52:32 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-02-14 15:52:32 +0000 |
| commit | c26f4c716890930bf3180af2ceca6c2c16ed6b5b (patch) | |
| tree | ad96c7a1d3c502e7c5e08117d8a2d5c55cde3065 /sys/dev | |
| parent | d1e792e94a373f3f89c9dea4fa7c66e89832a4e3 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firewire/fwohci_pci.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 45d264679351b..4681b2433b5b8 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -251,6 +251,15 @@ fwohci_pci_attach(device_t self) return EIO; } + /* XXX + * Clear the bus reset event flag to start transactions even when + * interrupt is disabled during the boot process. + */ +#if 0 + DELAY(100); +#endif + fwohci_intr((void *)sc); + return 0; } |
