From owner-cvs-all@FreeBSD.ORG Sat Jan 29 04:20:01 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC83216A4CE; Sat, 29 Jan 2005 04:20:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C103C43D49; Sat, 29 Jan 2005 04:20:01 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j0T4K1Cl078488; Sat, 29 Jan 2005 04:20:01 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j0T4K1dg078487; Sat, 29 Jan 2005 04:20:01 GMT (envelope-from imp) Message-Id: <200501290420.j0T4K1dg078487@repoman.freebsd.org> From: Warner Losh Date: Sat, 29 Jan 2005 04:20:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/pccard pccarddevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jan 2005 04:20:02 -0000 imp 2005-01-29 04:20:01 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs Log: The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previously thought. I'm unsure why I thought this was the case, but it definitely isn't for this card. If another card with the other ID makes an appearance, then we'll add a second entry for it. # With this change my Olicom OC2220 is now working again, since I make # this commit with that device. :-) Revision Changes Path 1.100 +1 -1 src/sys/dev/pccard/pccarddevs