Skip to content

Commit

Permalink
rc: try this AHCI workaround for USB3 and similar instability
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Nov 30, 2017
1 parent 66c5335 commit 8e85edd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/etc/rc.loader.d/20-misc
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
autoboot_delay="3"
hw.usb.no_pf="1"
# see https://forum.opnsense.org/index.php?topic=6366.0
hint.ahci.0.msi="0"
hint.ahci.1.msi="0"

2 comments on commit 8e85edd

@wschlich
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fichtner Will you merge that to stable/17.7?

@fichtner
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wschlich no, there has not been extensive testing WRT impact on images. Without further images in 17.7.x this makes little sense so we try to avoid it and aim for 18.1 inclusion in January. This will be in 18.1-RC1 images and we'll see how it goes from there.

You can always patch your system with these values in a persistent location, just use a different name like "20-ahci" so it's not overwritten.

Please sign in to comment.