From owner-freebsd-current Sat Jul 7 12:51: 5 2001 Delivered-To: freebsd-current@freebsd.org Received: from mass.dis.org (dhcp44-21.dis.org [216.240.44.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B2BE37B401 for ; Sat, 7 Jul 2001 12:50:59 -0700 (PDT) (envelope-from msmith@mass.dis.org) Received: from mass.dis.org (localhost [127.0.0.1]) by mass.dis.org (8.11.4/8.11.3) with ESMTP id f67K4S701211; Sat, 7 Jul 2001 13:04:28 -0700 (PDT) (envelope-from msmith@mass.dis.org) Message-Id: <200107072004.f67K4S701211@mass.dis.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Makoto MATSUSHITA Cc: sos@freebsd.dk, current@FreeBSD.ORG Subject: Re: Problems with ata probing twice. In-reply-to: Your message of "Sun, 08 Jul 2001 04:28:58 +0900." <20010708042858L.matusita@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 07 Jul 2001 13:04:28 -0700 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > sos> Well, sortof, the ata driver doesn't allow for sharing irq14&15 > sos> since lots of boards doesn't work that way. However if you need > sos> it you can try to add the shared flag in the driver and see if > sos> it works on yours. Hmm, maybe I should make this tunable... > > It this patch OK? I've tested a kernel with this patch and it works. > > This patch simply adds a new kernel MIB (hw.ata.shareable in this > patch, but I have no idea about its name), and if this MIB value is > non-zero, ata driver doesn't drop RF_SHAREABLE bit for BUS_ALLOC_RESOURCE(). No. This is utterly bogus. There is absolutely no reason for the ata driver not to simply set RF_SHAREABLE and be done with it. It's up to the driver's parent (isa, pci, etc) to decide whether the interrupt is in fact shareable or not. The ata driver itself can share interrupts just fine, and it should reflect this in its interrupt allocation. -- ... every activity meets with opposition, everyone who acts has his rivals and unfortunately opponents also. But not because people want to be opponents, rather because the tasks and relationships force people to take different points of view. [Dr. Fritz Todt] V I C T O R Y N O T V E N G E A N C E To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message