home *** CD-ROM | disk | FTP | other *** search
- Once again... I had mail problems yesterday.
-
- Hi.
-
- I tried to boot NetBSD on my A2000 last week-end; there is several problems
- for me.
-
- First, I have problems with memory tests : my A2630 has 2Meg autoconfig on
- the board, and I have a DKB2632 memory expansion on it (4Meg).
-
- The DKB2632 isn't autoconfig but starts at 0x7c00000. The 713 kernel do
- recognize it but assumes running on an A3000.
-
- To solve the problem, this is my proposition on 713 sources (Markus) :
-
- Modify sys/arch/amiga/amiga/autoconf.c like that
-
- 730a731
- > case PROD_GVP_SERIES_I :
- 1071a1073,1077
- > case MANUF_CBM_2:
- > switch (cd->cd_Rom.er_Product) {
- > case PROD_CBM_2_A2630:
- > return (0); /* A2630 - Accelerator Card for A2000 */
- > }
-
- and sys/arch/amiga/dev/device.h
-
- 108a109
- > #define PROD_CBM_2_A2630 81
- 124a126
- > #define PROD_GVP_SERIES_I 3
-
-
- Moreover, my GVP Series I SCSI controller is going to make me crazy.
- A friend of mine lent me a GVP Series II.
-
- I found big problems using FaaastPrep to configure BSD partitions; it seems not
- to work as HDToolBox.
-
- Finally, I succeed in making the kernel recognize BSD partitions, but the
- kernel didn't go further.
-
-
- This is an approximate copy of the screen when it crashed :
-
- NetBSD 0.9 (713)
- (...)
- realmem 4194304
- availmem 1761280
-
- RealtimeClock A2000
- rtclock0
- par0
- grf0
- grf0
- grf0
- grf1 (retina)
- grf1
- dma0 : GVPII DMA
- scsi0: SCSI id 7
- GVPIIscsi0
- sd0:QUANTUM ...
- sd0 at GVPIIscsi0, slave 0
- sd1:SYQUEST SQ555 ...
- sd1 at GVPIIscsi0, slave 1
- Changing root device to sd1a
-
- bpf:sl0 attached
- bpf:ppp0 attached
- bpf:lo0 attached
-
- panic : cannot mount root
-
-
-
- And we stops there. When I hit a key, the kernel dumps to the Syquest...
-
- Any idea, assuming it is possible my install isn't clean ?
-
-
- Thanks. Alain.
-
-