Welcome, Guest. Please login or register.

Author Topic: Tandem BSC non autoboot controller  (Read 1984 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline acadielTopic starter

  • Lifetime Member
  • Newbie
  • *
  • Join Date: Jan 2012
  • Posts: 44
    • Show only replies by acadiel
    • http://www.hexbus.com
Tandem BSC non autoboot controller
« on: May 20, 2012, 04:15:40 AM »
So, I have this Tandem BSC non autoboot IDE controller in my A2000.  I just put a CompactFlash 4GB card in it, partitioned it into 525MB partitions (just in case I ever need to use them), and have it sitting there waiting to be used.

The Tandem device puts something in Expansion (files named IDE something or another) to get the Amiga to recognize it.

So... how do I create a "boot floppy" and pass control to my real DH0: on the CompactFlash card, since the Tandem doesn't autoboot?  I'd like to deprecate the SCSI drive if at all possible and go CF only.
 

Offline amiman99

Re: Tandem BSC non autoboot controller
« Reply #1 on: May 20, 2012, 05:08:42 AM »
It's been a while, but in A2000 with supra 2000 SCSI controller that did not autoboot for me, I used the boot disk "SupraBoot" from http://amiga.resource.cx/exp/search.pl?product=&company=supra&amiga=2000&intf=&cat=scsi&mid=&base=dec&pid=#s_wordsync
You can look at the startup-sequence to get some clues how they do it.
It's mostly assigns after the HD is recognized.
A500 KS 2.1, 1MB Chip, 68000
A600 KS 3.1, 2MB Chip, ACA630 32MB RAM
A1000 KS 1.3, 8MB RAM
A1200 KS 3.1, Blizzard IV 50MHz 64MB RAM
A2000 KS 2.1, 68030 25MHz, 6MB RAM
A3000 KS 3.1, 68030 25MHz, 16MB RAM
A4000 KS 3.0, 68040 25MHz, 16MB RAM
CDTV KS 3.1, 4MB RAM
CD32
(AROS BOX) Dead :(
 

Offline Motormouth

Re: Tandem BSC non autoboot controller
« Reply #2 on: May 21, 2012, 03:49:38 AM »
Quote from: acadiel;693686
So, I have this Tandem BSC non autoboot IDE controller in my A2000.  I just put a CompactFlash 4GB card in it, partitioned it into 525MB partitions (just in case I ever need to use them), and have it sitting there waiting to be used.

The Tandem device puts something in Expansion (files named IDE something or another) to get the Amiga to recognize it.

So... how do I create a "boot floppy" and pass control to my real DH0: on the CompactFlash card, since the Tandem doesn't autoboot?  I'd like to deprecate the SCSI drive if at all possible and go CF only.

It is actually quite simple:

Make a bootable floppy
make sure you have assign command in the df0:c directory
at the very beginning of the floppy's startup-sequence
put the following script

df0:c/assign sys:  [name of your system hard drive partition]:
assign s: sys:s
assign l: sys:l
assign fonts: sys:fonts
assign devs: sys:devs
assign libs: sys:libs
execute s:startup-sequence
endcli



This assumes that the IDE controller is recognized right away.
if not you may have to tweak it a bit in the floppy's startup-sequence,
« Last Edit: May 21, 2012, 03:54:39 AM by Motormouth »
 

Offline acadielTopic starter

  • Lifetime Member
  • Newbie
  • *
  • Join Date: Jan 2012
  • Posts: 44
    • Show only replies by acadiel
    • http://www.hexbus.com
Re: Tandem BSC non autoboot controller
« Reply #3 on: May 21, 2012, 11:59:37 PM »
Thanks, Motormouth!

Since it's one of those non autoconfig controllers, it expects the support files in Sys:Expansion -

So, if I put the AT and At.info files in the df0:Expansion, will it read it before passing control over the the newly assigned hard drive?
 

Offline Motormouth

Re: Tandem BSC non autoboot controller
« Reply #4 on: May 22, 2012, 01:01:42 AM »
Quote from: acadiel;693853
Thanks, Motormouth!

Since it's one of those non autoconfig controllers, it expects the support files in Sys:Expansion -

So, if I put the AT and At.info files in the df0:Expansion, will it read it before passing control over the the newly assigned hard drive?


I am not exactly sure when the expansion directory is hit during startup.  The only thing that I ever used the expansion directory was with a bridgeboard.  Anyone else know?
 

Online zipper

Re: Tandem BSC non autoboot controller
« Reply #5 on: May 22, 2012, 11:02:56 AM »
Quote from: Motormouth;693856
I am not exactly sure when the expansion directory is hit during startup.  The only thing that I ever used the expansion directory was with a bridgeboard.  Anyone else know?

After Binddrivers?