Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 13:48:40 -0400
From:      John Baldwin <jhb@FreeBSD.org>
To:        gibbs@FreeBSD.org
Cc:        scsi@FreeBSD.org
Subject:   Fwd: adv(4) bandaid [Was Re: again question about "IRQ 2 problem"]
Message-ID:  <200507051348.41178.jhb@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
--Boundary-00=_5fsyCxfFGAWAbN+
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

The patch in the attached message is still needed (lots of spurious adv(4) 
probes during boot of a GENERIC kernel nowadays).  Are there any known PNP 
IDs for adv(4) devices?

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org

--Boundary-00=_5fsyCxfFGAWAbN+
Content-Type: message/rfc822;
  name="forwarded message"
Content-Transfer-Encoding: 7bit
Content-Description: John Baldwin <jhb@freebsd.org>: adv(4) bandaid [Was Re:
	again question about "IRQ 2 problem"]
Content-Disposition: inline

Return-Path: <owner-freebsd-arch@freebsd.org>
Received: from server.baldwin.cx ([unix socket])
	by server.baldwin.cx (Cyrus v2.2.3) with LMTP;
	Mon, 09 Aug 2004 16:07:52 -0400
X-Sieve: CMU Sieve 2.2
Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119])
	by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i79K7oLA076809
	for <john@baldwin.cx>; Mon, 9 Aug 2004 16:07:50 -0400 (EDT)
	(envelope-from owner-freebsd-arch@freebsd.org)
Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18])
	by mx2.freebsd.org (Postfix) with ESMTP id DEABB57194
	for <john@baldwin.cx>; Mon,  9 Aug 2004 20:06:32 +0000 (GMT)
	(envelope-from owner-freebsd-arch@freebsd.org)
Received: by hub.freebsd.org (Postfix)
	id B25E616A4FC; Mon,  9 Aug 2004 20:06:28 +0000 (GMT)
Delivered-To: jhb@freebsd.org
Received: from hub.freebsd.org (localhost [127.0.0.1])
	by hub.freebsd.org (Postfix) with ESMTP
	id 9A94C16A4F8; Mon,  9 Aug 2004 20:06:28 +0000 (GMT)
Delivered-To: freebsd-arch@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5F0BD16A4F9
	for <freebsd-arch@FreeBSD.org>; Mon,  9 Aug 2004 20:06:08 +0000 (GMT)
Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 399EB43D53
	for <freebsd-arch@FreeBSD.org>; Mon,  9 Aug 2004 20:06:08 +0000 (GMT)
	(envelope-from jhb@FreeBSD.org)
Received: (qmail 12884 invoked from network); 9 Aug 2004 20:06:08 -0000
Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx)
	([216.27.160.63])          (envelope-sender <jhb@FreeBSD.org>)
	encrypted SMTP for <gibbs@FreeBSD.org>; 9 Aug 2004 20:06:07 -0000
Received: from 10.50.40.208 (gw1.twc.weather.com [216.133.140.1])
	(authenticated bits=0)
	by server.baldwin.cx (8.12.11/8.12.11) with ESMTP id i79K5krc076764;
	Mon, 9 Aug 2004 16:06:04 -0400 (EDT) (envelope-from jhb@FreeBSD.org)
From: John Baldwin <jhb@freebsd.org>
To: Rostislav Krasny <rosti_bsd@yahoo.com>
Date: Mon, 9 Aug 2004 16:04:33 -0400
User-Agent: KMail/1.6
References: <20040807153543.34382.qmail@web14828.mail.yahoo.com>
In-Reply-To: <20040807153543.34382.qmail@web14828.mail.yahoo.com>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <200408091604.33984.jhb@FreeBSD.org>
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx
Cc: gibbs@freebsd.org
Cc: freebsd-arch@freebsd.org
Subject: adv(4) bandaid [Was Re: again question about "IRQ 2 problem"]
X-BeenThere: freebsd-arch@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussion related to FreeBSD architecture <freebsd-arch.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arch>,
	<mailto:freebsd-arch-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-arch>;
List-Post: <mailto:freebsd-arch@freebsd.org>
List-Help: <mailto:freebsd-arch-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-arch>,
	<mailto:freebsd-arch-request@freebsd.org?subject=subscribe>
Sender: owner-freebsd-arch@freebsd.org
Errors-To: owner-freebsd-arch@freebsd.org
X-UID: 13009
X-Length: 4941

On Saturday 07 August 2004 11:35 am, Rostislav Krasny wrote:
> --- John Baldwin <jhb@FreeBSD.org> wrote:
> > This should be fixed in rev 1.35 of sys/kern/subr_rman.c  Please let
> > me know if it is not, thanks!
>
> Thank you very much! The "IRQ 2 problem" is fixed now and that device
> (ed1) is working.
>
> The only strange thing is what I see in 'dmesg -a' output after booting
> in verbose mode (the first "adv1:..." line):

Try this patch to the adv(4) driver to see if your messages go away:

Index: dev/advansys/adv_isa.c
===================================================================
RCS file: /usr/cvs/src/sys/dev/advansys/adv_isa.c,v
retrieving revision 1.26
diff -u -r1.26 adv_isa.c
--- dev/advansys/adv_isa.c	30 May 2004 20:08:24 -0000	1.26
+++ dev/advansys/adv_isa.c	9 Aug 2004 19:17:11 -0000
@@ -117,6 +117,12 @@
 	struct resource	*iores, *irqres;
 
 	/*
+	 * We don't know of any PnP ID's for these cards.
+	 */
+	if (isa_get_logicalid(dev) != 0)
+		return (ENXIO);
+
+	/*
 	 * Default to scanning all possible device locations.
 	 */
 	port_index = 0;

Whoever maintains adv(4) (gibbs@?) might want to look at adding proper PnP 
support if there are any known ISA PnP IDs for the PnP adv(4) cards.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
_______________________________________________
freebsd-arch@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"

--Boundary-00=_5fsyCxfFGAWAbN+--



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