reactos/drivers/network/dd/dc21x4/dc21x4.rc
Dmitry Borisov 59d8a77df6
[DC21X4] Add driver for DECchip 21x4-compatible network adapters (#5614)
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
2023-10-18 20:12:36 +03:00

6 lines
227 B
Plaintext

#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>