Skip to content

Commit 6f1d27b

Browse files
authored
feat: Enable WangXun {NG,TXG}BE netdriver for desktop (#33)
Enable WangXun {NG,TXG}BE netdriver on x86 desktop Vender ID #define PCI_VENDOR_ID_WANGXUN 0x8088 Product ID #define NGBE_DEV_ID_EM_WX1860AL_W 0x0100 #define NGBE_DEV_ID_EM_WX1860A2 0x0101 #define NGBE_DEV_ID_EM_WX1860A2S 0x0102 #define NGBE_DEV_ID_EM_WX1860A4 0x0103 #define NGBE_DEV_ID_EM_WX1860A4S 0x0104 #define NGBE_DEV_ID_EM_WX1860AL2 0x0105 #define NGBE_DEV_ID_EM_WX1860AL2S 0x0106 #define NGBE_DEV_ID_EM_WX1860AL4 0x0107 #define NGBE_DEV_ID_EM_WX1860AL4S 0x0108 #define NGBE_DEV_ID_EM_WX1860LC 0x0109 #define NGBE_DEV_ID_EM_WX1860A1 0x010a #define NGBE_DEV_ID_EM_WX1860A1L 0x010b #define TXGBE_DEV_ID_SP1000 0x1001 #define TXGBE_DEV_ID_WX1820 0x2001
1 parent 23e9be3 commit 6f1d27b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/x86/configs/deepin_desktop_common_defconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,8 @@ CONFIG_WIZNET_W5100_SPI=m
14211421
CONFIG_XILINX_AXI_EMAC=m
14221422
CONFIG_XILINX_LL_TEMAC=m
14231423
CONFIG_PCMCIA_XIRC2PS=m
1424+
CONFIG_NGBE=m
1425+
CONFIG_TXGBE=m
14241426
CONFIG_FDDI=y
14251427
CONFIG_DEFXX=m
14261428
CONFIG_SKFP=m

0 commit comments

Comments
 (0)