From owner-cvs-src@FreeBSD.ORG Sun Aug 24 00:22:52 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6807B1065680; Sun, 24 Aug 2008 00:22:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5DF0A8FC1C; Sun, 24 Aug 2008 00:22:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7O0MqLq085957; Sun, 24 Aug 2008 00:22:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7O0MqG0085956; Sun, 24 Aug 2008 00:22:52 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200808240022.m7O0MqG0085956@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 24 Aug 2008 00:22:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/ex if_ex.c if_ex_isa.c if_exvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Aug 2008 00:22:52 -0000 imp 2008-08-24 00:22:42 UTC FreeBSD src repository Modified files: sys/dev/ex if_ex.c if_ex_isa.c if_exvar.h Log: SVN rev 182088 on 2008-08-24 00:22:42Z by imp Some PC Card variants of the 82365 don't seem to like setting the IRQ number in the irq register. While there are other issues with these variants, avoiding writing to it helps interrupt generation on at least one card, and doesn't hurt on the others. Flag ISA attachment as needing INT_NO_REG written, and don't update the PC Card attachment (which will have the effect of not touching it for PC Cards). Document this in a comment, and tweak one or two formatting nits while I'm here. Revision Changes Path 1.64 +12 -6 src/sys/dev/ex/if_ex.c 1.14 +4 -4 src/sys/dev/ex/if_ex_isa.c 1.9 +2 -0 src/sys/dev/ex/if_exvar.h