mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
59d8a77df6
These adapters were common in DEC Alpha boxes and they are really rare nowadays. The 21140 chip is emulated in Connectix / Microsoft Virtual PC and Hyper-V Gen 1 VM. This is an experimental driver, not yet tested on real hardware. CORE-8724
11 lines
236 B
CMake
11 lines
236 B
CMake
|
|
add_subdirectory(dc21x4)
|
|
add_subdirectory(e1000)
|
|
add_subdirectory(ne2000)
|
|
add_subdirectory(netkvm)
|
|
if(ARCH STREQUAL "i386" OR ARCH STREQUAL "amd64")
|
|
add_subdirectory(nvnet)
|
|
endif()
|
|
add_subdirectory(pcnet)
|
|
add_subdirectory(rtl8139)
|