Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2000 11:55:23 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net>
To:        gnb@itga.com.au (Gregory Bond)
Cc:        bgoering@ilsmart.com, stable@FreeBSD.ORG
Subject:   Re: Hardware Info
Message-ID:  <200007141855.LAA16886@gndrsh.dnsmgr.net>
In-Reply-To: <200007140340.NAA29955@lightning.itga.com.au> from Gregory Bond at "Jul 14, 2000 01:40:19 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007141855.LAA16886>