Tarjeta Pci Mcs9865

Forums: 

Tengo una tarjeta PCI Mcs9865 la cual convierte Pci a Puerto Paralelo, tengo instalado Linux Slackware 13 el cual viene con el kernel 2.6.29-5 cuando voy a compilar no lo hace aparece el siguiente error:

oot@josega:~/Downloads/MCS9865_Linux# make
rm -f *.mod.c *.o *.ko .*.cmd *.symvers
make -C /lib/modules/2.6.29.6-smp/build/ SUBDIRS=/root/Downloads/MCS9865_Linux modules
make[1]: Entering directory `/usr/src/linux-2.6.29.6'
CC [M] /root/Downloads/MCS9865_Linux/mcs9865.o
/root/Downloads/MCS9865_Linux/mcs9865.c: In function 'receive_chars':
/root/Downloads/MCS9865_Linux/mcs9865.c:622: error: 'struct uart_info' has no member named 'tty'
/root/Downloads/MCS9865_Linux/mcs9865.c: In function 'receive_chars_dma_done':
/root/Downloads/MCS9865_Linux/mcs9865.c:852: error: 'struct uart_info' has no member named 'tty'
/root/Downloads/MCS9865_Linux/mcs9865.c: In function 'serial9865_handle_port':
/root/Downloads/MCS9865_Linux/mcs9865.c:957: error: 'struct uart_info' has no member named 'tty'
/root/Downloads/MCS9865_Linux/mcs9865.c: In function 'serial9865_probe':
/root/Downloads/MCS9865_Linux/mcs9865.c:2068: error: 'SA_SHIRQ' undeclared (first use in this function)
/root/Downloads/MCS9865_Linux/mcs9865.c:2068: error: (Each undeclared identifier is reported only once
/root/Downloads/MCS9865_Linux/mcs9865.c:2068: error: for each function it appears in.)
make[2]: *** [/root/Downloads/MCS9865_Linux/mcs9865.o] Error 1
make[1]: *** [_module_/root/Downloads/MCS9865_Linux] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.29.6'
make: *** [default] Error 2

Que puedo hacer para solucionar esta siutacion.

Agradezco a quien me pueda ayudar a dar solucion a este problemas

Atentamente: josher120