From: Richard B. <rb...@us...> - 2002-12-02 03:03:26
|
Update of /cvsroot/linux-vax/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv14706/htdocs Modified Files: todoframe.html Log Message: Just updating the status for a few jobs Index: todoframe.html =================================================================== RCS file: /cvsroot/linux-vax/www/htdocs/todoframe.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- todoframe.html 14 Nov 2001 22:57:34 -0000 1.2 +++ todoframe.html 2 Dec 2002 03:03:22 -0000 1.3 @@ -44,7 +44,7 @@ <h3 style='margin-left:18.0pt'><span style='color:#333399'>Machine Interrupt Vectors</span></h3> -<p style='margin-left:18.0pt'>Replace CONFIG_VAX_4000HC with something else.... Currently its more like CONFIG_HARDCODE_INTERRUPT_NUMBERS anyway, and we need to remove the is_ka46() rubbish. This is what machine vectors are for...</p> +<p style='margin-left:18.0pt'>Replace CONFIG_VAX_4000HC with something else.... Currently its more like CONFIG_HARDCODE_INTERRUPT_NUMBERS.</p> <h3 style='margin-left:18.0pt'><span style='color:#333399'>Interrupt Detection</span></h3> @@ -134,14 +134,13 @@ <ul style='margin-top:0cm' type=disc> <li >Improve ka43_diagmem handling in lance driver. (parity control bit and memory over 16mb).</li> <li >Lance driver doesnt work on KA46. It gets to init the card, and dies with a memory error (csr=8881). The KA46 DMA region/registers need sorting properly.</li> - <li >Develop SGEC network card driver (Richard Banks)</li> </ul> <h2><span style='color:blue'>Other</span></h2> <ul style='margin-top:0cm' type=disc> <li >vax-5380 driver is very slow, and occasionally locks up under heavy swapping.</li> - <li >Need a NCR53x9x driver for the 4000/60. There is a chipset driver in drivers/scsi/ and several example templates. The sun3 one looks good.</li> + <li >Complete NCR53C9x driver for the 4000/60 and 3100/85 (vax_esp.c).</li> <li >If we halt using the usual method (/sbin/halt) the console stops accepting input. On halt how should the dz console be setup?</li> </ul> |