From owner-cvs-all Mon Aug 24 11:18:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09729 for cvs-all-outgoing; Mon, 24 Aug 1998 11:18:04 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09682; Mon, 24 Aug 1998 11:17:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA19574; Mon, 24 Aug 1998 11:17:50 -0700 (PDT) Date: Mon, 24 Aug 1998 11:17:50 -0700 (PDT) Message-Id: <199808241817.LAA19574@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h if_vx_pci.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/24 11:17:50 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_vx_pci.c Added files: (Branch: RELENG_2_2) sys/pci if_xl.c if_xlreg.h Log: Add XL driver and man page to the 2.2 branch. Update sys/conf/files to include xl driver. Update GENERIC and LINT. Update sys/pci/if_vx_pci.c to not probe Etherlink XL cards anymore. Update man4/man4.i386/Makefile to install new man page (correctly this time!). This version of the driver is current up to today. Both versions should remain in sync, unless I screw up. Revision Changes Path 1.2.2.2 +7 -0 src/sys/pci/if_vx_pci.c