Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Nov 1998 16:32:48 -0700
From:      Warner Losh <imp@village.org>
To:        Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Cc:        scsi@FreeBSD.ORG
Subject:   Re: CAM: aha at 0x334 -> not found 
Message-ID:  <199811012332.QAA07044@harmony.village.org>
In-Reply-To: Your message of "Sat, 31 Oct 1998 12:53:45 -0200." <199810311453.MAA09850@roma.coe.ufrj.br> 
References:  <199810311453.MAA09850@roma.coe.ufrj.br>  

next in thread | previous in thread | raw e-mail | index | archive | help
In message <199810311453.MAA09850@roma.coe.ufrj.br> Joao Carlos Mendes Luis writes:
:   I could solve this by rearranging the order of valid isa addresses
: at the aha driver.  The code seems to need them in reverse numeric
: order.  
: 
: struct aha_isa_port aha_isa_ports[] =
: {
:         { 0x334, 0 },
:         { 0x330, 0 },
:         { 0x234, 0 },
:         { 0x230, 0 },
:         { 0x134, 0 },
:         { 0x130, 0 }
: };

Hmmm.  Looks like a problem to me.  I'll commit the change.  Looks
like bt.c (at least in my copy) suffers from the same problem.  Not
surprising because I stole most of the code for aha from bt.

Warner

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



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