From owner-cvs-all Mon Apr 19 19: 9:56 1999 Delivered-To: cvs-all@freebsd.org Received: from sasami.jurai.net (sasami.jurai.net [207.153.65.3]) by hub.freebsd.org (Postfix) with ESMTP id AC90514E6A; Mon, 19 Apr 1999 19:09:42 -0700 (PDT) (envelope-from winter@jurai.net) Received: from localhost (winter@localhost) by sasami.jurai.net (8.8.8/8.8.7) with SMTP id WAA14920; Mon, 19 Apr 1999 22:05:24 -0400 (EDT) Date: Mon, 19 Apr 1999 22:05:24 -0400 (EDT) From: "Matthew N. Dodd" To: Peter Wemm Cc: Doug Rabson , 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 ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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: 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