From owner-cvs-all Tue Jul 20 14:23:42 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 55CC5153AB; Tue, 20 Jul 1999 14:23:39 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA77260; Tue, 20 Jul 1999 14:23:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199907202123.OAA77260@freefall.freebsd.org> From: Bill Paul Date: Tue, 20 Jul 1999 14:23:18 -0700 (PDT) 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 Precedence: bulk wpaul 1999/07/20 14:23:18 PDT Modified files: sys/pci if_xl.c if_xlreg.h Log: Convert the xl driver to newbus. It is now possible to make this driver into a loadable module, and all of the platform dependencies are gone (except for the alpha_XXX_dmamap() thing, which is another issue -- I still don't know how to use the busdma stuff with a network driver). Also increase the delay in xl_reset(); testing on a 486/66 with a 3c905C shows that reading the EEPROM fails immediately after a reset. Waiting a little longer after the reset completes seems to fix it. Revision Changes Path 1.45 +123 -87 src/sys/pci/if_xl.c 1.18 +4 -1 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message