From owner-cvs-src@FreeBSD.ORG Fri Aug 8 16:33:43 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54E7A37B40C; Fri, 8 Aug 2003 16:33:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA3B43FD7; Fri, 8 Aug 2003 16:33:42 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h78NXg0U047446; Fri, 8 Aug 2003 16:33:42 -0700 (PDT) (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h78NXgOf047445; Fri, 8 Aug 2003 16:33:42 -0700 (PDT) Message-Id: <200308082333.h78NXgOf047445@repoman.freebsd.org> From: Marcel Moolenaar Date: Fri, 8 Aug 2003 16:33:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/wi if_wi_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 08 Aug 2003 23:33:44 -0000 marcel 2003/08/08 16:33:42 PDT FreeBSD src repository Modified files: sys/dev/wi if_wi_pci.c Log: Add the PCI Id of the Intersil prism3 (mini-PCI) WLAN chip. The Vaio PCG-505BX (for example) has one of those: wi0: mem 0xf8000000-0xf8000fff at device 2.0 on pci2 wi0: 802.11 address: 00:02:8a:94:d8:73 wi0: using RF:PRISM3(Mini-PCI) wi0: Intersil Firmware: Primary (1.1.1), Station (1.5.6) wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps Revision Changes Path 1.19 +1 -0 src/sys/dev/wi/if_wi_pci.c