From owner-freebsd-stable Fri Jul 14 11:55:47 2000 Delivered-To: freebsd-stable@freebsd.org Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id C3FE237B856 for ; Fri, 14 Jul 2000 11:55:44 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id LAA16886; Fri, 14 Jul 2000 11:55:23 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200007141855.LAA16886@gndrsh.dnsmgr.net> Subject: Re: Hardware Info In-Reply-To: <200007140340.NAA29955@lightning.itga.com.au> from Gregory Bond at "Jul 14, 2000 01:40:19 pm" To: gnb@itga.com.au (Gregory Bond) Date: Fri, 14 Jul 2000 11:55:23 -0700 (PDT) Cc: bgoering@ilsmart.com, stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > Is there a way to get a map of the ports, irq, dma in use on a FreeBSD > > system? > > For IRQs, use systat -vm or vmstat -i. Actually that works poorly in todays world of shared IRQ resources: rgrimes {104}% vmstat -i dc0 irq15 5189147 71 dc1 irq14 6570342 90 mux irq11 20937873 289 mux irq10 25513282 352 Now just what is on irq10 and 11??? A better way is: grep -i irq /var/run/dmesg.boot grep -i drq /var/run/dmesg.boot -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message