From owner-cvs-all@FreeBSD.ORG Tue Feb 1 18:28:09 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 E5F6616A4CE; Tue, 1 Feb 2005 18:28:09 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE25543D31; Tue, 1 Feb 2005 18:28:09 +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 j11IS95H069412; Tue, 1 Feb 2005 18:28:09 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j11IS9UB069411; Tue, 1 Feb 2005 18:28:09 GMT (envelope-from imp) Message-Id: <200502011828.j11IS9UB069411@repoman.freebsd.org> From: Warner Losh Date: Tue, 1 Feb 2005 18:28:09 +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 src/sys/dev/wi if_wi_pccard.c src/sys/dev/owi if_owi_pccard.c 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: Tue, 01 Feb 2005 18:28:10 -0000 imp 2005-02-01 18:28:09 UTC FreeBSD src repository Modified files: sys/dev/pccard pccarddevs sys/dev/wi if_wi_pccard.c sys/dev/owi if_owi_pccard.c Log: The two PLANEX cards listed in pccarddevs, identified only by their CIS, weren't actually used anywhere (other than the generic PC Card code when certain variables are defined). They aren't used in NetBSD either. Make things simpler by removing them. Change PLANEX_2 to PLANEX and tweak wi and owi to use that instead. The PLANEX id seems to actually be pci ID assigned to planex, not its pcmcia id. Ooops. I don't know if this is a reporting error from where this entry came from, or if it is a mistake on PLANEX's part. I suspect the latter, as ACTIONTEC and NEWMEDIA made the same mistake (although new media may be because it uses an advansys chip inside). Make a note of this in the file. The 0xc entires may be JEITA assigned, so note that as well. # This leaves just 3 entries that are totally unknown: airvast, archos # and edimax although the arivast number is the same assigned to # avertec in usb... Revision Changes Path 1.4 +1 -1 src/sys/dev/owi/if_owi_pccard.c 1.101 +11 -12 src/sys/dev/pccard/pccarddevs 1.52 +1 -1 src/sys/dev/wi/if_wi_pccard.c