From owner-freebsd-current Thu Oct 10 14:18:47 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA16293 for current-outgoing; Thu, 10 Oct 1996 14:18:47 -0700 (PDT) Received: from Octopussy (Octopussy.MI.Uni-Koeln.DE [134.95.212.20]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA16275; Thu, 10 Oct 1996 14:18:40 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr2-48.slip.Uni-Koeln.DE) by Octopussy with SMTP id AA09409 (5.67b/IDA-1.5); Thu, 10 Oct 1996 22:42:15 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.7.6/8.6.9) id WAA25353; Thu, 10 Oct 1996 22:41:30 +0200 (MET DST) Date: Thu, 10 Oct 1996 22:41:30 +0200 (MET DST) Message-Id: <199610102041.WAA25353@x14.mi.uni-koeln.de> From: Stefan Esser To: Luigi Rizzo Cc: freebsd-current@freebsd.org, jkh@freebsd.org Subject: Re: More 961006-SNAP comments In-Reply-To: <199610090402.FAA02243@labinfo.iet.unipi.it> References: <199610090402.FAA02243@labinfo.iet.unipi.it> Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Luigi Rizzo writes: > A few more comments on the latest snap. > > 3. there is a "locate.pl" file in /sys/pci. leftover from something ? No. But just only useful in that directory. If you call it with some hex value, it will tell you how many DWORDs after some label this offset was in the NCR SCRIPTS program. /sys/pci > ./locate.pl 8c8 87c: msg_wdtr 8c8: msg_wdtr + 19 Just to save me some line counting ... :) (It has to be available on the system where the problem occured, since my sources might be different already. And since it needs to read "ncr.c" anyway, I decided to have it in the source directory. Its only a few lines of Perl code, anyway ...) Regards, STefan