This website requires JavaScript.
Explore
Help
Register
Sign In
matthew
/
sonic-buildimage
Watch
1
Star
0
Fork
0
You've already forked sonic-buildimage
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
21927ec941
sonic-buildimage
/
device
/
dell
/
x86_64-dell_z9100_c2538-r0
/
installer.conf
4 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Squashed merge master
2016-09-09 19:53:41 -05:00
CONSOLE_PORT=0x2f8
CONSOLE_DEV=1
[device/Dell] SOSFTDEP to lpc_ich module for dell_ich module (#2440) dell_ich module fails to load sometimes due to the failure of pci_get_drvdata(). This function is responsible for fetching INTEL PCI related memory handle in kernel. This is implemented in lpc_ich kernel module. Due to race in addition/deletion of kernel modules, sometimes lpc_ich loads after dell_ich. Because of this behaviour dell_ich module fails to load. Fixed by addding dependency between modules. Removed i2c_mux_gpio module from blacklist entry as it is not the original root case of this issue.
2019-01-15 17:32:37 -06:00
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich"
Reference in New Issue
Copy Permalink