From: Dave A. <ai...@us...> - 2001-08-14 21:25:47
|
Update of /cvsroot/linux-vax/kernel-2.4/drivers/char In directory usw-pr-cvs1:/tmp/cvs-serv16198/drivers/char Modified Files: dz.c Log Message: DA: hackage for 4000/60 testing see what happens .. will be removed later Index: dz.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/dz.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- dz.c 2001/06/17 11:43:44 1.6 +++ dz.c 2001/08/14 21:25:43 1.7 @@ -1455,6 +1455,7 @@ it is unwise. */ restore_flags(flags); #if CONFIG_VAX +#ifndef CONFIG_VAX_4000HC { short i; unsigned char num; @@ -1489,7 +1490,15 @@ vsbus_disable_int(num); irq=autoirq_report(100); } +#else + dz_vsbus_tx_int=4; + dz_vsbus_rx_int=5; + irq=149; + +#endif printk("dz.c: using irq rx %d, irq tx %d\n", irq-1, irq); + + if (request_irq (irq, dz_interrupt_tx, SA_INTERRUPT, "DZ", lines[0])) panic ("Unable to register DZ interrupt\n"); if (request_irq (irq-1, dz_interrupt_rx, SA_INTERRUPT, "DZ", lines[0])) |