Commit 35a0d69 1 parent 6ba93ac commit 35a0d69 Copy full SHA for 35a0d69
File tree 3 files changed +7
-0
lines changed
x86_64-dell_s6100_c2538-r0
x86_64-dell_z9100_c2538-r0
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
CONSOLE_PORT=0x2f8
2
2
CONSOLE_DEV=1
3
+ ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich"
Original file line number Diff line number Diff line change @@ -236,6 +236,11 @@ def __init__(self):
236
236
self .port_to_eeprom_mapping [port_num ] = \
237
237
"No IOM"
238
238
239
+ self .oir_fd = open (self .OIR_FD_PATH , "r" )
240
+ self .epoll = select .epoll ()
241
+ if self .oir_fd != - 1 :
242
+ self .epoll .register (self .oir_fd .fileno (), select .EPOLLIN )
243
+
239
244
SfpUtilBase .__init__ (self )
240
245
241
246
def __del__ (self ):
Original file line number Diff line number Diff line change 1
1
CONSOLE_PORT=0x2f8
2
2
CONSOLE_DEV=1
3
+ ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="module_blacklist=gpio_ich"
You can’t perform that action at this time.
0 commit comments