From owner-freebsd-hackers Tue Jan 23 13:41:36 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from vieo.com (vieo.com [216.30.79.131]) by hub.freebsd.org (Postfix) with ESMTP id 09B6637B69E for ; Tue, 23 Jan 2001 13:41:18 -0800 (PST) Received: (from johng@localhost) by vieo.com (8.11.2/8.11.2) id f0NLfCm43863 for freebsd-hackers@FreeBSD.ORG; Tue, 23 Jan 2001 15:41:12 -0600 (CST) (envelope-from johng) Date: Tue, 23 Jan 2001 15:41:12 -0600 (CST) From: John Gregor Message-Id: <200101232141.f0NLfCm43863@vieo.com> To: freebsd-hackers@FreeBSD.ORG Subject: searching physical memory... Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG All, I'm doing hardware bringup and am suspecting that our adapter is dma-ing to the wrong physical address. We know we're getting a PCI bus transaction when we expect it, but we don't know where it's going. Until the bus analyzer arrives, what's the easiest way to go through physical memory looking for a known pattern? Is it really as simple as opening /dev/mem and marching through it? Thanks, -JohnG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message