From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 24 01:42:44 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE243106568B for ; Sun, 24 Jan 2010 01:42:44 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id A19528FC1E for ; Sun, 24 Jan 2010 01:42:44 +0000 (UTC) Received: from Macintosh-4.local ([10.0.0.195]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id o0O1ghjI026166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 23 Jan 2010 17:42:43 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <4B5BA593.2080408@freebsd.org> Date: Sat, 23 Jan 2010 17:42:43 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: Jens Thiede References: <3FD5CEEC-C167-4379-91CB-81DB8C9CEC0F@gmail.com> <20100123182818.5faa7868.torfinn.ingolfsen@broadpark.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: freebsd-mobile@freebsd.org Subject: Re: Intel PRO/Wireless 2100 DIY Bug Fix X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 01:42:44 -0000 Jens Thiede wrote: > Thank you, I'll take that into account. > > Something must have changed from 7.0. Is there a documented API for > NICs? It would help to know what's new and what's not There is documentation for the net80211 subsystem in section 9 of the man pages. , since I'm new to > FreeBSD. Or is there just code and no documentation? > > Jens > > On 23 Jan 2010, at 7:28 PM, Torfinn Ingolfsen wrote: > >> Hello, >> >> On Sat, 23 Jan 2010 18:54:07 +0200 >> Jens Thiede wrote: >> >>> Hi all, >>> >>> I'm pretty new to FreeBSD. However, I think I might be able to create >>> a patch for the Intel PRO/Wireless 2100 bug (http://bit.ly/7SWIQr). >>> >>> Seems likely that there's simply a callback missing. I take it the API >> >> Please note: I have seen the message "need multicast update callback" >> on other nics (not ipw) under 8.0-stable, and those nics work, so I >> don't think that this message tells you why the ipw 2100 doesn't work. This diagnostic indicates the driver lacks support to push multicast filtering to the h/w. This can be fixed either by fixing the driver (if the h/w is capable) or by adding s/w multicast filtering support in the kernel to handle it instead. When the latter is done then the net80211 code can be changed to enable that functionality when the driver lacks support for pushing the multicast list into the h/w. This issue has been discussed numerous times but noone has stepped up to fix the ALLMULTI support. Sam From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 24 07:04:14 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 554CF106566B for ; Sun, 24 Jan 2010 07:04:14 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id EFDB38FC0A for ; Sun, 24 Jan 2010 07:04:13 +0000 (UTC) Received: (qmail 15650 invoked by uid 399); 24 Jan 2010 07:04:13 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 24 Jan 2010 07:04:13 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4B5BF0F3.3090402@FreeBSD.org> Date: Sat, 23 Jan 2010 23:04:19 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.7) Gecko/20100123 Thunderbird/3.0.1 MIME-Version: 1.0 To: knowtree@aloha.com References: <201001211829.o0LIT3xR020721@yoda.pixi.com> In-Reply-To: <201001211829.o0LIT3xR020721@yoda.pixi.com> X-Enigmail-Version: 1.0 OpenPGP: id=D5B2F0FB Content-Type: multipart/mixed; boundary="------------030605020405060802020005" Cc: freebsd-mobile@freebsd.org Subject: Re: wi (Lucent) panics on ifconfig wi0 up X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 07:04:14 -0000 This is a multi-part message in MIME format. --------------030605020405060802020005 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 01/21/10 08:29, knowtree@aloha.com wrote: > ifconfig wlan0 ssid MYNET > > sets the ssid but > > ifconfig wlan0 up > > does nothing ... no carrier. You want to up the wlan0 interface first thing, otherwise you will get weirdness. When testing manually I can usually do: ifconfig wlan0 up ssid blah with a good success rate, but if you're still having problems with that then you may have to do it as; ifconfig wlan0 up ifconfig wlan0 ssid blah Also, if you're testing with a lot of different configurations I find it useful to completely reset the thing each time, otherwise, once again, weirdness. I use the attached script (which I think I've cleaned up enough to make it usable for you). After you run this you should be able to do 'ifconfig wlan0 up' and start fresh. Also, please be aware that wi cards are very limited, and since they are not in wide use anymore the code hasn't had a lot of love and attention in recent years. Good luck, Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso --------------030605020405060802020005 Content-Type: text/plain; name="reset-wlan" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="reset-wlan" #!/bin/sh wif=wi0 [ -n "$1" ] && wif=$1 if [ -z "$wif" ]; then echo "Need a wireless interface name" exit 1 fi pkill dhclient ifconfig wlan0 down sleep 1 ifconfig wlan0 destroy ifconfig $wif down sleep 1 ifconfig $wif up ifconfig wlan0 create wlandev $wif ifconfig $wif ifconfig wlan0 exit 0 --------------030605020405060802020005-- From owner-freebsd-mobile@FreeBSD.ORG Sun Jan 24 11:19:18 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16F8A1065672 for ; Sun, 24 Jan 2010 11:19:18 +0000 (UTC) (envelope-from jensthiede@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 9A9CC8FC18 for ; Sun, 24 Jan 2010 11:19:17 +0000 (UTC) Received: by ewy3 with SMTP id 3so1357178ewy.13 for ; Sun, 24 Jan 2010 03:19:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=9SUovm0fKO4/kcr4AH6mp1XG5JB+Ni7cjBjLRU3X+aU=; b=Aq3e4nOYLzzaalVkb4sVkzRkYJ/TRqtUjmGZqHCRubuZYJ4udjJLvDNHsY36+yV5vi cjaFmXohNCQpe1oRPDMuKw1xd41ixuM2lKmTHoTQkroMpvbziU3GzRQB9+YWwPoRR6OE fmEXVW5e2jO7VeSym7594wNVVEKEOfWDVJeW4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=jj4JkVvol1YntfpH2tKwLTf5N/sFOjreV/0PGadj0fbwIECyhmzs9zBvBE0sHV6wpm XBwOJrw8Z7J0kYl7YZ5i3qkczUytZuND8RE6d6oaUvcDw9p1oc3wGbAcV144JZyuiiCi ljLlUiZek1bCdL3VDbCzJt3QxvIYQGri3xLBk= Received: by 10.213.109.141 with SMTP id j13mr2225415ebp.85.1264331956264; Sun, 24 Jan 2010 03:19:16 -0800 (PST) Received: from ?192.168.0.6? (wbs-41-208-196-17.wbs.co.za [41.208.196.17]) by mx.google.com with ESMTPS id 5sm4236051eyf.0.2010.01.24.03.19.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Jan 2010 03:19:15 -0800 (PST) Message-Id: <513691FA-C112-414D-A844-66F24DD43142@gmail.com> From: Jens Thiede To: freebsd-mobile@freebsd.org In-Reply-To: <4B5BA593.2080408@freebsd.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Sun, 24 Jan 2010 13:19:10 +0200 References: <3FD5CEEC-C167-4379-91CB-81DB8C9CEC0F@gmail.com> <20100123182818.5faa7868.torfinn.ingolfsen@broadpark.no> <4B5BA593.2080408@freebsd.org> X-Mailer: Apple Mail (2.936) Subject: Re: Intel PRO/Wireless 2100 DIY Bug Fix X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2010 11:19:18 -0000 On 24 Jan 2010, at 3:42 AM, Sam Leffler wrote: > Jens Thiede wrote: >> Thank you, I'll take that into account. >> >> Something must have changed from 7.0. Is there a documented API for >> NICs? It would help to know what's new and what's not > > There is documentation for the net80211 subsystem in section 9 of the > man pages. > > , since I'm new to >> FreeBSD. Or is there just code and no documentation? >> >> Jens >> >> On 23 Jan 2010, at 7:28 PM, Torfinn Ingolfsen wrote: >> >>> Hello, >>> >>> On Sat, 23 Jan 2010 18:54:07 +0200 >>> Jens Thiede wrote: >>> >>>> Hi all, >>>> >>>> I'm pretty new to FreeBSD. However, I think I might be able to >>>> create >>>> a patch for the Intel PRO/Wireless 2100 bug (http://bit.ly/7SWIQr). >>>> >>>> Seems likely that there's simply a callback missing. I take it >>>> the API >>> >>> Please note: I have seen the message "need multicast update >>> callback" >>> on other nics (not ipw) under 8.0-stable, and those nics work, so I >>> don't think that this message tells you why the ipw 2100 doesn't >>> work. > > This diagnostic indicates the driver lacks support to push multicast > filtering to the h/w. This can be fixed either by fixing the driver > (if > the h/w is capable) or by adding s/w multicast filtering support in > the > kernel to handle it instead. When the latter is done then the > net80211 > code can be changed to enable that functionality when the driver lacks > support for pushing the multicast list into the h/w. > > This issue has been discussed numerous times but noone has stepped > up to > fix the ALLMULTI support. > > Sam Well, I'll see what I can do about the 2100 problem, though, I don't know if I'll have any success. Thanks greatly for pointing me to the documentation. Jens. From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 29 10:06:38 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22E9B106568D for ; Fri, 29 Jan 2010 10:06:38 +0000 (UTC) (envelope-from knowtree@aloha.com) Received: from relay.pixi.com (relay.pixi.com [206.127.224.101]) by mx1.freebsd.org (Postfix) with ESMTP id E05DF8FC16 for ; Fri, 29 Jan 2010 10:06:37 +0000 (UTC) Received: from leka.aloha.com (leka.aloha.com [206.127.224.85]) by relay.pixi.com (8.13.8+Sun/8.13.6) with ESMTP id o0TA6XEj013570; Fri, 29 Jan 2010 00:06:33 -1000 (HST) Received: from [10.0.1.10] (atm-251-63.pixi.com [206.127.251.63]) by leka.aloha.com (8.13.8+Sun/8.12.11) with ESMTP id o0TA6VvM013564; Fri, 29 Jan 2010 00:06:31 -1000 (HST) From: Gary Dunn To: Rui Paulo In-Reply-To: References: <201001220110.o0M1Aqiv015915@yoda.pixi.com> <20100122172410.01c42580.torfinn.ingolfsen@broadpark.no> Content-Type: text/plain; charset="us-ascii" Date: Fri, 29 Jan 2010 00:06:30 -1000 Message-ID: <1264759590.1490.13.camel@slate01> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-mobile@freebsd.org Subject: Re: wi (Lucent) panics on ifconfig wi0 up X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 10:06:38 -0000 On Fri, 2010-01-22 at 19:43 +0000, Rui Paulo wrote: > On 22 Jan 2010, at 16:24, Torfinn Ingolfsen wrote: > > > On Thu, 21 Jan 2010 15:10:53 -1000 (HST) > > knowtree@aloha.com wrote: > > > >>> On 1/21/10, knowtree@aloha.com wrote: > >> OK, I filed PR kern/143074. I sure it it wasn't operator error!! In the > >> meantime I'll try ndis again on the built-in Intel 5100AGN, > > > > If you haven't tried it already, perhaps you should try the new iwb driver? > > See http://forums.freebsd.org/showthread.php?t=8041&highlight=5100 > > You mean "iwn" and that's available on stable/8. > A big "mahalo" to Rui, Torfinn, Paul, and everyone else who helped with this. What a great community. I was just about to fire up my ndis driver when I read this snippet about iwn, so I installed csup and upgraded to 8.0 stable. Works like a charm! Added this to /boot/loader: ifnfw_load="YES" if_iwn_load="YES" Here is what I added to my rc.conf (my home ssid is Oz): # msk0 is built-in Ethernet ifconfig_msk0="DHCP" # iwn0 is built-in wifi wlans_iwn0="wlan0" ifconfig_wlan0="DHCP ssid=Oz" -- Gary Dunn, Honolulu osp@aloha.com http://openslate.net/ http://e9erust.blogspot.com/ Sent from Slate001 From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 29 11:01:04 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5496C106566B; Fri, 29 Jan 2010 11:01:04 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 87BAE8FC1F; Fri, 29 Jan 2010 11:01:03 +0000 (UTC) Received: by fxm27 with SMTP id 27so147025fxm.3 for ; Fri, 29 Jan 2010 03:01:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=JwWrJBEQHSjE3g4PxphGt4WrEJ3674s8Bi6gVzAs1h4=; b=x9PnFDKxkpjxRW5aMBnS7XGg0u5mRhuygU1GKF6A9xB/jQ/X9CogdiiyvXDTcLVIh5 m6y1KTsNu57kzIRiWSclvmbk1p4ewAAjqwt9sIkSv+xWqESMRU/klu3cavbJ29uO6sX7 b6ZX7btut7UY4kTB4taJTMCRt6IvXubiLuRDo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:content-type:content-transfer-encoding:subject:date :message-id:to:mime-version:x-mailer; b=MXyIjYESlqF8UXpf8Lls58MjWArQcEuOCG4wbBJGC5k+y4om6pxTt4sTXFlWh4oYpd hmZxoqvP9K2T4XXvi3U7wmvZ0NEVSTmfYPJPAHFxNIYbjmfQkjCpz0qtGaEJLTjfenmC OGOFCx+QRNFkCxOTh98kKYY4/2Ql6AlbrRbNg= Received: by 10.223.14.216 with SMTP id h24mr450354faa.106.1264762862517; Fri, 29 Jan 2010 03:01:02 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 15sm411642fxm.6.2010.01.29.03.01.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Jan 2010 03:01:01 -0800 (PST) Sender: Rui Paulo From: Rui Paulo Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Fri, 29 Jan 2010 11:00:58 +0000 Message-Id: To: Sergey Vinogradov , Paul Webster , S Smirnov , Eugene Dzhurinsky , freebsd-current@freebsd.org, freebsd-mobile@freebsd.org, freebsd-net@freebsd.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Cc: Subject: HEADS UP: Atheros AR9285 support X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 11:01:04 -0000 Hi, I just committed initial support for the Atheros AR9285 wireless chipset = found on many netbooks. The driver still has issues but it's stable = enough for general use (don't expect good throughput, though). I'm looking for testers to make sure I didn't break anything else in the = Atheros driver. If you notice any problems with ath on a recent kernel, please inform = me. Thanks, -- Rui Paulo From owner-freebsd-mobile@FreeBSD.ORG Fri Jan 29 15:56:19 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A44311065676; Fri, 29 Jan 2010 15:56:19 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id B2D868FC16; Fri, 29 Jan 2010 15:56:18 +0000 (UTC) Received: by fxm27 with SMTP id 27so435576fxm.3 for ; Fri, 29 Jan 2010 07:56:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=M05tgLi8XhFz4cFCUtV8dLbiU8+NSDOBztgiZ/Ct+x4=; b=kyRTiWXZXzoUD2nC2uQjx032kaGCOpHtSE4w17ZfzYIU/5M8DdP1KO6qldRHCpCvAN cxPZW2tPFm5F/L4cUxIBkNFWGPBZSsSUzTBEJ/qsGefrNXw3gC0zPZOrz9M1a/0MP3H8 /k+JfL+JrUC38Ugw0znyxV+4Re4ZdtRAVzJbE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=m6qHJcLSL0A+lWQmID9rb2z5YFj19cL2xZBZkSmEu9j2m0IB6nSK9rqhtMh381FSYk iaaKjtjpFZWMo42wGlczxbch9Z0iD4pE9z8VTvvPm3tR4F4NjXG9am016KKDYh6mhJKq M/ODtJuH75nZQZ86dUoQSMDVuCtwrGhlrNXj8= Received: by 10.223.29.193 with SMTP id r1mr938011fac.29.1264780577600; Fri, 29 Jan 2010 07:56:17 -0800 (PST) Received: from ?10.0.10.4? (54.81.54.77.rev.vodafone.pt [77.54.81.54]) by mx.google.com with ESMTPS id 15sm548020fxm.2.2010.01.29.07.56.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 29 Jan 2010 07:56:16 -0800 (PST) Sender: Rui Paulo Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Rui Paulo In-Reply-To: Date: Fri, 29 Jan 2010 15:56:14 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <37797801-B178-485B-A5E1-CA42CA0619DB@freebsd.org> References: To: Rui Paulo X-Mailer: Apple Mail (2.1077) Cc: freebsd-net@freebsd.org, freebsd-current@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: HEADS UP: Atheros AR9285 support X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 15:56:19 -0000 On 29 Jan 2010, at 11:00, Rui Paulo wrote: > Hi, > I just committed initial support for the Atheros AR9285 wireless = chipset found on many netbooks. The driver still has issues but it's = stable enough for general use (don't expect good throughput, though). >=20 > I'm looking for testers to make sure I didn't break anything else in = the Atheros driver. > If you notice any problems with ath on a recent kernel, please inform = me. Patch against stable/8: http://people.freebsd.org/~rpaulo/ar9285_stable_8.diff -- Rui Paulo From owner-freebsd-mobile@FreeBSD.ORG Sat Jan 30 02:50:11 2010 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F404106566B; Sat, 30 Jan 2010 02:50:11 +0000 (UTC) (envelope-from msherman77@gmail.com) Received: from mail-px0-f183.google.com (mail-px0-f183.google.com [209.85.216.183]) by mx1.freebsd.org (Postfix) with ESMTP id E6BF68FC0A; Sat, 30 Jan 2010 02:50:10 +0000 (UTC) Received: by pxi13 with SMTP id 13so773407pxi.3 for ; Fri, 29 Jan 2010 18:50:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=TdesVCnQ0p7uARLEXSZ5L9k6bgQTsMe96uCpbfBtqM0=; b=mjKSKQ8JqkmDEzeSKHwg9SOzwI9GhXXiqXoeUWqb/Jk0HQqcjiHVumNWE139pGsqlX gJ0y686wnNSp6NFQVbTTxDsl5XvnitAcrUzYicZj+9n7ZzgpdpCAQL+2kQebCoOGeBj0 Me6KBjP8oo5V/K9zpadpwDB0wpMyni6AlOqWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aVTOISe0JPq4h1ot07uZE2C4iQdyLwtEB1UA6WUrOyBw8zv555IygsboQbM/q4TUUa XbaUouH0E2+m/5Ji9fTRf11Jp0mhdBskXoiioyuUfQ6GDtpmhMbQK0b22z8oe2/A5wIi XbCTJT8oAQP62H5cz5kyU5IaLN50QSSoZhP5w= MIME-Version: 1.0 Received: by 10.142.8.34 with SMTP id 34mr1099654wfh.190.1264818506735; Fri, 29 Jan 2010 18:28:26 -0800 (PST) Date: Fri, 29 Jan 2010 21:28:26 -0500 Message-ID: From: M S To: freebsd-acpi@freebsd.org, freebsd-mobile@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: ACPI issues with Toshiba X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2010 02:50:11 -0000 Good day all. I just installed PCBSD 8.0 Beta (which is FreeBSD 8.0 release-p1) on my Toshiba Satellite. Specs: CPU: 1.9 Ghz Athlon X 2. Video: ATI chipset (radeonhd driver) Audio: Intel (sound_hda) Wireless: (Atheros driver) ACPI doesn't fully work. No suspend / resume, but I can live without it. What does bother me is that the laptop runs very hot 60+ C. Other systems run at ~45 - 50C Enabling powerd makes system very slow (almost unusable) and produces the message: set freq failed, error 6 Any hints? Below are the /var/run/dmes.boot and sysctl -a Let me know if anything else is required. Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-RELEASE-p1 #3: Fri Dec 11 13:33:42 PST 2009 root@build8x32.pcbsd.org:/usr/obj/usr/pcbsd-build80/fbsd-source/8.0-src/sys/PCBSD Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) X2 Dual-Core QL-60 (1895.28-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x200f31 Stepping = 1 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x131f TSC: P-state invariant real memory = 2147483648 (2048 MB) avail memory = 1821257728 (1736 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 module_register_init: MOD_LOAD (splash_pcx, 0xc0fbe830, 0) error 2 cryptosoft0: on motherboard acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 acpi_ec0: port 0x62,0x66 on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 14318180 Hz quality 900 acpi_button0: on acpi0 acpi_lid0: on acpi0 battery0: on acpi0 acpi_acad0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 vgapci0: port 0x6000-0x60ff mem 0x80000000-0x8fffffff,0x96300000-0x9630ffff,0x96200000-0x962fffff irq 18 at device 5.0 on pci1 pcib2: at device 4.0 on pci0 pci2: on pcib2 pcib3: at device 5.0 on pci0 pci4: on pcib3 re0: port 0x3000-0x30ff mem 0x91010000-0x91010fff,0x91000000-0x9100ffff irq 17 at device 0.0 on pci4 re0: Using 1 MSI messages re0: Chip rev. 0x34800000 re0: MAC rev. 0x00000000 miibus0: on re0 rlphy0: PHY 1 on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto re0: Ethernet address: 00:1e:33:46:bb:a0 re0: [FILTER] pcib4: at device 6.0 on pci0 pci5: on pcib4 ath0: mem 0x93100000-0x9310ffff irq 18 at device 0.0 on pci5 ath0: [ITHREAD] ath0: AR2425 mac 14.2 RF5424 phy 7.0 pcib5: at device 7.0 on pci0 pci6: on pcib5 atapci0: port 0x7038-0x703f,0x704c-0x704f,0x7030-0x7037,0x7048-0x704b,0x7010-0x701f mem 0x96408000-0x964083ff irq 22 at device 17.0 on pci0 atapci0: [ITHREAD] atapci0: AHCI v1.10 controller with 6 3Gbps ports, PM supported ata2: on atapci0 ata2: port is not ready (timeout 0ms) tfd = 000001d0 ata2: software reset clear timeout ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] ata4: on atapci0 ata4: port is not ready (timeout 0ms) tfd = 00000180 ata4: software reset clear timeout ata4: [ITHREAD] ata5: on atapci0 ata5: [ITHREAD] ata6: on atapci0 ata6: [ITHREAD] ata7: on atapci0 ata7: [ITHREAD] ohci0: mem 0x96407000-0x96407fff irq 16 at device 18.0 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 ohci1: mem 0x96406000-0x96406fff irq 16 at device 18.1 on pci0 ohci1: [ITHREAD] usbus1: on ohci1 ehci0: mem 0x96408500-0x964085ff irq 17 at device 18.2 on pci0 ehci0: [ITHREAD] usbus2: waiting for BIOS to give up control usbus2: EHCI version 1.0 usbus2: on ehci0 ohci2: mem 0x96405000-0x96405fff irq 18 at device 19.0 on pci0 ohci2: [ITHREAD] usbus3: on ohci2 ohci3: mem 0x96404000-0x96404fff irq 18 at device 19.1 on pci0 ohci3: [ITHREAD] usbus4: on ohci3 ehci1: mem 0x96408400-0x964084ff irq 19 at device 19.2 on pci0 ehci1: [ITHREAD] usbus5: waiting for BIOS to give up control usbus5: EHCI version 1.0 usbus5: on ehci1 pci0: at device 20.0 (no driver attached) atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x7000-0x700f irq 16 at device 20.1 on pci0 ata0: on atapci1 ata0: [ITHREAD] ata1: on atapci1 ata1: [ITHREAD] pci0: at device 20.2 (no driver attached) isab0: at device 20.3 on pci0 isa0: on isab0 pcib6: at device 20.4 on pci0 pci128: on pcib6 acpi_tz0: on acpi0 atrtc0: port 0x70-0x71 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: flags 0x1000 irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: [ITHREAD] psm0: model Generic PS/2 mouse, device ID 0 cpu0: on acpi0 acpi_throttle0: on cpu0 hwpstate0: on cpu0 cpu1: on acpi0 pmtimer0 on isa0 orm0: at iomem 0xcf000-0xcffff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ppc0: parallel port not found. ZFS NOTICE: Prefetch is disabled by default on i386 -- to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf. ZFS WARNING: Recommended minimum kmem_size is 512MB; expect unstable behavior. Consider tuning vm.kmem_size and vm.kmem_size_max in /boot/loader.conf. ZFS filesystem version 13 ZFS storage pool version 13 Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 480Mbps High Speed USB v2.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ad4: 152627MB at ata2-master SATA150 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 uhub0: 3 ports with 3 removable, self powered uhub1: 3 ports with 3 removable, self powered uhub3: 3 ports with 3 removable, self powered uhub4: 3 ports with 3 removable, self powered acd0: DVDR at ata4-master SATA150 uhub2: 6 ports with 6 removable, self powered uhub5: 6 ports with 6 removable, self powered ugen5.2: at usbus5 acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01 (probe0:ata1:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:ata1:0:0:0): CAM Status: SCSI Status Error (probe0:ata1:0:0:0): SCSI Status: Check Condition (probe0:ata1:0:0:0): NOT READY asc:3a,1 (probe0:ata1:0:0:0): Medium not present - tray closed (probe0:ata1:0:0:0): Unretryable error acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x48 0x00 0x01 SMP: AP CPU #1 Launched! cd0 at ata1 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 3.300MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed ugen5.3: at usbus5 umass0: on usbus5 umass0: SCSI over Bulk-Only; quirks = 0x0000 Root mount waiting for: usbus5 umass0:2:0:-1: Attached to scbus2 Trying to mount root from ufs:/dev/label/rootfs0 (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition (probe0:umass-sim0:0:0:0): NOT READY asc:3a,0 (probe0:umass-sim0:0:0:0): Medium not present (probe0:umass-sim0:0:0:0): Unretryable error da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: Attempt to query device size failed: NOT READY, Medium not present wlan0: Ethernet address: 00:21:63:10:a4:d9 ipfw2 (+ipv6) initialized, divert loadable, nat loadable, rule-based forwarding disabled, default to deny, logging disabled kern.ostype: FreeBSD kern.osrelease: 8.0-RELEASE-p1 kern.osrevision: 199506 kern.version: FreeBSD 8.0-RELEASE-p1 #3: Fri Dec 11 13:33:42 PST 2009 root@build8x32.pcbsd.org:/usr/obj/usr/pcbsd-build80/fbsd-source/8.0-src/sys/PCBSD kern.maxvnodes: 100000 kern.maxproc: 6164 kern.maxfiles: 12328 kern.argmax: 262144 kern.securelevel: -1 kern.hostname: pcbsd-2645 kern.hostid: 1362816853 kern.clockrate: { hz = 1000, tick = 1000, profhz = 2000, stathz = 133 } kern.posix1version: 200112 kern.ngroups: 1023 kern.job_control: 1 kern.saved_ids: 0 kern.boottime: { sec = 1264799221, usec = 10135 } Fri Jan 29 16:07:01 2010 kern.domainname: kern.osreldate: 800107 kern.bootfile: /boot/kernel/kernel kern.maxfilesperproc: 11095 kern.maxprocperuid: 5547 kern.ipc.maxsockbuf: 262144 kern.ipc.sockbuf_waste_factor: 8 kern.ipc.somaxconn: 128 kern.ipc.max_linkhdr: 40 kern.ipc.max_protohdr: 60 kern.ipc.max_hdr: 100 kern.ipc.max_datalen: 100 kern.ipc.nmbjumbo16: 3200 kern.ipc.nmbjumbo9: 6400 kern.ipc.nmbjumbop: 12800 kern.ipc.nmbclusters: 25600 kern.ipc.piperesizeallowed: 1 kern.ipc.piperesizefail: 0 kern.ipc.pipeallocfail: 0 kern.ipc.pipefragretry: 0 kern.ipc.pipekva: 1662976 kern.ipc.maxpipekva: 16777216 kern.ipc.msgseg: 2048 kern.ipc.msgssz: 8 kern.ipc.msgtql: 40 kern.ipc.msgmnb: 2048 kern.ipc.msgmni: 40 kern.ipc.msgmax: 16384 kern.ipc.semaem: 16384 kern.ipc.semvmx: 32767 kern.ipc.semusz: 136 kern.ipc.semume: 10 kern.ipc.semopm: 100 kern.ipc.semmsl: 60 kern.ipc.semmnu: 30 kern.ipc.semmns: 60 kern.ipc.semmni: 10 kern.ipc.semmap: 30 kern.ipc.shm_allow_removed: 0 kern.ipc.shm_use_phys: 0 kern.ipc.shmall: 8192 kern.ipc.shmseg: 1024 kern.ipc.shmmni: 1024 kern.ipc.shmmin: 1 kern.ipc.shmmax: 33554432 kern.ipc.maxsockets: 25600 kern.ipc.numopensockets: 249 kern.ipc.nsfbufsused: 0 kern.ipc.nsfbufspeak: 5 kern.ipc.nsfbufs: 6656 kern.dummy: 0 kern.ps_strings: 3217031152 kern.usrstack: 3217031168 kern.logsigexit: 1 kern.iov_max: 1024 kern.hostuuid: 66996360-3ec9-11dd-a70e-001e3346bba0 kern.cam.cam_srch_hi: 0 kern.cam.scsi_delay: 5000 kern.cam.cd.retry_count: 4 kern.cam.cd.changer.max_busy_seconds: 15 kern.cam.cd.changer.min_busy_seconds: 5 kern.cam.cd.0.minimum_cmd_size: 10 kern.cam.ada.ada_send_ordered: 1 kern.cam.ada.default_timeout: 30 kern.cam.ada.retry_count: 4 kern.cam.da.da_send_ordered: 1 kern.cam.da.default_timeout: 60 kern.cam.da.retry_count: 4 kern.cam.da.0.minimum_cmd_size: 10 kern.dcons.poll_hz: 25 kern.disks: da0 cd0 ad4 kern.geom.collectstats: 1 kern.geom.debugflags: 0 kern.geom.label.debug: 0 kern.geom.eli.batch: 0 kern.geom.eli.threads: 0 kern.geom.eli.overwrites: 5 kern.geom.eli.visible_passphrase: 0 kern.geom.eli.tries: 3 kern.geom.eli.debug: 0 kern.geom.journal.stats.low_mem: 0 kern.geom.journal.stats.journal_full: 0 kern.geom.journal.stats.wait_for_copy: 0 kern.geom.journal.stats.switches: 0 kern.geom.journal.stats.combined_ios: 0 kern.geom.journal.stats.skipped_bytes: 0 kern.geom.journal.cache.alloc_failures: 0 kern.geom.journal.cache.misses: 0 kern.geom.journal.cache.switch: 90 kern.geom.journal.cache.divisor: 2 kern.geom.journal.cache.limit: 167772160 kern.geom.journal.cache.used: 0 kern.geom.journal.optimize: 1 kern.geom.journal.record_entries: 20 kern.geom.journal.parallel_copies: 16 kern.geom.journal.accept_immediately: 64 kern.geom.journal.parallel_flushes: 16 kern.geom.journal.force_switch: 70 kern.geom.journal.switch_time: 10 kern.geom.journal.debug: 0 kern.geom.mirror.sync_requests: 2 kern.geom.mirror.disconnect_on_failure: 1 kern.geom.mirror.idletime: 5 kern.geom.mirror.timeout: 4 kern.geom.mirror.debug: 0 kern.elf32.fallback_brand: -1 kern.init_shutdown_timeout: 120 kern.init_path: /sbin/init:/sbin/oinit:/sbin/init.bak:/rescue/init:/stand/sysinstall kern.acct_suspended: 0 kern.acct_configured: 0 kern.acct_chkfreq: 15 kern.acct_resume: 4 kern.acct_suspend: 2 kern.cp_times: 2668 0 2225 354 75250 5113 4 3510 350 70900 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 kern.cp_time: 7781 4 5735 704 146150 kern.constty_wakeups_per_second: 5 kern.consmsgbuf_size: 8192 kern.consmute: 0 kern.console: ttyv0,dcons,/dcons,ttyv0, kern.openfiles: 752 kern.kq_calloutmax: 4096 kern.ps_arg_cache_limit: 256 kern.stackprot: 7 kern.randompid: 0 kern.lastpid: 4230 kern.ktrace.request_pool: 100 kern.ktrace.genio_size: 4096 kern.module_path: /boot/kernel;/boot/modules kern.malloc_count: 319 kern.fallback_elf_brand: -1 kern.features.compat_freebsd7: 1 kern.features.compat_freebsd6: 1 kern.features.compat_freebsd5: 1 kern.features.compat_freebsd4: 1 kern.features.posix_sem: 1 kern.features.posix_shm: 1 kern.maxusers: 384 kern.ident: PCBSD kern.kstack_pages: 2 kern.shutdown.kproc_shutdown_wait: 60 kern.shutdown.poweroff_delay: 5000 kern.sync_on_panic: 0 kern.corefile: %N.core kern.nodump_coredump: 0 kern.coredump: 0 kern.sugid_coredump: 0 kern.sigqueue.alloc_fail: 0 kern.sigqueue.overflow: 0 kern.sigqueue.preallocate: 1024 kern.sigqueue.max_pending_per_proc: 128 kern.forcesigexit: 1 kern.fscale: 2048 kern.timecounter.tick: 1 kern.timecounter.choice: TSC(-100) HPET(900) ACPI-safe(850) i8254(0) dummy(-1000000) kern.timecounter.hardware: HPET kern.timecounter.stepwarnings: 0 kern.timecounter.tc.i8254.mask: 65535 kern.timecounter.tc.i8254.counter: 18400 kern.timecounter.tc.i8254.frequency: 1193182 kern.timecounter.tc.i8254.quality: 0 kern.timecounter.tc.ACPI-safe.mask: 4294967295 kern.timecounter.tc.ACPI-safe.counter: 2320621461 kern.timecounter.tc.ACPI-safe.frequency: 3579545 kern.timecounter.tc.ACPI-safe.quality: 850 kern.timecounter.tc.HPET.mask: 4294967295 kern.timecounter.tc.HPET.counter: 359902024 kern.timecounter.tc.HPET.frequency: 14318180 kern.timecounter.tc.HPET.quality: 900 kern.timecounter.tc.TSC.mask: 4294967295 kern.timecounter.tc.TSC.counter: 3974398994 kern.timecounter.tc.TSC.frequency: 1895282074 kern.timecounter.tc.TSC.quality: -100 kern.timecounter.smp_tsc: 0 kern.timecounter.invariant_tsc: 1 kern.threads.max_threads_hits: 0 kern.threads.max_threads_per_proc: 1500 kern.ccpu: 0 kern.sched.preemption: 1 kern.sched.topology_spec: 0, 1 0, 1 kern.sched.steal_thresh: 1 kern.sched.steal_idle: 1 kern.sched.steal_htt: 1 kern.sched.balance_interval: 133 kern.sched.balance: 1 kern.sched.affinity: 1 kern.sched.idlespinthresh: 4 kern.sched.idlespins: 10000 kern.sched.static_boost: 160 kern.sched.preempt_thresh: 64 kern.sched.interact: 30 kern.sched.slice: 13 kern.sched.name: ULE kern.devstat.version: 6 kern.devstat.generation: 372 kern.devstat.numdevs: 6 kern.kobj_methodcount: 196 kern.log_wakeups_per_second: 5 kern.vm_guest: none kern.sgrowsiz: 131072 kern.maxssiz: 67108864 kern.dflssiz: 8388608 kern.maxdsiz: 536870912 kern.dfldsiz: 134217728 kern.maxtsiz: 134217728 kern.maxbcache: 209715200 kern.maxswzone: 33554432 kern.nswbuf: 256 kern.nbuf: 7224 kern.ncallout: 18508 kern.hz: 1000 kern.msgbuf_clear: 0 kern.msgbuf: kern.always_console_output: 0 kern.log_console_output: 1 kern.smp.forward_signal_enabled: 1 kern.smp.topology: 0 kern.smp.cpus: 2 kern.smp.disabled: 0 kern.smp.active: 1 kern.smp.maxcpus: 32 kern.smp.maxid: 31 kern.tty_inq_flush_secure: 1 kern.tty_inq_nslow: 520 kern.tty_inq_nfast: 4342 kern.tty_outq_nslow: 10 kern.tty_outq_nfast: 624 kern.pts_maxdev: 999 kern.tty_pty_warningcnt: 1 kern.tty_nout: 33963 kern.tty_nin: 20147 kern.minvnodes: 25000 kern.metadelay: 28 kern.dirdelay: 29 kern.filedelay: 30 kern.chroot_allow_open_directories: 1 kern.cryptodevallowsoft: 0 kern.userasymcrypto: 1 kern.random.yarrow.gengateinterval: 10 kern.random.yarrow.bins: 10 kern.random.yarrow.fastthresh: 192 kern.random.yarrow.slowthresh: 256 kern.random.yarrow.slowoverthresh: 2 kern.random.sys.seeded: 1 kern.random.sys.harvest.ethernet: 1 kern.random.sys.harvest.point_to_point: 1 kern.random.sys.harvest.interrupt: 1 kern.random.sys.harvest.swi: 0 vm.vmtotal: System wide totals computed every five seconds: (values in kilobytes) =============================================== Processes: (RUNQ: 1 Disk Wait: 0 Page Wait: 0 Sleep: 145) Virtual Memory: (Total: 4549180K, Active 1520072K) Real Memory: (Total: 489112K Active 401936K) Shared Virtual Memory: (Total: 183648K Active: 124956K) Shared Real Memory: (Total: 97228K Active: 66256K) Free Memory Pages: 1184264K vm.loadavg: { 0.15 0.18 0.14 } vm.v_free_min: 2858 vm.v_free_target: 12062 vm.v_free_reserved: 630 vm.v_inactive_target: 18093 vm.v_cache_min: 12062 vm.v_cache_max: 24124 vm.v_pageout_free_min: 34 vm.pageout_algorithm: 0 vm.swap_enabled: 1 vm.kmem_size_scale: 3 vm.kmem_size_max: 335544320 vm.kmem_size_min: 0 vm.kmem_size: 335544320 vm.nswapdev: 1 vm.dmmax: 32 vm.swap_async_max: 4 vm.overcommit: 0 vm.swap_reserved: 2156564480 vm.swap_total: 3753897984 vm.zone_count: 120 vm.swap_idle_threshold2: 10 vm.swap_idle_threshold1: 2 vm.kstacks: 271 vm.kstack_cache_size: 128 vm.exec_map_entries: 16 vm.stats.misc.zero_page_count: 62 vm.stats.misc.cnt_prezero: 0 vm.stats.vm.v_kthreadpages: 0 vm.stats.vm.v_rforkpages: 567 vm.stats.vm.v_vforkpages: 5323 vm.stats.vm.v_forkpages: 787978 vm.stats.vm.v_kthreads: 26 vm.stats.vm.v_rforks: 5 vm.stats.vm.v_vforks: 31 vm.stats.vm.v_forks: 4168 vm.stats.vm.v_interrupt_free_min: 2 vm.stats.vm.v_pageout_free_min: 34 vm.stats.vm.v_cache_max: 24124 vm.stats.vm.v_cache_min: 12062 vm.stats.vm.v_cache_count: 614 vm.stats.vm.v_inactive_count: 49145 vm.stats.vm.v_inactive_target: 18093 vm.stats.vm.v_active_count: 62110 vm.stats.vm.v_wire_count: 38359 vm.stats.vm.v_free_count: 295452 vm.stats.vm.v_free_min: 2858 vm.stats.vm.v_free_target: 12062 vm.stats.vm.v_free_reserved: 630 vm.stats.vm.v_page_count: 445922 vm.stats.vm.v_page_size: 4096 vm.stats.vm.v_tfree: 383868 vm.stats.vm.v_pfree: 217450 vm.stats.vm.v_dfree: 0 vm.stats.vm.v_tcached: 2953 vm.stats.vm.v_pdpages: 0 vm.stats.vm.v_pdwakeups: 0 vm.stats.vm.v_reactivated: 2114 vm.stats.vm.v_intrans: 165 vm.stats.vm.v_vnodepgsout: 69 vm.stats.vm.v_vnodepgsin: 37283 vm.stats.vm.v_vnodeout: 43 vm.stats.vm.v_vnodein: 4038 vm.stats.vm.v_swappgsout: 0 vm.stats.vm.v_swappgsin: 0 vm.stats.vm.v_swapout: 0 vm.stats.vm.v_swapin: 0 vm.stats.vm.v_ozfod: 8180 vm.stats.vm.v_zfod: 215212 vm.stats.vm.v_cow_optim: 663 vm.stats.vm.v_cow_faults: 120899 vm.stats.vm.v_vm_faults: 458199 vm.stats.sys.v_soft: 200827 vm.stats.sys.v_intr: 67747 vm.stats.sys.v_syscall: 8314378 vm.stats.sys.v_trap: 576406 vm.stats.sys.v_swtch: 1219654 vm.stats.object.bypasses: 3692 vm.stats.object.collapses: 11258 vm.v_free_severe: 1744 vm.max_proc_mmap: 46603 vm.old_msync: 0 vm.msync_flush_flags: 3 vm.boot_pages: 48 vm.max_wired: 147345 vm.pageout_lock_miss: 0 vm.disable_swapspace_pageouts: 0 vm.defer_swapspace_pageouts: 0 vm.swap_idle_enabled: 0 vm.pageout_stats_interval: 5 vm.pageout_full_stats_interval: 20 vm.pageout_stats_max: 12062 vm.max_launder: 32 vm.phys_segs: SEGMENT 0: start: 0x1000 end: 0x9f000 free list: 0xc0e03a08 SEGMENT 1: start: 0x100000 end: 0x400000 free list: 0xc0e03a08 SEGMENT 2: start: 0x1426000 end: 0x6de19000 free list: 0xc0e03900 SEGMENT 3: start: 0x6fe3f000 end: 0x6fe70000 free list: 0xc0e03900 SEGMENT 4: start: 0x6febf000 end: 0x6fedf000 free list: 0xc0e03900 vm.phys_free: FREE LIST 0: ORDER (SIZE) | NUMBER | POOL 0 | POOL 1 -- -- -- -- -- -- 10 ( 4096K) | 149 | 0 9 ( 2048K) | 0 | 0 8 ( 1024K) | 0 | 0 7 ( 512K) | 0 | 0 6 ( 256K) | 5 | 0 5 ( 128K) | 13 | 0 4 ( 64K) | 48 | 0 3 ( 32K) | 117 | 13 2 ( 16K) | 295 | 28 1 ( 8K) | 258 | 61 0 ( 4K) | 1 | 112 FREE LIST 1: ORDER (SIZE) | NUMBER | POOL 0 | POOL 1 -- -- -- -- -- -- 10 ( 4096K) | 0 | 0 9 ( 2048K) | 1 | 0 8 ( 1024K) | 1 | 0 7 ( 512K) | 0 | 0 6 ( 256K) | 1 | 0 5 ( 128K) | 1 | 0 4 ( 64K) | 2 | 0 3 ( 32K) | 2 | 0 2 ( 16K) | 2 | 0 1 ( 8K) | 2 | 0 0 ( 4K) | 1 | 0 vm.reserv.reclaimed: 0 vm.reserv.partpopq: LEVEL SIZE NUMBER -1: 551908K, 172 vm.reserv.freed: 768 vm.reserv.broken: 4 vm.idlezero_enable: 0 vm.kvm_free: 385871872 vm.kvm_size: 1073737728 vm.pmap.pmap_collect_active: 0 vm.pmap.pmap_collect_inactive: 0 vm.pmap.pv_entry_spare: 16961 vm.pmap.pv_entry_allocs: 3097584 vm.pmap.pv_entry_frees: 2861873 vm.pmap.pc_chunk_tryfail: 0 vm.pmap.pc_chunk_frees: 13213 vm.pmap.pc_chunk_allocs: 13965 vm.pmap.pc_chunk_count: 752 vm.pmap.pv_entry_count: 235711 vm.pmap.pde.promotions: 0 vm.pmap.pde.p_failures: 0 vm.pmap.pde.mappings: 64 vm.pmap.pde.demotions: 0 vm.pmap.shpgperproc: 200 vm.pmap.pv_entry_max: 1678992 vm.pmap.pg_ps_enabled: 0 vfs.ufs.dirhash_reclaimage: 5 vfs.ufs.dirhash_lowmemcount: 0 vfs.ufs.dirhash_docheck: 0 vfs.ufs.dirhash_mem: 447319 vfs.ufs.dirhash_maxmem: 2097152 vfs.ufs.dirhash_minsize: 2560 vfs.nfs.downdelayinitial: 12 vfs.nfs.downdelayinterval: 30 vfs.nfs.skip_wcc_data_onerr: 1 vfs.nfs.nfs3_jukebox_delay: 10 vfs.nfs.reconnects: 0 vfs.nfs.bufpackets: 4 vfs.nfs.realign_count: 0 vfs.nfs.realign_test: 0 vfs.nfs.defect: 0 vfs.nfs.iodmax: 20 vfs.nfs.iodmin: 0 vfs.nfs.iodmaxidle: 120 vfs.nfs.diskless_rootpath: vfs.nfs.diskless_valid: 0 vfs.nfs.nfs_ip_paranoia: 1 vfs.nfs.nfs_directio_allow_mmap: 1 vfs.nfs.nfs_directio_enable: 0 vfs.nfs.clean_pages_on_close: 1 vfs.nfs.nfsv3_commit_on_close: 0 vfs.nfs.prime_access_cache: 0 vfs.nfs.access_cache_timeout: 60 vfs.devfs.rule_depth: 1 vfs.devfs.generation: 125 vfs.zfs.arc_meta_limit: 52428800 vfs.zfs.arc_meta_used: 0 vfs.zfs.mdcomp_disable: 0 vfs.zfs.arc_min: 26214400 vfs.zfs.arc_max: 209715200 vfs.zfs.zfetch.array_rd_sz: 1048576 vfs.zfs.zfetch.block_cap: 256 vfs.zfs.zfetch.min_sec_reap: 2 vfs.zfs.zfetch.max_streams: 8 vfs.zfs.prefetch_disable: 1 vfs.zfs.recover: 0 vfs.zfs.txg.synctime: 5 vfs.zfs.txg.timeout: 30 vfs.zfs.scrub_limit: 10 vfs.zfs.vdev.cache.bshift: 16 vfs.zfs.vdev.cache.size: 10485760 vfs.zfs.vdev.cache.max: 16384 vfs.zfs.vdev.aggregation_limit: 131072 vfs.zfs.vdev.ramp_rate: 2 vfs.zfs.vdev.time_shift: 6 vfs.zfs.vdev.min_pending: 4 vfs.zfs.vdev.max_pending: 35 vfs.zfs.cache_flush_disable: 0 vfs.zfs.zil_disable: 0 vfs.zfs.version.zpl: 3 vfs.zfs.version.vdev_boot: 1 vfs.zfs.version.spa: 13 vfs.zfs.version.dmu_backup_stream: 1 vfs.zfs.version.dmu_backup_header: 2 vfs.zfs.version.acl: 1 vfs.zfs.debug: 0 vfs.zfs.super_owner: 0 vfs.pfs.trace: 0 vfs.pfs.vncache.misses: 127 vfs.pfs.vncache.hits: 290 vfs.pfs.vncache.maxentries: 74 vfs.pfs.vncache.entries: 57 vfs.flushwithdeps: 0 vfs.notbufdflashes: 0 vfs.flushbufqtarget: 100 vfs.getnewbufrestarts: 0 vfs.getnewbufcalls: 12922 vfs.hifreebuffers: 812 vfs.lofreebuffers: 406 vfs.numfreebuffers: 7203 vfs.dirtybufthresh: 1643 vfs.hidirtybuffers: 1826 vfs.lodirtybuffers: 913 vfs.numdirtybuffers: 21 vfs.recursiveflushes: 2238 vfs.altbufferflushes: 0 vfs.bdwriteskip: 0 vfs.dirtybufferflushes: 0 vfs.hirunningspace: 1048576 vfs.lorunningspace: 524288 vfs.bufdefragcnt: 0 vfs.buffreekvacnt: 0 vfs.bufreusecnt: 7180 vfs.hibufspace: 117702656 vfs.lobufspace: 117637120 vfs.maxmallocbufspace: 5885132 vfs.bufmallocspace: 12288 vfs.maxbufspace: 118358016 vfs.bufspace: 117637120 vfs.runningbufspace: 0 vfs.vmiodirenable: 1 vfs.cache.numfullpathfound: 3350 vfs.cache.numfullpathfail4: 0 vfs.cache.numfullpathfail2: 6 vfs.cache.numfullpathfail1: 0 vfs.cache.numfullpathcalls: 3356 vfs.cache.nchstats: 19719839 72647 1124 0 29419 0 417 2464 vfs.cache.numupgrades: 313 vfs.cache.numneghits: 72647 vfs.cache.numnegzaps: 339 vfs.cache.numposhits: 19719950 vfs.cache.numposzaps: 785 vfs.cache.nummisszap: 211 vfs.cache.nummiss: 29208 vfs.cache.numchecks: 19946736 vfs.cache.dotdothits: 1312 vfs.cache.dothits: 1212 vfs.cache.numcalls: 19825760 vfs.cache.numcache: 7354 vfs.cache.numneg: 458 vfs.read_max: 8 vfs.write_behind: 1 vfs.lookup_shared: 1 vfs.usermount: 1 vfs.worklist_len: 7 vfs.timestamp_precision: 0 vfs.reassignbufcalls: 13739 vfs.freevnodes: 1521 vfs.wantfreevnodes: 25000 vfs.numvnodes: 7167 vfs.nfsrv.nfs_privport: 0 vfs.nfsrv.fha.bin_shift: 18 vfs.nfsrv.fha.max_nfsds_per_fh: 8 vfs.nfsrv.fha.max_reqs_per_nfsd: 4 vfs.nfsrv.fha.fhe_stats: No file handle entries. vfs.nfsrv.commit_miss: 0 vfs.nfsrv.commit_blks: 0 vfs.nfsrv.async: 0 vfs.nfsrv.realign_count: 0 vfs.nfsrv.realign_test: 0 vfs.nfsrv.gatherdelay_v3: 0 vfs.nfsrv.gatherdelay: 10000 vfs.nfsrv.minthreads: 1 vfs.nfsrv.maxthreads: 1 vfs.nfsrv.threads: 0 vfs.nfsrv.request_space_used: 0 vfs.nfsrv.request_space_used_highest: 0 vfs.nfsrv.request_space_high: 13107200 vfs.nfsrv.request_space_low: 8738133 vfs.nfsrv.request_space_throttled: 0 vfs.nfsrv.request_space_throttle_count: 0 vfs.ffs.doreallocblks: 1 vfs.ffs.doasyncfree: 1 vfs.ffs.compute_summary_at_mount: 0 net.local.stream.recvspace: 8192 net.local.stream.sendspace: 8192 net.local.dgram.recvspace: 4096 net.local.dgram.maxdgram: 2048 net.local.taskcount: 0 net.local.recycled: 0 net.local.inflight: 0 net.inet.ip.portrange.randomtime: 45 net.inet.ip.portrange.randomcps: 10 net.inet.ip.portrange.randomized: 1 net.inet.ip.portrange.reservedlow: 0 net.inet.ip.portrange.reservedhigh: 1023 net.inet.ip.portrange.hilast: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.first: 10000 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.forwarding: 0 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.intr_queue_maxlen: 256 net.inet.ip.intr_queue_drops: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.keepfaith: 0 net.inet.ip.gifttl: 30 net.inet.ip.same_prefix_carp_only: 0 net.inet.ip.subnets_are_local: 0 net.inet.ip.random_id_total: 0 net.inet.ip.random_id_collisions: 0 net.inet.ip.random_id_period: 8192 net.inet.ip.mcast.loop: 1 net.inet.ip.mcast.maxsocksrc: 128 net.inet.ip.mcast.maxgrpsrc: 512 net.inet.ip.fastforwarding: 0 net.inet.ip.maxfragpackets: 800 net.inet.ip.output_flowtable_size: 2048 net.inet.ip.maxfragsperpacket: 16 net.inet.ip.fragpackets: 0 net.inet.ip.check_interface: 0 net.inet.ip.random_id: 0 net.inet.ip.sendsourcequench: 0 net.inet.ip.process_options: 1 net.inet.ip.fw.dyn_keepalive: 1 net.inet.ip.fw.dyn_short_lifetime: 5 net.inet.ip.fw.dyn_udp_lifetime: 10 net.inet.ip.fw.dyn_rst_lifetime: 1 net.inet.ip.fw.dyn_fin_lifetime: 1 net.inet.ip.fw.dyn_syn_lifetime: 20 net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.static_count: 5 net.inet.ip.fw.dyn_max: 4096 net.inet.ip.fw.dyn_count: 0 net.inet.ip.fw.curr_dyn_buckets: 256 net.inet.ip.fw.dyn_buckets: 256 net.inet.ip.fw.default_to_accept: 0 net.inet.ip.fw.tables_max: 128 net.inet.ip.fw.default_rule: 65535 net.inet.ip.fw.verbose_limit: 0 net.inet.ip.fw.verbose: 0 net.inet.ip.fw.one_pass: 1 net.inet.ip.fw.autoinc_step: 100 net.inet.ip.fw.enable: 1 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 200 net.inet.icmp.bmcastecho: 0 net.inet.icmp.quotelen: 8 net.inet.icmp.reply_from_interface: 0 net.inet.icmp.reply_src: net.inet.icmp.icmplim_output: 1 net.inet.icmp.log_redirect: 0 net.inet.icmp.drop_redirect: 0 net.inet.icmp.maskfake: 0 net.inet.igmp.gsrdelay: 10 net.inet.igmp.default_version: 3 net.inet.igmp.legacysupp: 0 net.inet.igmp.v2enable: 1 net.inet.igmp.v1enable: 1 net.inet.igmp.sendlocal: 1 net.inet.igmp.sendra: 1 net.inet.igmp.recvifkludge: 1 net.inet.tcp.rfc1323: 1 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 32768 net.inet.tcp.recvspace: 65536 net.inet.tcp.keepinit: 75000 net.inet.tcp.delacktime: 100 net.inet.tcp.v6mssdflt: 1024 net.inet.tcp.hostcache.purge: 0 net.inet.tcp.hostcache.prune: 300 net.inet.tcp.hostcache.expire: 3600 net.inet.tcp.hostcache.count: 18 net.inet.tcp.hostcache.bucketlimit: 30 net.inet.tcp.hostcache.hashsize: 512 net.inet.tcp.hostcache.cachelimit: 15360 net.inet.tcp.read_locking: 1 net.inet.tcp.recvbuf_max: 262144 net.inet.tcp.recvbuf_inc: 16384 net.inet.tcp.recvbuf_auto: 1 net.inet.tcp.insecure_rst: 0 net.inet.tcp.ecn.maxretries: 1 net.inet.tcp.ecn.enable: 0 net.inet.tcp.abc_l_var: 2 net.inet.tcp.rfc3465: 1 net.inet.tcp.rfc3390: 1 net.inet.tcp.rfc3042: 1 net.inet.tcp.drop_synfin: 0 net.inet.tcp.delayed_ack: 1 net.inet.tcp.blackhole: 0 net.inet.tcp.log_in_vain: 0 net.inet.tcp.sendbuf_max: 262144 net.inet.tcp.sendbuf_inc: 8192 net.inet.tcp.sendbuf_auto: 1 net.inet.tcp.tso: 1 net.inet.tcp.newreno: 1 net.inet.tcp.local_slowstart_flightsize: 4 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.reass.overflows: 0 net.inet.tcp.reass.maxqlen: 48 net.inet.tcp.reass.cursegments: 0 net.inet.tcp.reass.maxsegments: 1600 net.inet.tcp.sack.globalholes: 0 net.inet.tcp.sack.globalmaxholes: 65536 net.inet.tcp.sack.maxholes: 128 net.inet.tcp.sack.enable: 1 net.inet.tcp.inflight.stab: 20 net.inet.tcp.inflight.max: 1073725440 net.inet.tcp.inflight.min: 6144 net.inet.tcp.inflight.rttthresh: 10 net.inet.tcp.inflight.debug: 0 net.inet.tcp.inflight.enable: 1 net.inet.tcp.isn_reseed_interval: 0 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.pcbcount: 14 net.inet.tcp.do_tcpdrain: 1 net.inet.tcp.tcbhashsize: 512 net.inet.tcp.log_debug: 0 net.inet.tcp.minmss: 216 net.inet.tcp.syncache.rst_on_sock_fail: 1 net.inet.tcp.syncache.rexmtlimit: 3 net.inet.tcp.syncache.hashsize: 512 net.inet.tcp.syncache.count: 0 net.inet.tcp.syncache.cachelimit: 15360 net.inet.tcp.syncache.bucketlimit: 30 net.inet.tcp.syncookies_only: 0 net.inet.tcp.syncookies: 1 net.inet.tcp.timer_race: 0 net.inet.tcp.finwait2_timeout: 60000 net.inet.tcp.fast_finwait2_recycle: 0 net.inet.tcp.always_keepalive: 1 net.inet.tcp.rexmit_slop: 200 net.inet.tcp.rexmit_min: 30 net.inet.tcp.msl: 30000 net.inet.tcp.nolocaltimewait: 0 net.inet.tcp.maxtcptw: 5120 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 42080 net.inet.udp.blackhole: 0 net.inet.udp.log_in_vain: 0 net.inet.sctp.vtag_time_wait: 60 net.inet.sctp.nat_friendly_init: 0 net.inet.sctp.enable_sack_immediately: 0 net.inet.sctp.udp_tunneling_port: 0 net.inet.sctp.udp_tunneling_for_client_enable: 0 net.inet.sctp.mobility_fasthandoff: 0 net.inet.sctp.mobility_base: 0 net.inet.sctp.default_frag_interleave: 1 net.inet.sctp.default_cc_module: 0 net.inet.sctp.log_level: 0 net.inet.sctp.max_retran_chunk: 30 net.inet.sctp.min_residual: 1452 net.inet.sctp.strict_data_order: 0 net.inet.sctp.abort_at_limit: 0 net.inet.sctp.hb_max_burst: 4 net.inet.sctp.do_sctp_drain: 1 net.inet.sctp.max_chained_mbufs: 5 net.inet.sctp.abc_l_var: 1 net.inet.sctp.nat_friendly: 1 net.inet.sctp.auth_disable: 0 net.inet.sctp.asconf_auth_nochk: 0 net.inet.sctp.early_fast_retran_msec: 250 net.inet.sctp.early_fast_retran: 0 net.inet.sctp.cwnd_maxburst: 1 net.inet.sctp.cmt_pf: 0 net.inet.sctp.cmt_use_dac: 0 net.inet.sctp.nr_sack_on_off: 0 net.inet.sctp.cmt_on_off: 0 net.inet.sctp.outgoing_streams: 10 net.inet.sctp.add_more_on_output: 1452 net.inet.sctp.path_rtx_max: 5 net.inet.sctp.assoc_rtx_max: 10 net.inet.sctp.init_rtx_max: 8 net.inet.sctp.valid_cookie_life: 60000 net.inet.sctp.init_rto_max: 60000 net.inet.sctp.rto_initial: 3000 net.inet.sctp.rto_min: 1000 net.inet.sctp.rto_max: 60000 net.inet.sctp.secret_lifetime: 3600 net.inet.sctp.shutdown_guard_time: 180 net.inet.sctp.pmtu_raise_time: 600 net.inet.sctp.heartbeat_interval: 30000 net.inet.sctp.asoc_resource: 10 net.inet.sctp.sys_resource: 1000 net.inet.sctp.sack_freq: 2 net.inet.sctp.delayed_sack_time: 200 net.inet.sctp.chunkscale: 10 net.inet.sctp.min_split_point: 2904 net.inet.sctp.pcbhashsize: 256 net.inet.sctp.tcbhashsize: 1024 net.inet.sctp.maxchunks: 3200 net.inet.sctp.maxburst: 4 net.inet.sctp.peer_chkoh: 256 net.inet.sctp.strict_init: 1 net.inet.sctp.loopback_nocsum: 1 net.inet.sctp.strict_sacks: 1 net.inet.sctp.ecn_nonce: 0 net.inet.sctp.ecn_enable: 1 net.inet.sctp.auto_asconf: 1 net.inet.sctp.recvspace: 233016 net.inet.sctp.sendspace: 233016 net.inet.raw.recvspace: 9216 net.inet.raw.maxdgram: 9216 net.inet.accf.unloadable: 0 net.inet.flowtable.nmbflows: 4096 net.inet.flowtable.tcp_expire: 86400 net.inet.flowtable.fin_wait_expire: 600 net.inet.flowtable.udp_expire: 300 net.inet.flowtable.syn_expire: 300 net.inet.flowtable.collisions: 2 net.inet.flowtable.max_depth: 1 net.inet.flowtable.free_checks: 618 net.inet.flowtable.frees: 118 net.inet.flowtable.misses: 167 net.inet.flowtable.lookups: 1727 net.inet.flowtable.hits: 1560 net.inet.flowtable.enable: 1 net.inet.flowtable.debug: 0 net.link.generic.system.ifcount: 7 net.link.ether.inet.log_arp_permanent_modify: 1 net.link.ether.inet.log_arp_movements: 1 net.link.ether.inet.log_arp_wrong_iface: 1 net.link.ether.inet.proxyall: 0 net.link.ether.inet.useloopback: 1 net.link.ether.inet.maxtries: 5 net.link.ether.inet.max_age: 1200 net.link.ether.ipfw: 0 net.link.gif.parallel_tunnels: 0 net.link.gif.max_nesting: 1 net.link.log_link_state_change: 1 net.link.tun.devfs_cloning: 1 net.inet6.ip6.forwarding: 0 net.inet6.ip6.redirect: 1 net.inet6.ip6.hlim: 64 net.inet6.ip6.maxfragpackets: 6400 net.inet6.ip6.accept_rtadv: 1 net.inet6.ip6.keepfaith: 0 net.inet6.ip6.log_interval: 5 net.inet6.ip6.hdrnestlimit: 15 net.inet6.ip6.dad_count: 1 net.inet6.ip6.auto_flowlabel: 1 net.inet6.ip6.defmcasthlim: 1 net.inet6.ip6.gifhlim: 30 net.inet6.ip6.kame_version: FreeBSD net.inet6.ip6.use_deprecated: 1 net.inet6.ip6.rr_prune: 5 net.inet6.ip6.v6only: 1 net.inet6.ip6.rtexpire: 3600 net.inet6.ip6.rtminexpire: 10 net.inet6.ip6.rtmaxcache: 128 net.inet6.ip6.use_tempaddr: 0 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.auto_linklocal: 1 net.inet6.ip6.prefer_tempaddr: 0 net.inet6.ip6.use_defaultzone: 0 net.inet6.ip6.maxfrags: 6400 net.inet6.ip6.mcast_pmtu: 0 net.inet6.ip6.mcast.loop: 1 net.inet6.ip6.mcast.maxsocksrc: 128 net.inet6.ip6.mcast.maxgrpsrc: 512 net.inet6.ip6.fw.deny_unknown_exthdrs: 1 net.inet6.ip6.fw.enable: 1 net.inet6.icmp6.rediraccept: 1 net.inet6.icmp6.redirtimeout: 600 net.inet6.icmp6.nd6_prune: 1 net.inet6.icmp6.nd6_delay: 5 net.inet6.icmp6.nd6_umaxtries: 3 net.inet6.icmp6.nd6_mmaxtries: 3 net.inet6.icmp6.nd6_useloopback: 1 net.inet6.icmp6.nodeinfo: 3 net.inet6.icmp6.errppslimit: 100 net.inet6.icmp6.nd6_maxnudhint: 0 net.inet6.icmp6.nd6_debug: 0 net.inet6.icmp6.nd6_maxqueuelen: 1 net.inet6.icmp6.nd6_onlink_ns_rfc4861: 0 net.inet6.mld.v1enable: 1 net.inet6.mld.gsrdelay: 10 net.bpf.zerocopy_enable: 0 net.bpf.maxinsns: 512 net.bpf.maxbufsize: 524288 net.bpf.bufsize: 4096 net.isr.numthreads: 1 net.isr.defaultqlimit: 256 net.isr.maxqlimit: 10240 net.isr.bindthreads: 0 net.isr.maxthreads: 1 net.isr.direct: 1 net.isr.direct_force: 1 net.raw.recvspace: 8192 net.raw.sendspace: 8192 net.my_fibnum: 0 net.add_addr_allfibs: 1 net.fibs: 1 net.route.netisr_maxqlen: 256 net.wlan.cac_timeout: 60 net.wlan.nol_timeout: 1800 net.wlan.debug: 0 net.wlan.addba_maxtries: 3 net.wlan.addba_backoff: 10000 net.wlan.addba_timeout: 250 net.wlan.recv_bar: 1 net.wlan.ampdu_age: 500 net.wlan.hwmp.inact: 5000 net.wlan.hwmp.rannint: 1000 net.wlan.hwmp.rootint: 2000 net.wlan.hwmp.roottimeout: 5000 net.wlan.hwmp.pathlifetime: 5000 net.wlan.hwmp.replyforward: 1 net.wlan.hwmp.targetonly: 0 net.wlan.mesh.maxretries: 2 net.wlan.mesh.confirmtimeout: 40 net.wlan.mesh.holdingtimeout: 40 net.wlan.mesh.retrytimeout: 40 net.wlan.0.%parent: ath0 net.wlan.0.driver_caps: 1736499201 net.wlan.0.debug: 0 net.wlan.0.bmiss_max: 2 net.wlan.0.inact_run: 300 net.wlan.0.inact_probe: 30 net.wlan.0.inact_auth: 180 net.wlan.0.inact_init: 30 debug.pfugidhack: 0 debug.acpi.suspend_bounce: 0 debug.acpi.reset_clock: 1 debug.acpi.do_powerstate: 1 debug.acpi.acpi_ca_version: 20090521 debug.acpi.ec.timeout: 750 debug.acpi.ec.polled: 0 debug.acpi.ec.burst: 0 debug.acpi.batt.batt_sleep_ms: 0 debug.acpi.resume_beep: 0 debug.firewire_debug: 0 debug.fwmem_debug: 0 debug.if_fwe_debug: 0 debug.if_fwip_debug: 0 debug.mddebug: 0 debug.elf32_legacy_coredump: 0 debug.bootverbose: 0 debug.boothowto: -2147483648 debug.cpufreq.verbose: 0 debug.cpufreq.lowest: 0 debug.fail_point.buf_pressure: off debug.sizeof.cdev_priv: 236 debug.sizeof.cdev: 184 debug.sizeof.g_bioq: 32 debug.sizeof.g_consumer: 60 debug.sizeof.g_provider: 88 debug.sizeof.g_geom: 68 debug.sizeof.g_class: 68 debug.sizeof.kinfo_proc: 768 debug.sizeof.buf: 336 debug.sizeof.bio: 140 debug.sizeof.proc: 680 debug.sizeof.vnode: 268 debug.sizeof.devstat: 240 debug.sizeof.namecache: 36 debug.sizeof.znode: 232 debug.osd: 0 debug.to_avg_mpcalls: 996 debug.to_avg_lockcalls: 0 debug.to_avg_gcalls: 0 debug.to_avg_depth: 1016 debug.umtx.umtx_pi_allocated: 0 debug.kdb.stop_cpus: 1 debug.kdb.trap_code: 0 debug.kdb.trap: 0 debug.kdb.panic: 0 debug.kdb.enter: 0 debug.kdb.current: debug.kdb.available: debug.rman_debug: 0 debug.ttydebug: 0 debug.disablefullpath: 0 debug.disablecwd: 0 debug.vfscache: 1 debug.numcachehv: 740 debug.numcache: 7354 debug.numneg: 458 debug.ncnegfactor: 16 debug.nchash: 131071 debug.vnlru_nowhere: 0 debug.rush_requests: 0 debug.if_tun_debug: 0 debug.nlm_debug: 0 debug.collectsnapstats: 0 debug.snapdebug: 0 debug.dopersistence: 0 debug.dir_entry: 50 debug.direct_blk_ptrs: 73 debug.inode_bitmap: 29 debug.indir_blk_ptrs: 1 debug.sync_limit_hit: 0 debug.ino_limit_hit: 0 debug.blk_limit_hit: 0 debug.ino_limit_push: 0 debug.blk_limit_push: 0 debug.worklist_push: 0 debug.maxindirdeps: 50 debug.tickdelay: 2 debug.max_softdeps: 400000 debug.dobkgrdwrite: 1 debug.bigcgs: 0 debug.dircheck: 0 debug.psm.pkterrthresh: 2 debug.psm.usecs: 500000 debug.psm.secs: 0 debug.psm.errusecs: 0 debug.psm.errsecs: 2 debug.psm.hz: 20 debug.psm.loglevel: 0 debug.fdc.settle: 0 debug.fdc.spec2: 16 debug.fdc.spec1: 175 debug.fdc.retries: 10 debug.fdc.debugflags: 0 debug.fdc.fifo: 8 debug.hwpstate_verbose: 0 debug.minidump: 1 debug.PMAP1unchanged: 1996622 debug.PMAP1changed: 26474 debug.PMAP1changedcpu: 17 debug.crypto_timing: 0 debug.ipw: 0 debug.iwi: 0 debug.wpi: 1 debug.nullfs_bug_bypass: 0 hw.machine: i386 hw.model: AMD Athlon(tm) X2 Dual-Core QL-60 hw.ncpu: 2 hw.byteorder: 1234 hw.physmem: 1859846144 hw.usermem: 1702707200 hw.pagesize: 4096 hw.floatingpoint: 1 hw.machine_arch: i386 hw.realmem: 1877929984 hw.amr.force_sg32: 0 hw.an.an_cache_iponly: 1 hw.an.an_cache_mcastonly: 0 hw.an.an_cache_mode: dbm hw.an.an_dump: off hw.ata.setmax: 0 hw.ata.wc: 1 hw.ata.atapi_dma: 1 hw.ata.ata_dma_check_80pin: 1 hw.ata.ata_dma: 1 hw.ath.bstuck: 4 hw.ath.txbuf: 200 hw.ath.rxbuf: 40 hw.ath.resetcal: 1200 hw.ath.shortcal: 100 hw.ath.longcal: 30 hw.ath.hal.swba_backoff: 0 hw.ath.hal.sw_brt: 10 hw.ath.hal.dma_brt: 2 hw.bce.msi_enable: 1 hw.bce.tso_enable: 1 hw.bge.allow_asf: 0 hw.cardbus.cis_debug: 0 hw.cardbus.debug: 0 hw.cs.recv_delay: 570 hw.cs.ignore_checksum_failure: 0 hw.firewire.hold_count: 0 hw.firewire.try_bmr: 1 hw.firewire.fwmem.speed: 2 hw.firewire.fwmem.eui64_lo: 0 hw.firewire.fwmem.eui64_hi: 0 hw.firewire.phydma_enable: 1 hw.firewire.nocyclemaster: 0 hw.firewire.fwe.rx_queue_len: 128 hw.firewire.fwe.tx_speed: 2 hw.firewire.fwe.stream_ch: 1 hw.firewire.fwip.rx_queue_len: 128 hw.mfi.max_cmds: 128 hw.mfi.event_class: 0 hw.mfi.event_locale: 65535 hw.pccard.cis_debug: 0 hw.pccard.debug: 0 hw.cbb.debug: 0 hw.cbb.start_32_io: 4096 hw.cbb.start_16_io: 256 hw.cbb.start_memory: 2281701376 hw.pcic.pd6722_vsense: 1 hw.pcic.intr_mask: 57016 hw.pci.honor_msi_blacklist: 1 hw.pci.enable_msix: 1 hw.pci.enable_msi: 1 hw.pci.do_power_resume: 1 hw.pci.do_power_nodriver: 0 hw.pci.enable_io_modes: 1 hw.pci.host_mem_start: 2147483648 hw.pci.mcfg: 1 hw.pci.irq_override_mask: 57080 hw.ste.rxsyncs: 0 hw.syscons.kbd_debug: 1 hw.syscons.kbd_reboot: 1 hw.syscons.bell: 1 hw.syscons.saver.keybonly: 1 hw.syscons.sc_no_suspend_vtswitch: 0 hw.usb.ehci.no_hs: 0 hw.usb.ehci.debug: 0 hw.usb.ohci.debug: 0 hw.usb.uhci.loop: 0 hw.usb.uhci.debug: 0 hw.usb.no_boot_wait: 0 hw.usb.ctrl.debug: 0 hw.usb.umass.debug: 0 hw.usb.urio.debug: 0 hw.usb.debug: 0 hw.usb.dev.debug: 0 hw.usb.template: 0 hw.usb.ugen.debug: 0 hw.usb.power_timeout: 30 hw.usb.uhub.debug: 0 hw.usb.proc.debug: 0 hw.usb.ss_delay: 0 hw.usb.pr_recovery_delay: 250 hw.usb.pr_poll_delay: 50 hw.usb.aue.debug: 0 hw.usb.axe.debug: 0 hw.usb.cdce.debug: 0 hw.usb.cue.debug: 0 hw.usb.kue.debug: 0 hw.usb.rue.debug: 0 hw.usb.udav.debug: 0 hw.usb.rum.debug: 0 hw.usb.uath.regdomain: 0 hw.usb.uath.countrycode: 0 hw.usb.ural.debug: 0 hw.usb.zyd.debug: 0 hw.usb.u3g.debug: 0 hw.usb.ubsa.debug: 0 hw.usb.uftdi.debug: 0 hw.usb.ulpt.debug: 0 hw.usb.uplcom.debug: 0 hw.usb.uslcom.debug: 0 hw.usb.uvisor.debug: 0 hw.usb.uvscom.debug: 0 hw.usb.ucom.debug: 0 hw.usb.uhid.debug: 0 hw.usb.ukbd.no_leds: 0 hw.usb.ukbd.debug: 0 hw.usb.ums.debug: 0 hw.usb.uaudio.default_channels: 2 hw.usb.uaudio.default_bits: 32 hw.usb.uaudio.default_rate: 96000 hw.usb.uaudio.debug: 0 hw.wi.debug: 0 hw.wi.txerate: 0 hw.xe.debug: 0 hw.intr_storm_threshold: 1000 hw.availpages: 454064 hw.bus.devctl_queue: 1000 hw.bus.devctl_disable: 0 hw.psm.tap_timeout: 125000 hw.psm.tap_threshold: 25 hw.kbd.keymap_restrict_change: 0 hw.busdma.total_bpages: 512 hw.busdma.zone0.total_bpages: 512 hw.busdma.zone0.free_bpages: 512 hw.busdma.zone0.reserved_bpages: 0 hw.busdma.zone0.active_bpages: 0 hw.busdma.zone0.total_bounced: 0 hw.busdma.zone0.total_deferred: 0 hw.busdma.zone0.lowaddr: 0xffffffff hw.busdma.zone0.alignment: 4096 hw.clockrate: 1895 hw.via_feature_xcrypt: 0 hw.via_feature_rng: 0 hw.instruction_sse: 1 hw.apic.enable_extint: 0 hw.mca.enabled: 0 hw.snd.feeder_rate_quality: 1 hw.snd.feeder_rate_round: 25 hw.snd.feeder_rate_max: 2016000 hw.snd.feeder_rate_min: 1 hw.snd.feeder_rate_polyphase_max: 183040 hw.snd.feeder_rate_presets: 100:8:0.85 100:36:0.92 100:164:0.97 hw.snd.feeder_eq_exact_rate: 0 hw.snd.feeder_eq_presets: PEQ:16000,0.2500,62,0.2500:-9,9,1.0:44100,48000,88200,96000,176400,192000 hw.snd.vpc_reset: 0 hw.snd.vpc_0db: 45 hw.snd.vpc_autoreset: 1 hw.snd.latency_profile: 1 hw.snd.latency: 5 hw.snd.report_soft_matrix: 1 hw.snd.report_soft_formats: 1 hw.snd.compat_linux_mmap: 0 hw.snd.vpc_mixer_bypass: 1 hw.snd.verbose: 1 hw.snd.maxautovchans: 16 hw.snd.default_unit: 0 hw.snd.version: 2009061500/i386 hw.snd.default_auto: 0 hw.midi.instroff: 0 hw.midi.dumpraw: 0 hw.midi.debug: 0 hw.midi.stat.verbose: 0 hw.midi.seq.debug: 0 hw.mmc.debug: 0 hw.sdhci.debug: 0 hw.acpi.supported_sleep_state: S1 S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 0 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.reset_video: 0 hw.acpi.battery.life: 100 hw.acpi.battery.time: -1 hw.acpi.battery.state: 0 hw.acpi.battery.units: 1 hw.acpi.battery.info_expire: 5 hw.acpi.acline: 1 hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 0 hw.acpi.thermal.tz0.temperature: 57.0C hw.acpi.thermal.tz0.active: 1 hw.acpi.thermal.tz0.passive_cooling: 0 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: -1 hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 105.0C hw.acpi.thermal.tz0._ACx: -1 41.8C -1 -1 -1 -1 -1 -1 -1 -1 hw.acpi.thermal.tz0._TC1: -1 hw.acpi.thermal.tz0._TC2: -1 hw.acpi.thermal.tz0._TSP: 150 hw.acpi.cpu.cx_lowest: C1 hw.dri.0.name: radeon 0x7b pci:0000:01:05.0 hw.dri.0.vm: slot offset size type flags address mtrr 0 0x0000000096300000 0x00010000 REG 0x82 0x00000000e7db3000 no 1 0x00000000c69b2000 0x00002000 SHM 0x20 0x00000000c69b2000 no 2 0x0000000080000000 0x0fff0000 FB 0x10 0x0000000000000000 yes 3 0x00000000e7dc3000 0x00201000 SG 0x0e 0x00000000e7dc3000 no 4 0x00000000e7fc4000 0x00001000 SG 0x0e 0x00000000e7fc4000 no 5 0x00000000e7fc5000 0x00200000 SG 0x00 0x00000000e7fc5000 no 6 0x00000000e81c5000 0x00bc0000 SG 0x00 0x0000000000000000 no hw.dri.0.clients: a dev pid uid magic ioctls y 0 2019 0 0 292778 hw.dri.0.bufs: o size count free segs pages kB 16 65536 32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 hw.dri.0.vblank: crtc ref count last enabled inmodeset 00 00 00000000 00000000 01 00 01 00 00000000 00000000 01 00 hw.dri.0.debug: 0 machdep.acpi_timer_freq: 3579545 machdep.enable_panic_key: 0 machdep.adjkerntz: 0 machdep.wall_cmos_clock: 0 machdep.disable_rtc_set: 0 machdep.acpi_root: 1040416 machdep.disable_mtrrs: 0 machdep.guessed_bootdev: 2687500288 machdep.idle: amdc1e machdep.idle_available: spin, amdc1e, hlt, acpi, machdep.hlt_cpus: 0 machdep.prot_fault_translation: 0 machdep.panic_on_nmi: 1 machdep.tsc_freq: 1895282074 machdep.i8254_freq: 1193182 user.cs_path: /usr/bin:/bin:/usr/sbin:/sbin: user.bc_base_max: 99 user.bc_dim_max: 2048 user.bc_scale_max: 99 user.bc_string_max: 1000 user.coll_weights_max: 0 user.expr_nest_max: 32 user.line_max: 2048 user.re_dup_max: 255 user.posix2_version: 199212 user.posix2_c_bind: 0 user.posix2_c_dev: 0 user.posix2_char_term: 0 user.posix2_fort_dev: 0 user.posix2_fort_run: 0 user.posix2_localedef: 0 user.posix2_sw_dev: 0 user.posix2_upe: 0 user.stream_max: 20 user.tzname_max: 255 p1003_1b.asynchronous_io: 0 p1003_1b.mapped_files: 1 p1003_1b.memlock: 0 p1003_1b.memlock_range: 0 p1003_1b.memory_protection: 0 p1003_1b.message_passing: 0 p1003_1b.prioritized_io: 0 p1003_1b.priority_scheduling: 1 p1003_1b.realtime_signals: 200112 p1003_1b.semaphores: 0 p1003_1b.fsync: 0 p1003_1b.shared_memory_objects: 1 p1003_1b.synchronized_io: 0 p1003_1b.timers: 200112 p1003_1b.aio_listio_max: -1 p1003_1b.aio_max: -1 p1003_1b.aio_prio_delta_max: -1 p1003_1b.delaytimer_max: 2147483647 p1003_1b.mq_open_max: 0 p1003_1b.pagesize: 4096 p1003_1b.rtsig_max: 62 p1003_1b.sem_nsems_max: 30 p1003_1b.sem_value_max: 2147483647 p1003_1b.sigqueue_max: 128 p1003_1b.timer_max: 32 p1003_1b.nsems: 0 security.jail.param.cpuset.id: 0 security.jail.param.host.hostid: 0 security.jail.param.host.hostuuid: 64 security.jail.param.host.domainname: 256 security.jail.param.host.hostname: 256 security.jail.param.children.max: 0 security.jail.param.children.cur: 0 security.jail.param.enforce_statfs: 0 security.jail.param.securelevel: 0 security.jail.param.path: 1024 security.jail.param.name: 256 security.jail.param.parent: 0 security.jail.param.jid: 0 security.jail.param.linux.oss_version: 0 security.jail.param.linux.osrelease: 65 security.jail.param.linux.osname: 65 security.jail.enforce_statfs: 2 security.jail.mount_allowed: 1 security.jail.chflags_allowed: 1 security.jail.allow_raw_sockets: 1 security.jail.sysvipc_allowed: 1 security.jail.socket_unixiproute_only: 1 security.jail.set_hostname_allowed: 1 security.jail.jail_max_af_ips: 255 security.jail.jailed: 0 security.bsd.map_at_zero: 0 security.bsd.suser_enabled: 1 security.bsd.unprivileged_proc_debug: 1 security.bsd.conservative_signals: 1 security.bsd.see_other_gids: 1 security.bsd.see_other_uids: 1 security.bsd.unprivileged_read_msgbuf: 1 security.bsd.hardlink_check_gid: 0 security.bsd.hardlink_check_uid: 0 security.bsd.unprivileged_get_quota: 0 security.mac.labeled: 0 security.mac.max_slots: 4 security.mac.version: 4 security.mac.mmap_revocation_via_cow: 0 security.mac.mmap_revocation: 1 compat.linux.oss_version: 198144 compat.linux.osrelease: 2.6.16 compat.linux.osname: Linux dev.nexus.0.%driver: nexus dev.nexus.0.%parent: root0 dev.ram.0.%desc: System RAM dev.ram.0.%driver: ram dev.ram.0.%parent: nexus0 dev.npx.0.%desc: math processor dev.npx.0.%driver: npx dev.npx.0.%parent: nexus0 dev.cryptosoft.0.%desc: software crypto dev.cryptosoft.0.%driver: cryptosoft dev.cryptosoft.0.%parent: nexus0 dev.acpi.0.%desc: TOSINV TOSINV00 dev.acpi.0.%driver: acpi dev.acpi.0.%parent: nexus0 dev.acpi_sysresource.0.%desc: System Resource dev.acpi_sysresource.0.%driver: acpi_sysresource dev.acpi_sysresource.0.%location: handle=\_SB_.PCI0.MEMR dev.acpi_sysresource.0.%pnpinfo: _HID=PNP0C02 _UID=0 dev.acpi_sysresource.0.%parent: acpi0 dev.acpi_sysresource.1.%desc: System Resource dev.acpi_sysresource.1.%driver: acpi_sysresource dev.acpi_sysresource.1.%location: handle=\_SB_.PCI0.LPC0.SYSR dev.acpi_sysresource.1.%pnpinfo: _HID=PNP0C02 _UID=0 dev.acpi_sysresource.1.%parent: acpi0 dev.acpi_sysresource.2.%desc: System Resource dev.acpi_sysresource.2.%driver: acpi_sysresource dev.acpi_sysresource.2.%location: handle=\_SB_.PCI0.LPC0.MEM_ dev.acpi_sysresource.2.%pnpinfo: _HID=PNP0C01 _UID=0 dev.acpi_sysresource.2.%parent: acpi0 dev.acpi_timer.0.%desc: 32-bit timer at 3.579545MHz dev.acpi_timer.0.%driver: acpi_timer dev.acpi_timer.0.%location: unknown dev.acpi_timer.0.%pnpinfo: unknown dev.acpi_timer.0.%parent: acpi0 dev.acpi_ec.0.%desc: Embedded Controller: GPE 0x7 dev.acpi_ec.0.%driver: acpi_ec dev.acpi_ec.0.%location: handle=\_SB_.PCI0.LPC0.EC0_ dev.acpi_ec.0.%pnpinfo: _HID=PNP0C09 _UID=0 dev.acpi_ec.0.%parent: acpi0 dev.pci_link.0.%desc: ACPI PCI Link LNKA dev.pci_link.0.%driver: pci_link dev.pci_link.0.%location: handle=\_SB_.LNKA dev.pci_link.0.%pnpinfo: _HID=PNP0C0F _UID=1 dev.pci_link.0.%parent: acpi0 dev.pci_link.1.%desc: ACPI PCI Link LNKB dev.pci_link.1.%driver: pci_link dev.pci_link.1.%location: handle=\_SB_.LNKB dev.pci_link.1.%pnpinfo: _HID=PNP0C0F _UID=2 dev.pci_link.1.%parent: acpi0 dev.pci_link.2.%desc: ACPI PCI Link LNKC dev.pci_link.2.%driver: pci_link dev.pci_link.2.%location: handle=\_SB_.LNKC dev.pci_link.2.%pnpinfo: _HID=PNP0C0F _UID=3 dev.pci_link.2.%parent: acpi0 dev.pci_link.3.%desc: ACPI PCI Link LNKD dev.pci_link.3.%driver: pci_link dev.pci_link.3.%location: handle=\_SB_.LNKD dev.pci_link.3.%pnpinfo: _HID=PNP0C0F _UID=4 dev.pci_link.3.%parent: acpi0 dev.pci_link.4.%desc: ACPI PCI Link LNKE dev.pci_link.4.%driver: pci_link dev.pci_link.4.%location: handle=\_SB_.LNKE dev.pci_link.4.%pnpinfo: _HID=PNP0C0F _UID=5 dev.pci_link.4.%parent: acpi0 dev.pci_link.5.%desc: ACPI PCI Link LNKF dev.pci_link.5.%driver: pci_link dev.pci_link.5.%location: handle=\_SB_.LNKF dev.pci_link.5.%pnpinfo: _HID=PNP0C0F _UID=6 dev.pci_link.5.%parent: acpi0 dev.pci_link.6.%desc: ACPI PCI Link LNKG dev.pci_link.6.%driver: pci_link dev.pci_link.6.%location: handle=\_SB_.LNKG dev.pci_link.6.%pnpinfo: _HID=PNP0C0F _UID=7 dev.pci_link.6.%parent: acpi0 dev.pci_link.7.%desc: ACPI PCI Link LNKH dev.pci_link.7.%driver: pci_link dev.pci_link.7.%location: handle=\_SB_.LNKH dev.pci_link.7.%pnpinfo: _HID=PNP0C0F _UID=8 dev.pci_link.7.%parent: acpi0 dev.acpi_hpet.0.%desc: High Precision Event Timer dev.acpi_hpet.0.%driver: acpi_hpet dev.acpi_hpet.0.%location: unknown dev.acpi_hpet.0.%pnpinfo: unknown dev.acpi_hpet.0.%parent: acpi0 dev.acpi_button.0.%desc: Power Button dev.acpi_button.0.%driver: acpi_button dev.acpi_button.0.%location: handle=\_SB_.PWRB dev.acpi_button.0.%pnpinfo: _HID=PNP0C0C _UID=0 dev.acpi_button.0.%parent: acpi0 dev.acpi_lid.0.%desc: Control Method Lid Switch dev.acpi_lid.0.%driver: acpi_lid dev.acpi_lid.0.%location: handle=\_SB_.LID_ dev.acpi_lid.0.%pnpinfo: _HID=PNP0C0D _UID=0 dev.acpi_lid.0.%parent: acpi0 dev.acpi_lid.0.wake: 1 dev.battery.0.%desc: ACPI Control Method Battery dev.battery.0.%driver: battery dev.battery.0.%location: handle=\_SB_.BAT0 dev.battery.0.%pnpinfo: _HID=PNP0C0A _UID=1 dev.battery.0.%parent: acpi0 dev.acpi_acad.0.%desc: AC Adapter dev.acpi_acad.0.%driver: acpi_acad dev.acpi_acad.0.%location: handle=\_SB_.ADP0 dev.acpi_acad.0.%pnpinfo: _HID=ACPI0003 _UID=0 dev.acpi_acad.0.%parent: acpi0 dev.pcib.0.%desc: ACPI Host-PCI bridge dev.pcib.0.%driver: pcib dev.pcib.0.%location: handle=\_SB_.PCI0 dev.pcib.0.%pnpinfo: _HID=PNP0A08 _UID=1 dev.pcib.0.%parent: acpi0 dev.pcib.1.%desc: ACPI PCI-PCI bridge dev.pcib.1.%driver: pcib dev.pcib.1.%location: slot=1 function=0 handle=\_SB_.PCI0.AGP_ dev.pcib.1.%pnpinfo: vendor=0x1022 device=0x9602 subvendor=0x1022 subdevice=0x9602 class=0x060400 dev.pcib.1.%parent: pci0 dev.pcib.1.domain: 0 dev.pcib.1.pribus: 0 dev.pcib.1.secbus: 1 dev.pcib.1.subbus: 1 dev.pcib.2.%desc: ACPI PCI-PCI bridge dev.pcib.2.%driver: pcib dev.pcib.2.%location: slot=4 function=0 handle=\_SB_.PCI0.PB4_ dev.pcib.2.%pnpinfo: vendor=0x1022 device=0x9604 subvendor=0x1179 subdevice=0xff6a class=0x060400 dev.pcib.2.%parent: pci0 dev.pcib.2.domain: 0 dev.pcib.2.pribus: 0 dev.pcib.2.secbus: 2 dev.pcib.2.subbus: 3 dev.pcib.3.%desc: ACPI PCI-PCI bridge dev.pcib.3.%driver: pcib dev.pcib.3.%location: slot=5 function=0 handle=\_SB_.PCI0.PB5_ dev.pcib.3.%pnpinfo: vendor=0x1022 device=0x9605 subvendor=0x1179 subdevice=0xff6a class=0x060400 dev.pcib.3.%parent: pci0 dev.pcib.3.domain: 0 dev.pcib.3.pribus: 0 dev.pcib.3.secbus: 4 dev.pcib.3.subbus: 4 dev.pcib.3.wake: 0 dev.pcib.4.%desc: ACPI PCI-PCI bridge dev.pcib.4.%driver: pcib dev.pcib.4.%location: slot=6 function=0 handle=\_SB_.PCI0.PB6_ dev.pcib.4.%pnpinfo: vendor=0x1022 device=0x9606 subvendor=0x1179 subdevice=0xff6a class=0x060400 dev.pcib.4.%parent: pci0 dev.pcib.4.domain: 0 dev.pcib.4.pribus: 0 dev.pcib.4.secbus: 5 dev.pcib.4.subbus: 5 dev.pcib.5.%desc: ACPI PCI-PCI bridge dev.pcib.5.%driver: pcib dev.pcib.5.%location: slot=7 function=0 handle=\_SB_.PCI0.PB7_ dev.pcib.5.%pnpinfo: vendor=0x1022 device=0x9607 subvendor=0x1179 subdevice=0xff6a class=0x060400 dev.pcib.5.%parent: pci0 dev.pcib.5.domain: 0 dev.pcib.5.pribus: 0 dev.pcib.5.secbus: 6 dev.pcib.5.subbus: 6 dev.pcib.5.wake: 0 dev.pcib.6.%desc: ACPI PCI-PCI bridge dev.pcib.6.%driver: pcib dev.pcib.6.%location: slot=20 function=4 handle=\_SB_.PCI0.P2P_ dev.pcib.6.%pnpinfo: vendor=0x1002 device=0x4384 subvendor=0x0000 subdevice=0x0000 class=0x060400 dev.pcib.6.%parent: pci0 dev.pcib.6.domain: 0 dev.pcib.6.pribus: 0 dev.pcib.6.secbus: 128 dev.pcib.6.subbus: 143 dev.pci.0.%desc: ACPI PCI bus dev.pci.0.%driver: pci dev.pci.0.%parent: pcib0 dev.pci.1.%desc: ACPI PCI bus dev.pci.1.%driver: pci dev.pci.1.%parent: pcib1 dev.pci.2.%desc: ACPI PCI bus dev.pci.2.%driver: pci dev.pci.2.%parent: pcib2 dev.pci.4.%desc: ACPI PCI bus dev.pci.4.%driver: pci dev.pci.4.%parent: pcib3 dev.pci.4.wake: 0 dev.pci.5.%desc: ACPI PCI bus dev.pci.5.%driver: pci dev.pci.5.%parent: pcib4 dev.pci.6.%desc: ACPI PCI bus dev.pci.6.%driver: pci dev.pci.6.%parent: pcib5 dev.pci.6.wake: 0 dev.pci.128.%desc: ACPI PCI bus dev.pci.128.%driver: pci dev.pci.128.%parent: pcib6 dev.hostb.0.%desc: Host to PCI bridge dev.hostb.0.%driver: hostb dev.hostb.0.%location: slot=0 function=0 dev.hostb.0.%pnpinfo: vendor=0x1022 device=0x9600 subvendor=0x1179 subdevice=0xff6a class=0x060000 dev.hostb.0.%parent: pci0 dev.hostb.1.%desc: Host to PCI bridge dev.hostb.1.%driver: hostb dev.hostb.1.%location: slot=24 function=0 dev.hostb.1.%pnpinfo: vendor=0x1022 device=0x1300 subvendor=0x0000 subdevice=0x0000 class=0x060000 dev.hostb.1.%parent: pci0 dev.hostb.2.%desc: Host to PCI bridge dev.hostb.2.%driver: hostb dev.hostb.2.%location: slot=24 function=1 dev.hostb.2.%pnpinfo: vendor=0x1022 device=0x1301 subvendor=0x0000 subdevice=0x0000 class=0x060000 dev.hostb.2.%parent: pci0 dev.hostb.3.%desc: Host to PCI bridge dev.hostb.3.%driver: hostb dev.hostb.3.%location: slot=24 function=2 dev.hostb.3.%pnpinfo: vendor=0x1022 device=0x1302 subvendor=0x0000 subdevice=0x0000 class=0x060000 dev.hostb.3.%parent: pci0 dev.hostb.4.%desc: Host to PCI bridge dev.hostb.4.%driver: hostb dev.hostb.4.%location: slot=24 function=3 dev.hostb.4.%pnpinfo: vendor=0x1022 device=0x1303 subvendor=0x0000 subdevice=0x0000 class=0x060000 dev.hostb.4.%parent: pci0 dev.hostb.5.%desc: Host to PCI bridge dev.hostb.5.%driver: hostb dev.hostb.5.%location: slot=24 function=4 dev.hostb.5.%pnpinfo: vendor=0x1022 device=0x1304 subvendor=0x0000 subdevice=0x0000 class=0x060000 dev.hostb.5.%parent: pci0 dev.vgapci.0.%desc: VGA-compatible display dev.vgapci.0.%driver: vgapci dev.vgapci.0.%location: slot=5 function=0 handle=\_SB_.PCI0.AGP_.VGA_ dev.vgapci.0.%pnpinfo: vendor=0x1002 device=0x9613 subvendor=0x1179 subdevice=0xff6a class=0x030000 dev.vgapci.0.%parent: pci1 dev.re.0.%desc: RealTek 8101E/8102E/8102EL PCIe 10/100baseTX dev.re.0.%driver: re dev.re.0.%location: slot=0 function=0 dev.re.0.%pnpinfo: vendor=0x10ec device=0x8136 subvendor=0x1179 subdevice=0xff6a class=0x020000 dev.re.0.%parent: pci4 dev.miibus.0.%desc: MII bus dev.miibus.0.%driver: miibus dev.miibus.0.%parent: re0 dev.rlphy.0.%desc: RTL8201L 10/100 media interface dev.rlphy.0.%driver: rlphy dev.rlphy.0.%location: phyno=1 dev.rlphy.0.%pnpinfo: oui=0x20 model=0x20 rev=0x1 dev.rlphy.0.%parent: miibus0 dev.ath.0.%desc: Atheros 5424/2424 dev.ath.0.%driver: ath dev.ath.0.%location: slot=0 function=0 dev.ath.0.%pnpinfo: vendor=0x168c device=0x001c subvendor=0x144f subdevice=0x7128 class=0x020000 dev.ath.0.%parent: pci5 dev.ath.0.smoothing_rate: 95 dev.ath.0.sample_rate: 10 dev.ath.0.sample_stats: 0 dev.ath.0.countrycode: 0 dev.ath.0.regdomain: 101 dev.ath.0.slottime: 9 dev.ath.0.acktimeout: 48 dev.ath.0.ctstimeout: 48 dev.ath.0.softled: 0 dev.ath.0.ledpin: 0 dev.ath.0.ledon: 0 dev.ath.0.ledidle: 2700 dev.ath.0.txantenna: 0 dev.ath.0.rxantenna: 2 dev.ath.0.diversity: 1 dev.ath.0.txintrperiod: 5 dev.ath.0.diag: 0 dev.ath.0.tpscale: 0 dev.ath.0.tpc: 0 dev.ath.0.tpack: 63 dev.ath.0.tpcts: 63 dev.ath.0.rfsilent: 1 dev.ath.0.rfkill: 1 dev.ath.0.intmit: 1 dev.ath.0.monpass: 24 dev.atapci.0.%desc: ATI IXP700/800 SATA300 controller dev.atapci.0.%driver: atapci dev.atapci.0.%location: slot=17 function=0 handle=\_SB_.PCI0.SATA dev.atapci.0.%pnpinfo: vendor=0x1002 device=0x4391 subvendor=0x1179 subdevice=0xff6a class=0x010601 dev.atapci.0.%parent: pci0 dev.atapci.1.%desc: ATI IXP700/800 UDMA133 controller dev.atapci.1.%driver: atapci dev.atapci.1.%location: slot=20 function=1 handle=\_SB_.PCI0.IDE_ dev.atapci.1.%pnpinfo: vendor=0x1002 device=0x439c subvendor=0x1179 subdevice=0xff6a class=0x01018a dev.atapci.1.%parent: pci0 dev.ata.2.%desc: ATA channel 0 dev.ata.2.%driver: ata dev.ata.2.%parent: atapci0 dev.ata.3.%desc: ATA channel 1 dev.ata.3.%driver: ata dev.ata.3.%parent: atapci0 dev.ata.4.%desc: ATA channel 2 dev.ata.4.%driver: ata dev.ata.4.%parent: atapci0 dev.ata.5.%desc: ATA channel 3 dev.ata.5.%driver: ata dev.ata.5.%parent: atapci0 dev.ata.6.%desc: ATA channel 4 dev.ata.6.%driver: ata dev.ata.6.%parent: atapci0 dev.ata.7.%desc: ATA channel 5 dev.ata.7.%driver: ata dev.ata.7.%parent: atapci0 dev.ata.0.%desc: ATA channel 0 dev.ata.0.%driver: ata dev.ata.0.%parent: atapci1 dev.ata.1.%desc: ATA channel 1 dev.ata.1.%driver: ata dev.ata.1.%parent: atapci1 dev.ohci.0.%desc: OHCI (generic) USB controller dev.ohci.0.%driver: ohci dev.ohci.0.%location: slot=18 function=0 handle=\_SB_.PCI0.USB0 dev.ohci.0.%pnpinfo: vendor=0x1002 device=0x4397 subvendor=0x1179 subdevice=0xff6a class=0x0c0310 dev.ohci.0.%parent: pci0 dev.ohci.0.wake: 0 dev.ohci.1.%desc: OHCI (generic) USB controller dev.ohci.1.%driver: ohci dev.ohci.1.%location: slot=18 function=1 handle=\_SB_.PCI0.USB1 dev.ohci.1.%pnpinfo: vendor=0x1002 device=0x4398 subvendor=0x1179 subdevice=0xff6a class=0x0c0310 dev.ohci.1.%parent: pci0 dev.ohci.1.wake: 0 dev.ohci.2.%desc: OHCI (generic) USB controller dev.ohci.2.%driver: ohci dev.ohci.2.%location: slot=19 function=0 handle=\_SB_.PCI0.USB2 dev.ohci.2.%pnpinfo: vendor=0x1002 device=0x4397 subvendor=0x1179 subdevice=0xff6a class=0x0c0310 dev.ohci.2.%parent: pci0 dev.ohci.3.%desc: OHCI (generic) USB controller dev.ohci.3.%driver: ohci dev.ohci.3.%location: slot=19 function=1 handle=\_SB_.PCI0.USB3 dev.ohci.3.%pnpinfo: vendor=0x1002 device=0x4398 subvendor=0x1179 subdevice=0xff6a class=0x0c0310 dev.ohci.3.%parent: pci0 dev.usbus.0.%desc: OHCI (generic) USB controller dev.usbus.0.%driver: usbus dev.usbus.0.%parent: ohci0 dev.usbus.1.%desc: OHCI (generic) USB controller dev.usbus.1.%driver: usbus dev.usbus.1.%parent: ohci1 dev.usbus.2.%desc: EHCI (generic) USB 2.0 controller dev.usbus.2.%driver: usbus dev.usbus.2.%parent: ehci0 dev.usbus.3.%desc: OHCI (generic) USB controller dev.usbus.3.%driver: usbus dev.usbus.3.%parent: ohci2 dev.usbus.4.%desc: OHCI (generic) USB controller dev.usbus.4.%driver: usbus dev.usbus.4.%parent: ohci3 dev.usbus.5.%desc: EHCI (generic) USB 2.0 controller dev.usbus.5.%driver: usbus dev.usbus.5.%parent: ehci1 dev.ehci.0.%desc: EHCI (generic) USB 2.0 controller dev.ehci.0.%driver: ehci dev.ehci.0.%location: slot=18 function=2 handle=\_SB_.PCI0.USB5 dev.ehci.0.%pnpinfo: vendor=0x1002 device=0x4396 subvendor=0x1179 subdevice=0xff6a class=0x0c0320 dev.ehci.0.%parent: pci0 dev.ehci.0.wake: 0 dev.ehci.1.%desc: EHCI (generic) USB 2.0 controller dev.ehci.1.%driver: ehci dev.ehci.1.%location: slot=19 function=2 handle=\_SB_.PCI0.USB6 dev.ehci.1.%pnpinfo: vendor=0x1002 device=0x4396 subvendor=0x1179 subdevice=0xff6a class=0x0c0320 dev.ehci.1.%parent: pci0 dev.isab.0.%desc: PCI-ISA bridge dev.isab.0.%driver: isab dev.isab.0.%location: slot=20 function=3 handle=\_SB_.PCI0.LPC0 dev.isab.0.%pnpinfo: vendor=0x1002 device=0x439d subvendor=0x1179 subdevice=0xff6a class=0x060100 dev.isab.0.%parent: pci0 dev.isa.0.%desc: ISA bus dev.isa.0.%driver: isa dev.isa.0.%parent: isab0 dev.acpi_tz.0.%desc: Thermal Zone dev.acpi_tz.0.%driver: acpi_tz dev.acpi_tz.0.%location: handle=\_TZ_.THZN dev.acpi_tz.0.%pnpinfo: _HID=none _UID=0 dev.acpi_tz.0.%parent: acpi0 dev.atdma.0.%desc: AT DMA controller dev.atdma.0.%driver: atdma dev.atdma.0.%location: handle=\_SB_.PCI0.LPC0.DMAC dev.atdma.0.%pnpinfo: _HID=PNP0200 _UID=0 dev.atdma.0.%parent: acpi0 dev.npxisa.0.%desc: Legacy ISA coprocessor support dev.npxisa.0.%driver: npxisa dev.npxisa.0.%location: handle=\_SB_.PCI0.LPC0.COPR dev.npxisa.0.%pnpinfo: _HID=PNP0C04 _UID=0 dev.npxisa.0.%parent: acpi0 dev.atpic.0.%desc: AT interrupt controller dev.atpic.0.%driver: atpic dev.atpic.0.%location: handle=\_SB_.PCI0.LPC0.PIC_ dev.atpic.0.%pnpinfo: _HID=PNP0000 _UID=0 dev.atpic.0.%parent: acpi0 dev.atrtc.0.%desc: AT realtime clock dev.atrtc.0.%driver: atrtc dev.atrtc.0.%location: handle=\_SB_.PCI0.LPC0.RTC_ dev.atrtc.0.%pnpinfo: _HID=PNP0B00 _UID=0 dev.atrtc.0.%parent: acpi0 dev.attimer.0.%desc: AT timer dev.attimer.0.%driver: attimer dev.attimer.0.%location: handle=\_SB_.PCI0.LPC0.TMR_ dev.attimer.0.%pnpinfo: _HID=PNP0100 _UID=0 dev.attimer.0.%parent: acpi0 dev.atkbdc.0.%desc: Keyboard controller (i8042) dev.atkbdc.0.%driver: atkbdc dev.atkbdc.0.%location: handle=\_SB_.PCI0.LPC0.KBC0 dev.atkbdc.0.%pnpinfo: _HID=PNP0303 _UID=0 dev.atkbdc.0.%parent: acpi0 dev.atkbd.0.%desc: AT Keyboard dev.atkbd.0.%driver: atkbd dev.atkbd.0.%parent: atkbdc0 dev.psmcpnp.0.%desc: PS/2 mouse port dev.psmcpnp.0.%driver: psmcpnp dev.psmcpnp.0.%location: handle=\_SB_.PCI0.LPC0.PS2M dev.psmcpnp.0.%pnpinfo: _HID=SYN1913 _UID=0 dev.psmcpnp.0.%parent: acpi0 dev.psm.0.%desc: PS/2 Mouse dev.psm.0.%driver: psm dev.psm.0.%parent: atkbdc0 dev.cpu.0.%desc: ACPI CPU dev.cpu.0.%driver: cpu dev.cpu.0.%location: handle=\_PR_.CPU0 dev.cpu.0.%pnpinfo: _HID=none _UID=0 dev.cpu.0.%parent: acpi0 dev.cpu.0.freq: 1900 dev.cpu.0.freq_levels: 1900/15265 1662/13356 1425/11448 1187/9540 1000/6840 875/5985 750/5130 625/4275 500/3420 375/2565 250/1710 125/855 dev.cpu.0.cx_supported: C1/0 dev.cpu.0.cx_lowest: C1 dev.cpu.0.cx_usage: 100.00% last 500us dev.cpu.1.%desc: ACPI CPU dev.cpu.1.%driver: cpu dev.cpu.1.%location: handle=\_PR_.CPU1 dev.cpu.1.%pnpinfo: _HID=none _UID=0 dev.cpu.1.%parent: acpi0 dev.cpu.1.cx_supported: C1/0 dev.cpu.1.cx_lowest: C1 dev.cpu.1.cx_usage: 100.00% last 500us dev.acpi_perf.0.%driver: acpi_perf dev.acpi_perf.0.%parent: cpu0 dev.acpi_perf.1.%driver: acpi_perf dev.acpi_perf.1.%parent: cpu1 dev.acpi_throttle.0.%desc: ACPI CPU Throttling dev.acpi_throttle.0.%driver: acpi_throttle dev.acpi_throttle.0.%parent: cpu0 dev.acpi_throttle.0.freq_settings: 10000/-1 8750/-1 7500/-1 6250/-1 5000/-1 3750/-1 2500/-1 1250/-1 dev.cpufreq.0.%driver: cpufreq dev.cpufreq.0.%parent: cpu0 dev.hwpstate.0.%desc: Cool`n'Quiet 2.0 dev.hwpstate.0.%driver: hwpstate dev.hwpstate.0.%parent: cpu0 dev.hwpstate.0.freq_settings: 1900/15265 1000/6840 dev.apic.0.%desc: APIC resources dev.apic.0.%driver: apic dev.apic.0.%parent: nexus0 dev.pmtimer.0.%driver: pmtimer dev.pmtimer.0.%parent: isa0 dev.orm.0.%desc: ISA Option ROM dev.orm.0.%driver: orm dev.orm.0.%pnpinfo: pnpid=ORM0000 dev.orm.0.%parent: isa0 dev.sc.0.%desc: System console dev.sc.0.%driver: sc dev.sc.0.%parent: isa0 dev.vga.0.%desc: Generic ISA VGA dev.vga.0.%driver: vga dev.vga.0.%parent: isa0 dev.ad.4.%desc: Hitachi HTS542516K9SA00/BBCOC33P dev.ad.4.%driver: ad dev.ad.4.%parent: ata2 dev.subdisk.4.%driver: subdisk dev.subdisk.4.%parent: ad4 dev.uhub.0.%desc: ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 dev.uhub.0.%driver: uhub dev.uhub.0.%parent: usbus0 dev.uhub.1.%desc: ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 dev.uhub.1.%driver: uhub dev.uhub.1.%parent: usbus1 dev.uhub.2.%desc: ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1 dev.uhub.2.%driver: uhub dev.uhub.2.%parent: usbus2 dev.uhub.3.%desc: ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 dev.uhub.3.%driver: uhub dev.uhub.3.%parent: usbus3 dev.uhub.4.%desc: ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 dev.uhub.4.%driver: uhub dev.uhub.4.%parent: usbus4 dev.uhub.5.%desc: ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1 dev.uhub.5.%driver: uhub dev.uhub.5.%parent: usbus5 dev.atapicam.0.%desc: ATAPI CAM Attachment dev.atapicam.0.%driver: atapicam dev.atapicam.0.%parent: ata2 dev.atapicam.1.%desc: ATAPI CAM Attachment dev.atapicam.1.%driver: atapicam dev.atapicam.1.%parent: ata4 dev.acd.0.%desc: PIONEER DVD-RW DVRTD08A/1.50 dev.acd.0.%driver: acd dev.acd.0.%parent: ata4 dev.umass.0.%desc: Bulk-In, Bulk-Out, Interface dev.umass.0.%driver: umass dev.umass.0.%location: port=4 interface=0 dev.umass.0.%pnpinfo: vendor=0x0bda product=0x0158 devclass=0x00 devsubclass=0x00 sernum="20071114173400000" release=0x5887 intclass=0x08 intsubclass=0x06 dev.umass.0.%parent: uhub5 dev.hdac.0.%desc: ATI SB600 High Definition Audio Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=20 function=2 handle=\_SB_.PCI0.AZAL dev.hdac.0.%pnpinfo: vendor=0x1002 device=0x4383 subvendor=0x1179 subdevice=0xff6a class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.polling: 0 dev.hdac.0.polling_interval: 250 dev.hdac.0.pindump: 0 dev.pcm.0.%desc: HDA Realtek ALC268 PCM #0 Analog dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdac0 dev.pcm.0.play.vchans: 4 dev.pcm.0.play.vchanmode: fixed dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le:2.0 dev.pcm.0.rec.vchans: 4 dev.pcm.0.rec.vchanmode: fixed dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le:2.0 dev.pcm.0.buffersize: 16384 dev.pcm.0.bitperfect: 0 dev.drm.0.%desc: ATI Radeon 3100 Graphics dev.drm.0.%driver: drm dev.drm.0.%parent: vgapci0 hptmv.status: RocketRAID 18xx SATA Controller driver Version v1.16 kstat.zfs.misc.arcstats.hits: 0 kstat.zfs.misc.arcstats.misses: 0 kstat.zfs.misc.arcstats.demand_data_hits: 0 kstat.zfs.misc.arcstats.demand_data_misses: 0 kstat.zfs.misc.arcstats.demand_metadata_hits: 0 kstat.zfs.misc.arcstats.demand_metadata_misses: 0 kstat.zfs.misc.arcstats.prefetch_data_hits: 0 kstat.zfs.misc.arcstats.prefetch_data_misses: 0 kstat.zfs.misc.arcstats.prefetch_metadata_hits: 0 kstat.zfs.misc.arcstats.prefetch_metadata_misses: 0 kstat.zfs.misc.arcstats.mru_hits: 0 kstat.zfs.misc.arcstats.mru_ghost_hits: 0 kstat.zfs.misc.arcstats.mfu_hits: 0 kstat.zfs.misc.arcstats.mfu_ghost_hits: 0 kstat.zfs.misc.arcstats.deleted: 0 kstat.zfs.misc.arcstats.recycle_miss: 0 kstat.zfs.misc.arcstats.mutex_miss: 0 kstat.zfs.misc.arcstats.evict_skip: 0 kstat.zfs.misc.arcstats.hash_elements: 0 kstat.zfs.misc.arcstats.hash_elements_max: 0 kstat.zfs.misc.arcstats.hash_collisions: 0 kstat.zfs.misc.arcstats.hash_chains: 0 kstat.zfs.misc.arcstats.hash_chain_max: 0 kstat.zfs.misc.arcstats.p: 104857600 kstat.zfs.misc.arcstats.c: 209715200 kstat.zfs.misc.arcstats.c_min: 26214400 kstat.zfs.misc.arcstats.c_max: 209715200 kstat.zfs.misc.arcstats.size: 0 kstat.zfs.misc.arcstats.hdr_size: 0 kstat.zfs.misc.arcstats.l2_hits: 0 kstat.zfs.misc.arcstats.l2_misses: 0 kstat.zfs.misc.arcstats.l2_feeds: 0 kstat.zfs.misc.arcstats.l2_rw_clash: 0 kstat.zfs.misc.arcstats.l2_writes_sent: 0 kstat.zfs.misc.arcstats.l2_writes_done: 0 kstat.zfs.misc.arcstats.l2_writes_error: 0 kstat.zfs.misc.arcstats.l2_writes_hdr_miss: 0 kstat.zfs.misc.arcstats.l2_evict_lock_retry: 0 kstat.zfs.misc.arcstats.l2_evict_reading: 0 kstat.zfs.misc.arcstats.l2_free_on_write: 0 kstat.zfs.misc.arcstats.l2_abort_lowmem: 0 kstat.zfs.misc.arcstats.l2_cksum_bad: 0 kstat.zfs.misc.arcstats.l2_io_error: 0 kstat.zfs.misc.arcstats.l2_size: 0 kstat.zfs.misc.arcstats.l2_hdr_size: 0 kstat.zfs.misc.arcstats.memory_throttle_count: 0 kstat.zfs.misc.vdev_cache_stats.delegations: 0 kstat.zfs.misc.vdev_cache_stats.hits: 0 kstat.zfs.misc.vdev_cache_stats.misses: 0