Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 1999 22:05:24 -0400 (EDT)
From:      "Matthew N. Dodd" <winter@jurai.net>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        Doug Rabson <dfr@nlsystems.com>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/buslogic bt.c btreg.h src/sys/i386/eisa 3c5x9.c adv_eisa.c ahb.c ahc_eisa.c bt_eisa.c dpt_eisa.c eisaconf.c eisaconf.h if_vx_eisa.c src/sys/i386/i386 autoconf.c src/sys/i386/isa bt_isa.c isa_compat.h src/sys/pci bt_pci.c ... 
Message-ID:  <Pine.BSF.4.02.9904192204320.2158-100000@sasami.jurai.net>
In-Reply-To: <Pine.BSF.4.02.9904191206530.2158-100000@sasami.jurai.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Found it.

Patch follows context.

On Mon, 19 Apr 1999, Matthew N. Dodd wrote:
> Well, the fixes work, to a degree.
> 
> bt_eisa_probe: Probe failed for card at slot 0x2
> ...
[snip]

> For some reason the Buslogic card and 1 out of 3 TMS380 cards didn't
> probe/attach properly.
> 
> On the old kernel I get:
> 
> bt0: <Storage Dimensions SDC3222F SCSI host adapter> at 0x330-0x333
> bt0: 0x2c00-0x2cff irq 15 on eisa0 slot 2
> bt0: BT-747S FW Rev. 3.24 Narrow SCSI Host Adapter, SCSI ID 7, 30 CCBs
[snip]

Index: bt_eisa.c
===================================================================
RCS file: /cvs/src/sys/i386/eisa/bt_eisa.c,v
retrieving revision 1.4
diff -u -r1.4 bt_eisa.c
--- bt_eisa.c	1999/04/18 15:50:33	1.4
+++ bt_eisa.c	1999/04/20 01:53:29
@@ -118,7 +118,7 @@
 	 * XXX assumes that the iospace ranges are sorted in increasing
 	 * order.
 	 */
-	rid = 1;
+	rid = 0;
 	port = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid,
 				  0, ~0, 1, RF_ACTIVE);
 	if (!port)

-- 
| Matthew N. Dodd  | 78 280Z | 75 164E | 84 245DL | FreeBSD/NetBSD/Sprite/VMS |
| winter@jurai.net |      This Space For Rent     | ix86,sparc,m68k,pmax,vax  |
| http://www.jurai.net/~winter | Are you k-rad elite enough for my webpage?   |



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




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