Date: Wed, 22 Aug 2001 17:57:41 -0700 (PDT) From: Nick Sayer <nsayer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/wi if_wi.c if_wireg.h Message-ID: <200108230057.f7N0vfO99486@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108230057.f7N0vfO99486>