Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 1995 12:26:08 -0700 (PDT)
From:      Terry Lee <terryl@CS.Stanford.EDU>
To:        "Justin T. Gibbs" <gibbs@estienne.CS.Berkeley.EDU>
Cc:        freebsd-hackers@FreeBSD.org
Subject:   Re: AHA-2940 boot prob. 950322-SNAP 
Message-ID:  <Pine.SUN.3.91.950406121058.24771A-100000@Xenon.Stanford.EDU>
In-Reply-To: <199504060649.XAA21851@estienne.cs.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> The 950322-SNAP was released two days before I had my 48 hour spurt
> of work on the driver.  The one in -current is rock solid as far as
> the controllers go... I'm down to fixing device quirks now.  I would
> suggest picking up the -current driver, but as a stopgap, this might

Okay.  Is this what I need?

gnu/misc/aic7xxx/*
i386/scsi/aic7xxx.*
pci/aic7870.c

Is that all?  They I only need to recompile a new kernel?

Thanks again.

Terry


> be enough to fix your problem:
> 
>         /* Determine channel configuration and who we are on the scsi
> bus. */
>         switch ( (sblkctl = inb(SBLKCTL + iobase) & 0x0f) ) {
>             case 0:
>                 ahc->our_id = (inb(HA_SCSICONF + iobase) & HSCSIID);
>                 printf("Single Channel, SCSI Id=%d, ", ahc->our_id);
> +                outb(HA_FLAGS + iobase, SINGLE_BUS);
>                 break;
> 
> And add this somewhere:
> 
> #define SINGLE_BUS 0

I N T E R N E T        Terry Lee, Technical Director
D E S I G N            745 Stanford Avenue, Palo Alto, California 94306
G R O U P              415 424 0747 voice    415 424-0751 fax
http://www.mall.net    terryl@cs.stanford.edu    http://www.mall.net/terry




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.950406121058.24771A-100000>