Bug 21249

Summary: BTX halted with dedicated disks/Adaptec 2940U2W
Product: Base System Reporter: andrewo <andrewo>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description andrewo 2000-09-13 13:00:01 UTC
System was installed with single Ultra2 Disc at unit 0 using installer and "dangerously dedicated mode"
Later 4 discs were added using the following procedure:
 dd if=/dev/zero of=/dev/rda1 count=2
 disklabel /dev/rda1 | disklabel -BrR da1 /dev/stdin
 newfs /dev/rda1c
With these new dangerously dedicated discs the system refuses to boot with the 4 new drives attached to the system.  The following is displayed immediatley after the PC Bios.
(leading zeros removed)
int=0	  err=0    efl=30246   eip=1b54
eax=0     ebx=38e  ecx=0       edx=0
esi=9ebe  edi=1a3e ebp=396     esp=38a
cs=c800   ds=40   es=93b3   fs=0   gs=0   ss=9ebe
cs:eip=f7 f1 33 d2 8a 4e f6 f7-f1 3d ff 03 76 03 b8 ff
ss:esp=00 00 3f 00 00 00 00 00-00 00 02 00 df 09 00 c8
BTX Halted

Fix: 

None
How-To-Repeat: Reboot, remove dedicated drives from chain or remove partition information.
Comment 1 andrewo 2000-09-13 13:16:00 UTC
Ignore this PR.  Fixed by flashing SCSI Bios to latest version. 2.57.2

--
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* =-=Andrew C. Ohnstad                                            *
* Project Engineer, Design Documentation and Implementation Eng.  *
* Global Crossing Telecommunications / Herndon VA (IAD)           *
* 703-796-3146                                                    *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Comment 2 Sheldon Hearn freebsd_committer freebsd_triage 2000-09-13 14:01:08 UTC
State Changed
From-To: open->closed

Well, I'll close it, but it may be of use to someone else with 
the same problem one day. :-)
Comment 3 Andre Albsmeier 2000-09-13 15:41:12 UTC
On Wed, 13-Sep-2000 at 06:01:32 -0700, sheldonh@FreeBSD.ORG wrote:
> Synopsis: BTX halted with dedicated disks/Adaptec 2940U2W
> 

This is the same problem as in kern/16803. I mention this here
because kern/16803 also contains a solution if you can't
upgrade the bios which maybe the case when using on-board
controllers.

	-Andre