Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jan 1996 22:18:14 -0800
From:      "Justin T. Gibbs" <gibbs@freefall.freebsd.org>
To:        "Amancio Hasty Jr." <hasty@rah.star-gate.com>
Cc:        Ben Jackson <bjj@sequent.com>, hackers@FreeBSD.ORG
Subject:   Re: buggy 2940 driver? 
Message-ID:  <199601050618.WAA10257@freefall.freebsd.org>
In-Reply-To: Your message of "Thu, 04 Jan 1996 18:48:05 PST." <199601050248.SAA00402@rah.star-gate.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
>
>I just tried the latest stable-kernel and my system no longer 
>can boot . The system stops with my toshiba scsi disk lit solidly
>with this message:
>
>ahc: seqint, int stat == 0x61, scsiigi=0x86
>
>I have no clue what the above means.
>
>
>	Tnks,
>	Amancio

It means that the assembler fell over, your sequencer program was
zero length, and we attempted to run the stock Adaptec code that's
left over from the BIOS.  Pick up sys/dev/aic7xxx/aic7xxx_asm.c
again.  I already committed the fix.  When I built the 2.1 kernel
I used to test my work on, I did it running a -current kernel and
for some reason, the missing NULL at the end of the execl that
runs cpp in the assembler didn't cause a problem.  Strange.

--
Justin T. Gibbs
===========================================
  FreeBSD: Turning PCs into workstations
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601050618.WAA10257>