kernel release exported to rpmbuild - for kernel-dependent packages
[nozomi.git] / readme
1 To build this driver for your kernel, please check:
2
3 For kernel 2.6
4 ---------------
5 Check the Makefile and run 'make'.
6
7 'make install' will copy the nozomi.ko module to the 
8 /lib/modules/KERNEL_VERSION/kernel/drivers/pci/hotplug
9 directory and runs 'insmod'
10
11 For kernel 2.4
12 ----------
13 make HW=PC_24
14
15
16
17 Device Nodes
18 -------------
19 If this is the first time, you will need to run the following commands:
20 mknod /dev/noz0 c 241 0; mknod /dev/noz1 c 241 1; 
21 mknod /dev/noz2 c 241 2; mknod /dev/noz3 c 241 3
22
23 If you have troubles:
24 ---------------------
25 1) Have proper kernel headers/source as your running kernel.
26 2) Make sure this variable in Makefile is correct KERNELDIR     = -I/path/to/kernel