mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +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
5 lines
227 B
Text
5 lines
227 B
Text
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "DC21x4 Ethernet Adapter Driver"
|
|
#define REACTOS_STR_INTERNAL_NAME "dc21x4"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "dc21x4.sys"
|
|
#include <reactos/version.rc>
|