From owner-cvs-all Wed Mar 31 18: 9:55 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 62E7D1506B; Wed, 31 Mar 1999 18:09:54 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA19925; Wed, 31 Mar 1999 18:09:38 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904010209.SAA19925@freefall.freebsd.org> From: Bill Paul Date: Wed, 31 Mar 1999 18:09:38 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_mx.c if_mxreg.h src/sys/alpha/conf GENERIC Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/03/31 18:09:37 PST Modified files: sys/pci if_mx.c if_mxreg.h sys/alpha/conf GENERIC Log: Make the Macronix driver work on FreeBSD/alpha and add to GENERIC. Like the PNIC, we have to copy packet headers in the receive handler because the chip will only DMA to longword aligned buffers. Also do some mindor cleanups. Revision Changes Path 1.12 +64 -21 src/sys/pci/if_mx.c 1.3 +8 -2 src/sys/pci/if_mxreg.h 1.18 +2 -1 src/sys/alpha/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message