From owner-cvs-all Mon Jan 8 14: 5:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEC9B37B767; Mon, 8 Jan 2001 13:04:34 -0800 (PST) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f08L4Yg61798; Mon, 8 Jan 2001 13:04:34 -0800 (PST) (envelope-from gallatin) Message-Id: <200101082104.f08L4Yg61798@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 8 Jan 2001 13:04:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pdq pdqvar.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/01/08 13:04:34 PST Modified files: sys/dev/pdq pdqvar.h Log: make PCI DEFPA fiddi adapters work on alpha: - add a dma hack similar to the NetBSD one - change PDQ_OS_MEM{RD,WR} to use readl/writel rather than deref'ing a 32 bit va. Note that I did just enough to get this working on alpha. I probably should have updated it to use busspace, but I was too lazy to navigate the twisty minefield of ifdefs that make up this driver. Tested by: wilko (on both x86 and alpha) Revision Changes Path 1.4 +6 -3 src/sys/dev/pdq/pdqvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message