Skip to content

Commit 188c35f

Browse files
author
Willy Liu
committed
[ACCTON][AS9947-72XKB] Modify to access transceiver eeprom by ipmi
1. Remove the transceiver attr of pcie accessing in fpga driver 2. Add sfp driver for ipmi accessing transceiver attr 3. Add sfp ko in init.py 4. Modify the transceiver attr sysfs path 5. Fix rxlos bitmap Signed-off-by: Willy Liu <willy@accton.com>
1 parent cff4820 commit 188c35f

5 files changed

Lines changed: 1300 additions & 753 deletions

File tree

packages/platforms/accton/x86-64/as9947-72xkb/modules/builds/src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ obj-m += x86-64-accton-as9947-72xkb-thermal.o
66
obj-m += x86-64-accton-as9947-72xkb-psu.o
77
obj-m += x86-64-accton-as9947-72xkb-sys.o
88
obj-m += x86-64-accton-as9947-72xkb-leds.o
9+
obj-m += x86-64-accton-as9947-72xkb-sfp.o
910

0 commit comments

Comments
 (0)