]> rtime.felk.cvut.cz Git - mf6xx.git/blob - src/hudaqlib/readme.txt
QEMU mf624.c formatted to make QEMU checkpatch.pl mostly happy.
[mf6xx.git] / src / hudaqlib / readme.txt
1                     HUDAQLIB
2
3 1, How to build and install
4
5 1.1, Build and install library
6 type 
7   make
8
9 if build seems to be OK, type 
10   make install
11
12
13 1.2, Improve PCI listing  
14 optionally you could patch /usr/share/pci.ids. 
15 type 
16   lspci
17   
18 If you don't see your device correctly, like this:
19   "00:08.0 Signal processing controller: Unknown device 186c:0624"
20   
21 this is correct:  
22   "00:08.0 Signal processing controller: Humusoft, s.r.o. MF624 Multifunction I/O Card"
23
24 you could try to type:  
25   make patch
26
27 1.3. Configure driver
28 It is possible to remove unwanted hardware support and compile only neccessary
29 driver(s).
30
31  Edit "makefile" and specify which components you need. Comment out lines for
32 unnecessary drivers.
33
34 #optional components
35 MF61X   := 1
36 MF62X   := 1
37 PCI1753 := 1
38 PCD7004 := 1