📄 readme
字号:
1. System RequirmentQNX 6.1.0/6.2.0OS shared libraries for x86GNU C++ shared libraries for x86C/C++ Toolset for x86 targeting x86Development (libs and headers) targeting x86Network DDK targeting x86Libtool for x86AutomakeAutoconf2. Network DDKBefore you compile the driver, please make sure your system has installed Network DDK. The files listed as below are needwhile compiling the driver./usr/include/drvr/mdi.h/usr/include/drvr/support.h/usr/include/drvr/eth.h/x86/usr/lib/libdrvr.a/x86/usr/lib/libdrvrS.a3. How to compile the driver and use it?For example, the files are placed under /root/qnx/dm9102.cd /root/qnx/dm9102makecp /root/qnx/dm9102/x86/dll/devn-dm9pci.so /lib/dll/devn-dm9pci.somount -T io-net /lib/dll/devn-dm9pci.so 4. How to startup the driver module automatically every time the system starting up:copy driver module(devn-dm9pci.so) to /lib/dlland then add the following lines to the configuration file /etc/system/enum/devices/net # DAVICOM DM9PCI device(pci, ven=1282, dev=9102) device(pci, ven=1282, dev=9009) tag(devn) append(legacy, ",nonet") requires($(IONET_CMD),) uniq(netnum, devn, 0) mount(-Tio-net "-opci=$(index)" /lib/dll/devn-dm9pci.so, "/dev/io-net/en$(netnum)")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -