From owner-freebsd-scsi Sun Nov 1 15:32:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA25319 for freebsd-scsi-outgoing; Sun, 1 Nov 1998 15:32:45 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA25314 for ; Sun, 1 Nov 1998 15:32:43 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0za6z1-0001pm-00; Sun, 1 Nov 1998 16:32:31 -0700 Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.1/8.8.3) with ESMTP id QAA07044; Sun, 1 Nov 1998 16:32:49 -0700 (MST) Message-Id: <199811012332.QAA07044@harmony.village.org> To: Joao Carlos Mendes Luis Subject: Re: CAM: aha at 0x334 -> not found Cc: scsi@FreeBSD.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> Date: Sun, 01 Nov 1998 16:32:48 -0700 From: Warner Losh Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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