From owner-cvs-all Sun Aug 16 10:15:05 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29065 for cvs-all-outgoing; Sun, 16 Aug 1998 10:15:05 -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 KAA29060; Sun, 16 Aug 1998 10:15:02 -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 KAA26787; Sun, 16 Aug 1998 10:15:00 -0700 (PDT) Date: Sun, 16 Aug 1998 10:15:00 -0700 (PDT) Message-Id: <199808161715.KAA26787@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf files src/sys/pci if_xl.c if_xlreg.h if_vx_pci.c src/sys/i386/conf GENERIC LINT Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/08/16 10:14:59 PDT Modified files: sys/conf files sys/pci if_vx_pci.c sys/i386/conf GENERIC LINT Added files: sys/pci if_xl.c if_xlreg.h Log: Import the (Fast) Etherlink XL driver. I'm reasonally confident in its stability now. ALso modify /sys/conf/files, /sys/i386/conf/GENERIC and /sys/i386/conf/LINT to add entries for the XL driver. Deactivate support for the XL adapters in the vortex driver. LAstly, add a man page. (Also added an MLINKS entry for the ThunderLAN man page which I forgot previously.) Revision Changes Path 1.149 +1 -0 src/sys/conf/files 1.9 +7 -0 src/sys/pci/if_vx_pci.c 1.113 +2 -1 src/sys/i386/conf/GENERIC 1.452 +10 -2 src/sys/i386/conf/LINT