From owner-freebsd-questions Fri Jan 5 13:12:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA01631 for questions-outgoing; Fri, 5 Jan 1996 13:12:29 -0800 (PST) Received: from venus.os.com ([199.232.47.71]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA01625 for ; Fri, 5 Jan 1996 13:12:22 -0800 (PST) Received: (from craigs@localhost) by venus.os.com (8.6.12/8.6.12) id QAA01069; Fri, 5 Jan 1996 16:14:48 -0500 Date: Fri, 5 Jan 1996 16:14:48 -0500 (EST) From: Craig Shrimpton To: "Garrett A. Wollman" cc: questions@freebsd.org Subject: Re: Finding interrupts In-Reply-To: <9601052043.AA08677@halloran-eldar.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org Precedence: bulk On Fri, 5 Jan 1996, Garrett A. Wollman wrote: > < said: > > > Linux has a /proc feature that allows you to look at interrupts, ioports, > > devices, etc. Does FreeBSD have any such feature? > > Look at them in what way? > Maybe I didn't make my question clear. If I do cat /proc/interrupts on a Linux box I'll get the following: 0: 23226271 timer 1: 26330 keyboard 2: 0 + cascade 3: 3312542 + serial 4: 554 + serial 10: 312677 3c509 11: 53650 + BusLogic 44xC 13: 1 math error 14: 81460 + ide0 This tells me what devices are on which interrupts and how many interrupts have occured since the last re-boot. cat /proc/ioports returns a similar output but IO location info instead of interrupts. My question is: does a similar facility exist in FreeBSD? Thanks, Craig