Sync with reality.

This commit is contained in:
mark 1997-01-03 23:10:31 +00:00
parent 4990f8b035
commit ff84194c2f
1 changed files with 18 additions and 9 deletions

View File

@ -20,7 +20,7 @@ instead and are marked with *.
9. cleanup video DRAM support on machine with VRAM
10. clean up prototype declarations
11. support reading and writing the rtc device UNDER DEVELOPMENT
13. debug / replace console code
13. debug / replace console code. UNDER DEVELOPMENT
14. fix FPA probing. UNDER DEVELOPMENT
15. optimise ARM FPE glue code. UNDER DEVELOPMENT
16. modify wd.c to avoid using the softc in the probe function
@ -37,20 +37,29 @@ instead and are marked with *.
27. Remove kshell/*
28. Remove postmortem.c
29. Debug audio drivers
30. Merge in lmcaudio driver for the RC7500
31. 16 bit sound driver
32. Create generic SEEQ8004/8005 driver
33. Create ea and eb front ends for the generic SEEQ driver
34. Replace EtherH driver with new version
30. Merge in lmcaudio driver for the RC7500.
31. 16 bit sound driver.
32. Create generic SEEQ8004/8005 driver.
33. Create ea and eb front ends for the generic SEEQ driver.
34. Replace EtherH driver with new version UNDER DEVELOPMENT
35. Merge in Ether2 driver
36. Reorganise kernel VM space
37. Implement DMA transfers to buffer memory for the asc driver.
38. Add interrupt and DMA support to the cosc driver
39. Write ADFS filesystem (*)
40. Optimise Strong ARM support UNDER DEVELOPMENT
41. Debug multiple mappings in pmap.c
41. Debug multiple mappings in pmap.c UNDER DEVELOPMENT
42. Optimise data xfers for the ea and eb drivers
43. Debug printer support
44. Implement new bus space macros
45. Develop ICS IDE driver
44. Implement new bus space macros UNDER DEVELOPMENT
45. Develop ICS IDE driver UNDER DEVELOPMENT
46. Develop Cumana SCSI I driver
47. Fix serial ibuf overflows UNDER DEVELOPMENT
48. Debug FAS216/53C94 SCSI drivers
49. Kernel multithreading
50. Kernel mutliprocessor support
51. Removed dependancy on IOMD.
52. Split code dependant on RiscPC's into separate files.
53. Rewrite IDE driver, split into ATA, ATAPI, wd devices etc.
54. Removed dependancy on VIDC20.
55. Debug serial consoles.