From owner-cvs-all Tue Feb 23 7:38:28 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 70D8711C7B; Tue, 23 Feb 1999 07:38:26 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id HAA17947; Tue, 23 Feb 1999 07:38:26 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199902231538.HAA17947@freefall.freebsd.org> From: Bill Paul Date: Tue, 23 Feb 1999 07:38:26 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h if_rl.c if_rlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/02/23 07:38:26 PST Modified files: sys/pci if_vr.c if_vrreg.h if_rl.c if_rlreg.h Log: Add support for still more cheapo 10/100 cards: Delta Electronics and Addtron appear to have their own VIA Rhine II and RealTek 8139 boards with custom PCI vendor and device IDs. This commit updates the PCI vendor and device lists in the vr and rl drivers so that we can probe the additional devices. Found by: nosing around the PCI vendor and device code list at: http://www.halcyon.com/scripts/jboemler/pci/pcicode Revision Changes Path 1.9 +6 -2 src/sys/pci/if_vr.c 1.3 +24 -4 src/sys/pci/if_vrreg.h 1.12 +8 -3 src/sys/pci/if_rl.c 1.5 +26 -6 src/sys/pci/if_rlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message