Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153151034
D3549.id8415.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D3549.id8415.diff
View Options
Index: sys/dev/ioat/ioat.c
===================================================================
--- sys/dev/ioat/ioat.c
+++ sys/dev/ioat/ioat.c
@@ -220,8 +220,6 @@
goto err;
ioat->version = ioat_read_cbver(ioat);
- ioat_interrupt_setup(ioat);
-
if (ioat->version < IOAT_VER_3_0) {
error = ENODEV;
goto err;
@@ -407,6 +405,10 @@
ioat_write_chancmp(ioat, ioat->comp_update_bus_addr);
ioat_write_chainaddr(ioat, ring[0]->hw_desc_bus_addr);
+ error = ioat_interrupt_setup(ioat);
+ if (error != 0)
+ return (error);
+
error = ioat3_selftest(ioat);
if (error != 0)
return (error);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 12:04 PM (21 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31838176
Default Alt Text
D3549.id8415.diff (603 B)
Attached To
Mode
D3549: ioat: initialize interrupts after resetting hw on BDXDE
Attached
Detach File
Event Timeline
Log In to Comment