home *** CD-ROM | disk | FTP | other *** search
-
-
- I've been looking at the code to see what needs to be done to get NetBSD up
- with a 2000 and a 2091 controller. The first thing that comes up is the
- locations of the chips and controller. Can someone with a hardware reference
- tell me the locations of:
-
- CIAAbase = 0xbfe001
- CIABbase = 0xbfd000
- CUSTOMbase = 0xdff000
- chipmem_start = 0x400
-
- the values i listed are those that Markus already is using for the 3000.
- Did i miss anything?
-
-
- As for getting the address of the controller. There's alot of code in
- autoconf.c that is never being called. Actually the whole cpu_start() routine
- in machdep.c doesn't seem to get called. Markus, it looks like you were
- planning on doing dynamic configuration of the kernel. Has this idea been
- scrapped?
-
- The ConfigDev structure is being passed to start_c(), so i can get the
- 2091 address from there. But is the dma and everything else the same between
- the built in 3000 scsi and the 2091?
-
- Is there anything else i should be looking to change? I might try to get the
- dynamic configuration stuff working so we could boot all amiga's.
-
-
- thanks,
-
-
- ...alan
-
-
- -------------------------------------------------------------------------------
- Alan Commike Landmark Graphics, Houston Tx.
- commike@lgc.com (713) 560 - 1249
-
- The ultimate error correcting compiler would generate a Database
- Management System out of ... nothing!
- - Josef Moellers
- -------------------------------------------------------------------------------
-
-
-
-
-