Details
-
Improvement
-
Resolution: Fixed
-
Minor
Description
NVIDIA nForce Ethernet Controller (nvnet) is known network card in motherboards which are based on the NVIDIA nForce chipset. Also it's integrated in the original Xbox gaming console which is supported by ReactOS Xbox port.
Also nvnet is emulated by XQEMU: https://xqemu.com/networking/
This ticket basically clones old oneĀ CORE-399, but includes more information for the actual implementation.
Hardware identifier: PCI\VEN_10DE&DEV_01C3
Existing code that can be helpful in the development of this driver:
- https://github.com/XboxDev/nxdk/tree/master/lib/net
- https://github.com/xqemu/xqemu/blob/master/hw/xbox/nvnet.c
- https://github.com/torvalds/linux/blob/master/drivers/net/ethernet/nvidia/forcedeth.c
- Xbox-specific quirks: https://github.com/XboxDev/xbox-linux/commit/95585b7906f28621409a661d2748e15a61466caa#diff-873686d163ef74a4c374d82bc2d4a56f8c802c93094b8f121661a731bbe74b78
Attachments
Issue Links
- blocks
-
CORE-18223 Implement KDNET NIC driver for nVidia nForce adapters
- Open
- clones
-
CORE-399 Nforce Network card driver
- Resolved