Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F103438134
D29516.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
468 B
Referenced Files
None
Subscribers
None
D29516.diff
View Options
diff --git a/sys/dev/pci/pci_dw.c b/sys/dev/pci/pci_dw.c
--- a/sys/dev/pci/pci_dw.c
+++ b/sys/dev/pci/pci_dw.c
@@ -231,7 +231,7 @@
/* If we have enouht viewports ..*/
if (sc->num_viewport >= 3 && sc->io_range.size != 0) {
/* Setup outbound I/O window */
- rv = pci_dw_map_out_atu(sc, 0, IATU_CTRL1_TYPE_MEM,
+ rv = pci_dw_map_out_atu(sc, 2, IATU_CTRL1_TYPE_IO,
sc->io_range.host, sc->io_range.pci, sc->io_range.size);
if (rv != 0)
return (rv);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 1:00 AM (13 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14851360
Default Alt Text
D29516.diff (468 B)
Attached To
Mode
D29516: pci_dw.c: Set IO ATU window correctly
Attached
Detach File
Event Timeline
Log In to Comment