From owner-cvs-src-old@FreeBSD.ORG Sun Mar 15 02:31:52 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDD041065672 for ; Sun, 15 Mar 2009 02:31: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 BBA808FC17 for ; Sun, 15 Mar 2009 02:31:52 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2F2VqiO020150 for ; Sun, 15 Mar 2009 02:31:52 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2F2Vql3020149 for cvs-src-old@freebsd.org; Sun, 15 Mar 2009 02:31:52 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200903150231.n2F2Vql3020149@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 15 Mar 2009 02:31:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fe if_fe_pccard.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Mar 2009 02:31:53 -0000 imp 2009-03-15 02:31:34 UTC FreeBSD src repository Modified files: sys/dev/fe if_fe_pccard.c Log: SVN rev 189843 on 2009-03-15 02:31:34Z by imp Generalize the workaround for the Hitachi HT-4840-11. The Contec C-NET(PC) has a cfe at location 1 that has both an odd irq mask (it matches pc98 machines, so maybe it was a flag for pc98 operation) as well as a memory map. Since this driver doesn't know how to cope, we start with cfe2, which is purely an I/O space mapped and that seems to make it work. I say 'seems' here, because the card I have doesn't seem to have the right dongle for full testing... Revision Changes Path 1.37 +7 -6 src/sys/dev/fe/if_fe_pccard.c