From owner-cvs-all Thu Oct 8 20:59:40 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA10558 for cvs-all-outgoing; Thu, 8 Oct 1998 20:59:40 -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 UAA10508; Thu, 8 Oct 1998 20:59:26 -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 UAA17834; Thu, 8 Oct 1998 20:59:24 -0700 (PDT) Date: Thu, 8 Oct 1998 20:59:24 -0700 (PDT) Message-Id: <199810090359.UAA17834@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/10/08 20:59:24 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: Add support for yet another "cyclone" board, with PCI device id 0x905A. This is a 100BaseFX board with SC fiber media connectors. I don't actually have one of these but I've been told it works with the xl driver. Submitted by: Jason Wright from the openbsd group Revision Changes Path 1.13 +4 -2 src/sys/pci/if_xl.c 1.6 +2 -1 src/sys/pci/if_xlreg.h