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

  1. Once again... I had mail problems yesterday.
  2.  
  3. Hi.
  4.  
  5. I tried to boot NetBSD on my A2000 last week-end; there is several problems
  6. for me.
  7.  
  8. First, I have problems with memory tests : my A2630 has 2Meg autoconfig on
  9. the board, and I have a DKB2632 memory expansion on it (4Meg).
  10.  
  11. The DKB2632 isn't autoconfig but starts at 0x7c00000. The 713 kernel do
  12. recognize it but assumes running on an A3000.
  13.  
  14. To solve the problem, this is my proposition on 713 sources (Markus) :
  15.  
  16. Modify sys/arch/amiga/amiga/autoconf.c like that
  17.  
  18. 730a731
  19. >         case PROD_GVP_SERIES_I :
  20. 1071a1073,1077
  21. >     case MANUF_CBM_2:
  22. >       switch (cd->cd_Rom.er_Product) {
  23. >       case PROD_CBM_2_A2630:
  24. >     return (0);                     /* A2630 - Accelerator Card for A2000 */
  25. >       }
  26.  
  27. and sys/arch/amiga/dev/device.h
  28.  
  29. 108a109
  30. > #define PROD_CBM_2_A2630        81
  31. 124a126
  32. > #define PROD_GVP_SERIES_I    3
  33.  
  34.  
  35. Moreover, my GVP Series I SCSI controller is going to make me crazy.
  36. A friend of mine lent me a GVP Series II.
  37.  
  38. I found big problems using FaaastPrep to configure BSD partitions; it seems not
  39. to work as HDToolBox.
  40.  
  41. Finally, I succeed in making the kernel recognize BSD partitions, but the
  42. kernel didn't go further.
  43.  
  44.  
  45. This is an approximate copy of the screen when it crashed :
  46.  
  47. NetBSD 0.9 (713)
  48. (...)
  49. realmem   4194304
  50. availmem  1761280
  51.  
  52. RealtimeClock A2000
  53. rtclock0
  54. par0
  55. grf0
  56. grf0
  57. grf0
  58. grf1 (retina)
  59. grf1
  60. dma0 : GVPII DMA
  61. scsi0: SCSI id 7
  62. GVPIIscsi0
  63. sd0:QUANTUM ...
  64. sd0 at GVPIIscsi0, slave 0
  65. sd1:SYQUEST SQ555 ...
  66. sd1 at GVPIIscsi0, slave 1
  67. Changing root device to sd1a
  68.  
  69. bpf:sl0 attached
  70. bpf:ppp0 attached
  71. bpf:lo0 attached
  72.  
  73. panic : cannot mount root
  74.  
  75.  
  76.  
  77. And we stops there. When I hit a key, the kernel dumps to the Syquest...
  78.  
  79. Any idea, assuming it is possible my install isn't clean ?
  80.  
  81.  
  82. Thanks. Alain.
  83.  
  84.