From owner-freebsd-hackers Mon Jul 14 16:46:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA22274 for hackers-outgoing; Mon, 14 Jul 1997 16:46:53 -0700 (PDT) Received: from agni.nuko.com ([206.79.130.80]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22267 for ; Mon, 14 Jul 1997 16:46:50 -0700 (PDT) Received: (from vinay@localhost) by agni.nuko.com (8.8.5/8.7.3) id QAA11206 for freebsd-hackers@freebsd.org; Mon, 14 Jul 1997 16:44:44 -0700 (PDT) From: Vinay Bannai Message-Id: <199707142344.QAA11206@agni.nuko.com> Subject: PCI ethernet driver clarification?? To: freebsd-hackers@freebsd.org Date: Mon, 14 Jul 1997 16:44:44 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi folks, I am in the middle of writing a PCI driver for i960 based card. I am using the fxp driver for clarifications (since it is more elegant than de driver). After searching through the files, I still have not figured out the exact function of each member of the fxp_csr and the fxp_cb_config structure in if_fxp.h. Is this information available anywhere? Thanks Vinay