home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-11 / text0265.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  2.2 KB  |  67 lines

  1.  
  2. From: osymh@gemini.oscs.montana.edu (Michael L. Hitch)
  3.  
  4. >If it's easy to select the ECS mode
  5. >from software, loadbsd could be modified to do this.  This would be
  6. >a workaround until the kernel can initialize things properly.
  7.  
  8. Wasn't there something about doing a LoadView(NULL); that would cause the AGA  
  9. chip set to switching into ECS mode?  My memory fails me.. core dumped.
  10.  
  11. >  If the fast memory on the A4000 starts at 0x07000000 or higher, the current
  12. >kernel will think it's running on an A3000 and attempt to configure the
  13. >hardware as such.
  14.  
  15. The Magnum starts at 0x08000000, so it _was_ meeting this requirement, against  
  16. our wishes ;-).
  17.  
  18. >The next kernel will have a patchable location
  19. >(_a3000_flag) that can be patched to 0 to disable the A3000 configuration
  20. >setup.  I suspect that the A4000 may need a special configuation setup.
  21.  
  22. I'm pretty sure it's gonna be ugly for now.
  23.  
  24. >  Since I've been doing the 040 support, it does mean something to me and
  25. >I will do what I can to help get it running on the A4000.  Since I don't
  26. >have any access to an A4000, it's not too easy to do.
  27.  
  28. It's the thought that counts ;-).
  29.  
  30. >  If you are talking about the dcp program by Chris Hooper, it should be
  31. >available at ftp.mtu.edu in the directory /pub/cdh.  It's much easier to
  32. >use dcp than filetodev [I never bothered trying to use filetodev.]
  33.  
  34. This is what I've used.. BTW: how come it's not on ftp.eunet.ch in the contrib  
  35. or bin directory?  It's so handy, that we should have it available with the  
  36. distribution material, rather than having the same "Where is dcp" question  
  37. asked (for those who don't read the FAQ).
  38.  
  39. >  I've got the 53C710 [got that number correct this time!] drive reorganized
  40. >to allow supporting different cards, so the A4091 support should be easy
  41. >to add once all the required hardware details are known.
  42.  
  43. Now (being the slave-driver I am (or is that /dev/master? ;-)), can you give us  
  44. an idea of when the next source merge will be?  I look forward to a day where:
  45.  
  46. config A2000 MC68040 NCR53c710 A2024
  47. config A3000
  48. config A4000 MC68040 FASTLANE  
  49.  
  50.  
  51. will do what we want it to do ;-).
  52.  
  53.  
  54. and most of all...
  55.  
  56.  
  57. my_cli> make
  58. ...
  59. ...
  60. ...
  61. "compile completed: no errors"
  62.  
  63. But I know, I would be asking too much ;-)))
  64.  
  65. Bill
  66.  
  67.