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

  1.  
  2.  
  3. I've been looking at the code to see what needs to be done to get NetBSD up
  4. with a 2000 and a 2091 controller. The first thing that comes up is the
  5. locations of the chips and controller. Can someone with a hardware reference
  6. tell me the locations of:
  7.  
  8.     CIAAbase = 0xbfe001
  9.     CIABbase = 0xbfd000
  10.     CUSTOMbase = 0xdff000
  11.     chipmem_start = 0x400
  12.  
  13. the values i listed are those that Markus already is using for the 3000.
  14. Did i miss anything?
  15.  
  16.  
  17. As for getting the address of the controller. There's alot of code in
  18. autoconf.c that is never being called. Actually the whole cpu_start() routine
  19. in machdep.c doesn't seem to get called. Markus, it looks like you were 
  20. planning on doing dynamic configuration of the kernel. Has this idea been
  21. scrapped?
  22.  
  23. The ConfigDev structure is being passed to start_c(), so i can get the
  24. 2091 address from there. But is the dma and everything else the same between
  25. the built in 3000 scsi and the 2091?
  26.  
  27. Is there anything else i should be looking to change? I might try to get the
  28. dynamic configuration stuff working so we could boot all amiga's.
  29.  
  30.  
  31. thanks,
  32.  
  33.  
  34.     ...alan
  35.  
  36.  
  37. -------------------------------------------------------------------------------
  38. Alan Commike                                     Landmark Graphics, Houston Tx.
  39. commike@lgc.com                                  (713) 560 - 1249
  40.  
  41. The ultimate error correcting compiler would generate a Database
  42. Management System out of ... nothing!
  43.     - Josef Moellers
  44. -------------------------------------------------------------------------------
  45.  
  46.  
  47.  
  48.  
  49.