From owner-cvs-all Wed Aug 22 17:57:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E15F737B40E; Wed, 22 Aug 2001 17:57:41 -0700 (PDT) (envelope-from nsayer@FreeBSD.org) Received: (from nsayer@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7N0vfO99486; Wed, 22 Aug 2001 17:57:41 -0700 (PDT) (envelope-from nsayer) Message-Id: <200108230057.f7N0vfO99486@freefall.freebsd.org> From: Nick Sayer Date: Wed, 22 Aug 2001 17:57:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nsayer 2001/08/22 17:57:41 PDT Modified files: sys/dev/wi if_wi.c if_wireg.h Log: Add support for the Netgear MA301 PCI adapter for the MA401. It appears that a number of PrismII card vendors seem to be doing the same thing (that is, using the same PCI bridge chip) to support PCI, but each with their own vendor/product ID. So rather than cut-n-paste another if statement into the probe routine, it's probably better to provide support for a table. Adding new devices will be a lot easier that way. Revision Changes Path 1.55 +16 -5 src/sys/dev/wi/if_wi.c 1.15 +1 -3 src/sys/dev/wi/if_wireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message