Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class OnlPlatform_x86_64_accton_as4625_54t_r0(OnlPlatformAccton,
SYS_OBJECT_ID=".4625.54.1"

def baseconfig(self):
os.system("modprobe at24")
self.insmod('optoe')
self.insmod('ym2651y')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def modprobe(self, module, required=True, params={}):

def baseconfig(self):
self.modprobe('optoe')
self.modprobe('at24')
self.modprobe('ym2651y')

for m in [ 'fpga', 'cpld', 'fan', 'leds', 'mux', 'psu', 'sfp' ]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def baseconfig(self):
return False

self.modprobe('optoe')
self.modprobe('at24')
self.insmod('accton_ipmi_intf')

for m in [ 'i2c-ocores', 'fpga', 'mux', 'cpld', 'fan', 'psu', 'thermal', 'sys', 'leds' ]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def baseconfig(self):
return False

self.modprobe('optoe')
self.modprobe('at24')
self.modprobe('accton_ipmi_intf')

for m in [ 'i2c-ocores', 'fpga', 'mux', 'fan', 'psu', 'thermal', 'sys', 'leds' ]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def baseconfig(self):
return False

self.modprobe('optoe')
self.modprobe('at24')
self.modprobe('accton_ipmi_intf')

for m in [ 'i2c-ocores', 'fpga', 'mux', 'fan', 'psu', 'thermal', 'sys', 'leds' ]:
Expand Down