From owner-freebsd-questions Fri Jan 5 13:53:01 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA05217 for questions-outgoing; Fri, 5 Jan 1996 13:53:01 -0800 (PST) Received: from fslg8.fsl.noaa.gov (fslg8.fsl.noaa.gov [137.75.131.171]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA05192 for ; Fri, 5 Jan 1996 13:52:44 -0800 (PST) Received: by fslg8.fsl.noaa.gov (5.57/Ultrix3.0-C) id AA11005; Fri, 5 Jan 96 15:52:31 -0600 Received: by emu.fsl.noaa.gov (1.38.193.4/SMI-4.1 (1.38.193.4)) id AA07718; Fri, 5 Jan 1996 14:52:31 -0700 Date: Fri, 5 Jan 1996 14:52:31 -0700 From: kelly@fsl.noaa.gov (Sean Kelly) Message-Id: <9601052152.AA07718@emu.fsl.noaa.gov> To: craigs@venus.os.com Cc: wollman@lcs.mit.edu, questions@freebsd.org In-Reply-To: (message from Craig Shrimpton on Fri, 5 Jan 1996 16:14:48 -0500 (EST)) Subject: Re: Finding interrupts Sender: owner-questions@freebsd.org Precedence: bulk >>>>> "Craig" == Craig Shrimpton writes: Craig> On Fri, 5 Jan 1996, Garrett A. Wollman wrote: Craig> cat /proc/interrupts on a Linux box I'll get the following: Craig> [ ... ] Craig> This tells me what devices are on which interrupts and how Craig> many interrupts have occured since the last re-boot. cat Craig> /proc/ioports returns a similar output but IO location info Craig> instead of interrupts. Craig> My question is: does a similar facility exist in FreeBSD? Well, dmesg is a good start. It prints the system message buffer, part of which includes the boot-up messages, part of which are the device probes. That'll give you IRQ, ioport, etc. As for number of interrupts, try vmstat -i. -- Sean Kelly NOAA Forecast Systems Laboratory, Boulder Colorado USA I put contact lenses in my dog's eyes. They had little pictures of cats on them. Then I took one out and he ran around in circles. -- Steven Wright