From owner-cvs-all Wed May 26 9:59:21 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ADF4715694; Wed, 26 May 1999 09:59:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA12571; Wed, 26 May 1999 09:59:19 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) Message-Id: <199905261659.JAA12571@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 26 May 1999 09:59:19 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 1999/05/26 09:59:19 PDT Modified files: sys/pci ahc_pci.c Log: Ignore subvendor and subdevice ids for all ai7880 parts. These chips only support 'mirroring' the vendor and device ids, so we don't lose any information. Certain revisions of the aic7880 will not perform the mirroring so to match all possiblities would double the number of table entries. This change also allows us to match things like the 2944B which I missed in the original table. Revision Changes Path 1.15 +21 -27 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message