From owner-freebsd-hackers Thu Jan 4 22:18:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA10264 for hackers-outgoing; Thu, 4 Jan 1996 22:18:20 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA10257 Thu, 4 Jan 1996 22:18:15 -0800 (PST) Message-Id: <199601050618.WAA10257@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: "Amancio Hasty Jr." cc: Ben Jackson , hackers@FreeBSD.ORG Subject: Re: buggy 2940 driver? In-reply-to: Your message of "Thu, 04 Jan 1996 18:48:05 PST." <199601050248.SAA00402@rah.star-gate.com> Date: Thu, 04 Jan 1996 22:18:14 -0800 From: "Justin T. Gibbs" Sender: owner-hackers@FreeBSD.ORG Precedence: bulk > >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 ===========================================