a new hard-drive in a 2y/o laptop
Chris Brennan
xaero at xaerolimit.net
Tue Jan 4 21:49:03 UTC 2011
On Tue, Jan 4, 2011 at 3:56 AM, Ian Smith <smithi at nimnet.asn.au> wrote:
> Ok. It may still be useful to see what if anything remains in the areas
> that GPT uses .. see below.
Seeing below...
> For sure. I'm going to wait till 7.4-RELEASE, then reinstall all of the
> ports on my now 7.4-PRERELEASE system from the set of ports (and esp.
> packages) resulting from the ports freeze .. that way there's much less
> chance of inconsistencies and mangled dependencies that often occur when
> trying to upgrade a lot of ports/packages installed some time ago ..
Hey fd0 still works! I found this out by mistake 2am this morning. I plugged
my
droid into the 7.3 box so it would charge next to me (still can't mount the
sucker!).
When I went to bed, I unpluged it and all the sudden the room got much much
quieter! It would appear Ziggy decided to push up some daises and die for no
reason. No coredump or crash data, the machine just shut itself down as it
if had
passed 'shutdown -r now' to it. It booted back up and seems to be running
fine,
infact I used it today to write some ufs partitions to some more media cards
(I think I figured out my 56-in-1 reader!)
> Ok, let's eg look at the first and last 'tracks' of 63 sectors. If you
> have somewhere you can copy these to (like a USB stick) then you can do
> that and examine them on another box with hexdump(1) | less(1). If not,
> as they're expected to be mostly zeroes, you can do it directly:
> dd if=/dev/ad4 count=71 | hd | less
> Not sure if Fixit provides hd &/or less, though they appear in /usr/bin?
Yes, indeed Fixit does have hd and less. More to, although it appears to
be a symlink to less.
> That shows you the boot sector ie MBR, plus anything in sectors 1-62,
> plus the first 4KB of what will be ad4s1, ie the s1 boot blocks (if
> they've been ever written there yet and haven't been since cleared)
Indeed it did, I've attached the dd output of oth cmds you asked to use. As
well as dmesg and 'sysctl -a'.
> According to your earlier report, your disk has:
> cylinders=1453521 heads=16 sectors/tracks=63 (1008 blks/cyl)
> and using that (standard) geometry, reformatted a bit:
> Offset Size(ST) End Name PType Desc Subtype
Flags
> 0 63 62 - 12 unused 0
> 63 1465149105 1465149167 ad4s1 8 freebsd 165
> Check: 1453521 * 16 * 63 = 1465149168 sectors, numbered 0..1465149167
> So since iseek=0 starts at sector 0, then iseek=1465149167 starts at the
> last sector, right? So:
> dd if=/dev/ad4 iseek=1465149104 count=63 | hd
> shows the last 63 sectors (last track) of the drive. If this isn't all
> zeroes (which is worth knowing, and recording) then make it so with:
> dd if=/dev/zero of=/dev/ad4 oseek=1465149104 count=63
> which is ok for your blank disk, but for a disk in use you should only
> zero the last 33 sectors as (way) below; there may be [meta]data before.
Indeed, see above.
> There were also (at least used to be) reports of troubles with some SATA
> cables, and as you've replaced your HD it might be worth checking your
> cable attachments are good, nothing twisted or under sideways pressure?
No cables, when I took the old hard-drive out, it had a flimsy metal cage
and
a small adapter that changed the direction of the SATA plugs so that they
are facing down. The hard-drive then plugs in, in a hinged fashion, the
metal
cage then screws to the laptop's frame to secure the drive from movement.
It's
a snug fit in any direction, so the drive can't become 'unhinged'.
> I have exactly that problem resuming from suspend on my Thinkpad T23 on
> all 8.x, where it worked fine from 6.1 through 7.4-PRERELEASE. So far
> the smarter people are saying nothing; maybe I've offended some gods?
Proffer the sacrificial lamb!
> How hard is it to replace the SATA cable in these? I haven't time to
> hunt now, but recall a swathe of messages to -stable a couple of years
> ago about SATA problems that were entirely solved by replacing cables.
No cables, see above.
> Again, getting a copy of what's there before zeroing may be helpful.
Numerous zeroing attempts, I still see data of some sort (see attachments)
> Sorry, typo: /dev/da0a. Yes the images are 'hybrid' unsliced disks.
> If you check with fdisk da0 you'll see it appears as slice 4, of about
> 24MB. The boot sector is /boot/boot1 with a munged MBR entry pointing
> to itself (ie slice s4 starts at sector 0), sectors 1-7 are /boot/boot2,
> with an also munged bsdlabel in sector 1. From an 8.1-R memstick.img:
> t23% fdisk -s da0
> /dev/da0: 967 cyl 64 hd 32 sec
> Part Start Size Type Flags
> 4: 0 50000 0xa5 0x80
> t23% bsdlabel da0c # (da0a whinges about size error)
> # /dev/da0c:
> 8 partitions:
> # size offset fstype [fsize bsize bps/cpg]
> a: 1852024 16 unused 0 0
> c: 1852040 0 unused 0 0 # "raw" part, don't
edit
I see said the blind man! (I think)
> You should be able to find 1GB USB sticks for close to free these days;
> longer term sysinstall needs to be taught to boot/use sliced USB media.
Indeed but not in the cards right now ... what I do have (and now mostly
working!)
Is a 128MB CF1 card, a 32GB SDHC, 2GB MicroSD (from my old phone) and a
handful of 512MB xD cards. I will make plans to get my hands on some 1gb/2gb
cards/sticks but arn't in my near future right now ... logic tells me if I
use a 2gb
card/stick, I should be able to use that unpartitioned space to write data
to w/o
corrupting the 1gb parition...
> Ok, so 'dd if=dev/ad4 iseek=63 count=8 | hd' should confirm it's all
> zeroes (re Mike's concern about confirming that writes are not being
> mangled). I'm not sure Fixit has hd though, and can't boot one just
> now. I think there's enough free space on the image to write a few megs
> to /dev/da0, I recall saving a dmesg and sysctl -a there once so I could
> view it on another box, though df already shows it as 'overfull':
> /dev/da0a 923679 860995 -11210 101% /mnt
Indeed, I see the same from my USB hard-drive.
> Hmm, certainly still in 7.4-PRE there's a 'W' menu option in both fdisk
> and label screens. It might still work, but be hidden in 8.2? [Bruce?]
Yes! 'w' does work, despite it not being visible I was able to use 'w'. It
coughed up a very large warning that I shouldn't do this. But I was brave
and
did it anyway.
Introducing this has given me a finer-grain filter to determine where the
install
is failing. I am able to write the fdisk data to disk and sysinstall reports
that
the data has been successfully written, I then move on to the label editor.
'a'
for the 8.1 defaults (just to get it installed) and then 'w' again. Coughs
up yet
another warning and I am brave and did it anyway. My laptop has now hit me
with a brick! Writing the labels is where sysinstall chokes and dies in it's
own
vomit. It threw up the error about not being able to fine /dev/ad4s1b.
At this point, should I just crawl into a ball in the corner and cry?
> Only helpful when it actually helps :)
Well, I'm learning a lot from your examples! So you are very helpful.
> Not bytes but sectors, and the right number seems to be 33. See below.
Okies
> :) The message you quoted immediately before this one, above.
I'm still confused here, I seem to be missing an e-mail then :(
> Ok, but you still should check the last track of the disk for cruft.
How about I just zero the whole disk! cruf-be-gone, dd style! I actually
don't
think this is a bad idea. Maybe the drive *is* defective but not in a
hard-ware
fashion but a software one where the factory did something to it's table? I
dunno, shot in the dark here, there is nothing on the drive so what do I
have
to loose?
> Actually, double checking the maths, 1465149168 - 34 = 1465149134 but
> that actually gets you the last 34 sectors (since size-1 gets the last 1
> sector) so I should have said size - 33 = 1465149135. Add count=33 to
> be sure. After which, dd it back to check it's all zeroes:
> dd if=/dev/ad4 iseek=1465149135 count=33 | hd
I incorporated this change into my attached results/
> As my brief late followup to that message pointed out, I made a TERRIBLE
> mistake there, saying skip instead of seek. I see you incorporated that
> correction, phew. Just to point out how bad a slip it was, what it'd do
> using skip is read - and discard - ~700GB of zeroes from the input, then
> zero the entire disk! My new years' resolution is to 'skip using skip'
> and to only ever use the more explicit iseek and oseek from now on!
There is no data on the disk of use, how terrible could this have been?
> "Careful with that axe, Eugene!" -- Pink Floyd
> Indeed it shouldn't.
May I borrow that axe to use on myself? lol.
-------------- next part --------------
00000000 fc 31 c0 8e c0 8e d8 8e d0 bc 00 7c be 1a 7c bf |.1.........|..|.|
00000010 1a 06 b9 e6 01 f3 a4 e9 00 8a 31 f6 bb be 07 b1 |..........1.....|
00000020 04 38 2f 74 08 7f 75 85 f6 75 71 89 de 80 c3 10 |.8/t..u..uq.....|
00000030 e2 ef 85 f6 75 02 cd 18 80 fa 80 72 0b 8a 36 75 |....u......r..6u|
00000040 04 80 c6 80 38 f2 72 02 8a 14 89 e7 8a 74 01 8b |....8.r......t..|
00000050 4c 02 bb 00 7c f6 06 bd 07 80 74 2d 51 53 bb aa |L...|.....t-QS..|
00000060 55 b4 41 cd 13 72 20 81 fb 55 aa 75 1a f6 c1 01 |U.A..r ..U.u....|
00000070 74 15 5b 66 6a 00 66 ff 74 08 06 53 6a 01 6a 10 |t.[fj.f.t..Sj.j.|
00000080 89 e6 b8 00 42 eb 05 5b 59 b8 01 02 cd 13 89 fc |....B..[Y.......|
00000090 72 0f 81 bf fe 01 55 aa 75 0c ff e3 be b9 06 eb |r.....U.u.......|
000000a0 11 be d1 06 eb 0c be f0 06 eb 07 bb 07 00 b4 0e |................|
000000b0 cd 10 ac 84 c0 75 f4 eb fe 49 6e 76 61 6c 69 64 |.....u...Invalid|
000000c0 20 70 61 72 74 69 74 69 6f 6e 20 74 61 62 6c 65 | partition table|
000000d0 00 45 72 72 6f 72 20 6c 6f 61 64 69 6e 67 20 6f |.Error loading o|
000000e0 70 65 72 61 74 69 6e 67 20 73 79 73 74 65 6d 00 |perating system.|
000000f0 4d 69 73 73 69 6e 67 20 6f 70 65 72 61 74 69 6e |Missing operatin|
00000100 67 20 73 79 73 74 65 6d 00 90 90 90 90 90 90 90 |g system........|
00000110 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 90 |................|
*
000001b0 90 90 90 90 90 90 90 90 90 90 90 90 90 80 80 01 |................|
000001c0 01 00 a5 0f ff ff 3f 00 00 00 b1 66 54 57 00 00 |......?....fTW..|
000001d0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00007e00 eb 3c 00 00 00 00 00 00 00 00 00 00 02 00 00 00 |.<..............|
00007e10 00 00 00 00 00 00 00 00 12 00 02 00 00 00 00 00 |................|
00007e20 00 00 00 00 00 16 1f 66 6a 00 51 50 06 53 31 c0 |.......fj.QP.S1.|
00007e30 88 f0 50 6a 10 89 e5 e8 c0 00 8d 66 10 cb fc 31 |..Pj.......f...1|
00007e40 c9 8e c1 8e d9 8e d1 bc 00 7c 89 e6 bf 00 07 fe |.........|......|
00007e50 c5 f3 a5 be ee 7d 80 fa 80 72 2c b6 01 e8 60 00 |.....}...r,...`.|
00007e60 b9 01 00 be be 8d b6 01 80 7c 04 a5 75 07 e3 19 |.........|..u...|
00007e70 f6 04 80 75 14 83 c6 10 fe c6 80 fe 05 72 e9 49 |...u.........r.I|
00007e80 e3 e1 be a2 7d eb 4b 31 d2 89 16 00 09 b6 10 e8 |....}.K1........|
00007e90 2e 00 bb 00 90 8b 77 0a 01 de bf 00 c0 b9 00 ae |......w.........|
00007ea0 29 f1 f3 a4 fa 49 74 14 e4 64 a8 02 75 f7 b0 d1 |)....It..d..u...|
00007eb0 e6 64 e4 64 a8 02 75 fa b0 df e6 60 fb e9 50 13 |.d.d..u....`..P.|
00007ec0 bb 00 8c 8b 44 08 8b 4c 0a 0e e8 5a ff 73 2a be |....D..L...Z.s*.|
00007ed0 9d 7d e8 1c 00 be a7 7d e8 16 00 30 e4 cd 16 c7 |.}.....}...0....|
00007ee0 06 72 04 34 12 ea 00 00 ff ff bb 07 00 b4 0e cd |.r.4............|
00007ef0 10 ac 84 c0 75 f4 b4 01 f9 c3 2e f6 06 b0 08 80 |....u...........|
00007f00 74 22 80 fa 80 72 1d bb aa 55 52 b4 41 cd 13 5a |t"...r...UR.A..Z|
00007f10 72 12 81 fb 55 aa 75 0c f6 c1 01 74 07 89 ee b4 |r...U.u....t....|
00007f20 42 cd 13 c3 52 b4 08 cd 13 88 f5 5a 72 cb 80 e1 |B...R......Zr...|
00007f30 3f 74 c3 fa 66 8b 46 08 52 66 0f b6 d9 66 31 d2 |?t..f.F.Rf...f1.|
00007f40 66 f7 f3 88 eb 88 d5 43 30 d2 66 f7 f3 88 d7 5a |f......C0.f....Z|
00007f50 66 3d ff 03 00 00 fb 77 9d 86 c4 c0 c8 02 08 e8 |f=.....w........|
00007f60 40 91 88 fe 28 e0 8a 66 02 38 e0 72 02 b0 01 bf |@...(..f.8.r....|
00007f70 05 00 c4 5e 04 50 b4 02 cd 13 5b 73 0a 4f 74 1c |...^.P....[s.Ot.|
00007f80 30 e4 cd 13 93 eb eb 0f b6 c3 01 46 08 73 03 ff |0..........F.s..|
00007f90 46 0a d0 e3 00 5e 05 28 46 02 77 88 c3 52 65 61 |F....^.(F.w..Rea|
00007fa0 64 00 42 6f 6f 74 00 20 65 72 72 6f 72 0d 0a 00 |d.Boot. error...|
00007fb0 80 90 90 90 90 90 90 90 90 90 90 90 90 90 00 00 |................|
00007fc0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00007fe0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 |................|
00007ff0 01 00 a5 fe ff ff 00 00 00 00 50 c3 00 00 55 aa |..........P...U.|
00008000 57 45 56 82 05 00 00 00 61 64 34 73 31 00 00 00 |WEV.....ad4s1...|
00008010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00008020 00 00 00 00 00 00 00 00 00 02 00 00 3f 00 00 00 |............?...|
00008030 10 00 00 00 d1 2d 16 00 f0 03 00 00 f0 66 54 57 |.....-.......fTW|
00008040 00 00 00 00 00 00 00 00 10 0e 01 00 00 00 00 00 |................|
00008050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00008080 00 00 00 00 57 45 56 82 02 d5 08 00 00 20 00 00 |....WEV...... ..|
00008090 00 00 00 00 00 00 10 00 3f 00 00 00 00 00 00 00 |........?.......|
000080a0 07 00 00 00 00 00 80 00 3f 00 10 00 00 00 00 00 |........?.......|
000080b0 01 00 00 00 b1 66 54 57 3f 00 00 00 00 00 00 00 |.....fTW?.......|
000080c0 00 00 00 00 00 68 9b 00 3f 00 90 00 00 00 00 00 |.....h..?.......|
000080d0 07 00 00 00 00 00 10 00 3f 68 2b 01 00 00 00 00 |........?h+.....|
000080e0 07 00 00 00 b1 fe 18 56 3f 68 3b 01 00 00 00 00 |.......V?h;.....|
000080f0 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00008100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00008200 eb 0e 42 54 58 01 02 80 f6 0f 90 06 00 20 00 00 |..BTX........ ..|
00008210 fa 31 c0 8e d0 bc 00 18 8e c0 8e d8 66 6a 02 66 |.1..........fj.f|
00008220 9d bf 00 5e b9 00 19 f3 ab bb 29 95 b9 10 00 bf |...^......).....|
00008230 80 00 89 1d 47 47 ab 83 c3 04 e2 f6 bf 00 5e be |....GG........^.|
00008240 e2 95 ac 98 91 e3 1d ac 92 ad 93 ad b6 08 d1 eb |................|
00008250 73 0b 89 05 88 75 02 88 55 05 83 c0 04 8d 7d 08 |s....u..U.....}.|
00008260 e2 ec eb de c6 45 05 18 c6 45 08 10 c6 45 66 68 |.....E...E...Efh|
00008270 bb 20 28 e8 b8 00 0f 01 1e d6 95 0f 01 16 d0 95 |. (.............|
00008280 0f 20 c0 40 0f 22 c0 ea 8c 90 08 00 31 c9 b1 10 |. . at ."......1...|
00008290 8e d1 b1 38 0f 00 d9 ba 00 a0 00 00 36 0f b7 05 |...8........6...|
000082a0 13 04 00 00 c1 e0 0a 2d 00 10 00 00 29 d0 b1 33 |.......-....)..3|
000082b0 51 50 68 02 02 00 00 6a 2b ff 35 0c 90 00 00 51 |QPh....j+.5....Q|
000082c0 51 51 51 52 b1 07 6a 00 e2 fc 61 07 1f 0f a1 0f |QQQR..j...a.....|
000082d0 a9 cf fa bc 00 18 00 00 0f 20 c0 25 ff ff ff 7f |......... .%....|
000082e0 0f 22 c0 31 c9 0f 22 d9 0f 01 15 d0 95 00 00 66 |.".1.."........f|
000082f0 ea f5 90 18 00 b1 20 8e d1 8e d9 8e c1 8e e1 8e |...... .........|
00008300 e9 48 0f 22 c0 ea 0a 91 00 00 31 c0 8e d0 8e d8 |.H."......1.....|
00008310 bb 08 70 e8 18 00 0f 01 1e dc 95 fb f6 06 07 90 |..p.............|
00008320 01 74 fe c7 06 72 04 34 12 ea f0 ff 00 f0 e4 21 |.t...r.4.......!|
00008330 50 e4 a1 50 b0 11 e6 20 e6 a0 88 d8 e6 21 88 f8 |P..P... .....!..|
00008340 e6 a1 b0 04 e6 21 b0 02 e6 a1 b0 01 e6 21 e6 a1 |.....!.......!..|
00008350 58 e6 a1 58 e6 21 c3 6a 00 eb 34 6a 01 eb 30 6a |X..X.!.j..4j..0j|
00008360 03 eb 2c 6a 04 eb 28 6a 05 eb 24 6a 06 eb 20 6a |..,j..(j..$j.. j|
00008370 07 eb 1c 6a 08 eb 20 6a 0a eb 1c 6a 0b eb 18 6a |...j.. j...j...j|
00008380 0c eb 14 6a 0d eb 10 6a 0e eb 0c 6a 10 eb 00 ff |...j...j...j....|
00008390 34 24 c6 44 24 04 00 fc 1e 06 60 0f a8 0f a0 1e |4$.D$.....`.....|
000083a0 06 66 83 7c 24 44 08 75 03 16 eb 04 ff 74 24 50 |.f.|$D.u.....t$P|
000083b0 ff 74 24 50 6a 10 1f 1e 07 89 e3 be 01 96 00 00 |.t$Pj...........|
000083c0 bf 00 18 00 00 57 e8 44 02 00 00 5e e8 fa 02 00 |.....W.D...^....|
000083d0 00 8d 64 24 18 61 07 1f 80 3c 24 03 74 15 80 3c |..d$.a...<$.t..<|
000083e0 24 01 75 0a f7 44 24 10 00 01 00 00 75 05 e9 df |$.u..D$.....u...|
000083f0 fe ff ff 8d 64 24 08 cf 80 0d 07 90 00 00 01 e9 |....d$..........|
00008400 ce fe ff ff 6a 08 eb 3e 6a 09 eb 3a 6a 0a eb 36 |....j..>j..:j..6|
00008410 6a 0b eb 32 6a 0c eb 2e 6a 0d eb 2a 6a 0e eb 26 |j..2j...j..*j..&|
00008420 6a 0f eb 22 6a 70 eb 1e 6a 71 eb 1a 6a 72 eb 16 |j.."jp..jq..jr..|
00008430 6a 73 eb 12 6a 74 eb 0e 6a 75 eb 0a 6a 76 eb 06 |js..jt..ju..jv..|
00008440 6a 77 eb 02 6a ff fc 60 0f a8 0f a0 1e 06 6a 10 |jw..j..`......j.|
00008450 1f 1e 07 8d 74 24 44 89 25 fc 5d 00 00 8b 46 ec |....t$D.%.]...F.|
00008460 83 f8 ff 75 2d bb 00 a0 00 00 89 da 03 5e fc 8b |...u-........^..|
00008470 2b 01 ea 89 15 f8 5d 00 00 8b 42 04 8b 52 00 8b |+.....]...B..R..|
00008480 5e f8 f7 c2 00 00 01 00 75 25 81 e3 ff fc fb ff |^.......u%......|
00008490 eb 16 31 d2 89 15 f8 5d 00 00 b9 0c 00 00 00 6a |..1....].......j|
000084a0 00 e2 fc bb 02 00 00 00 c1 e0 02 8b 00 eb 22 f7 |..............".|
000084b0 c2 00 00 02 00 75 1a 89 54 24 30 be 74 96 00 00 |.....u..T$0.t...|
000084c0 e8 06 02 00 00 07 1f 0f a1 0f a9 61 e9 be fe ff |...........a....|
000084d0 ff 66 89 1d ee 5d 00 00 8b 0d f8 5d 00 00 e3 0f |.f...].....]....|
000084e0 8d 7e bc 56 8d 71 08 b9 04 00 00 00 f3 a5 5e 8b |.~.V.q........^.|
000084f0 5e f8 89 1d f4 5d 00 00 bb 36 93 00 00 89 1d f0 |^....]...6......|
00008500 5d 00 00 a3 ea 5d 00 00 66 ea 0e 93 18 00 0f 20 |]....]..f...... |
00008510 c0 fe c8 0f 22 c0 ea 1b 93 00 00 31 c0 8e d8 8e |...."......1....|
00008520 d0 0f 01 1e dc 95 66 07 66 1f 66 0f a1 66 0f a9 |......f.f.f..f..|
00008530 66 61 bc ea 5d cf bc f8 5d 66 60 66 0f a8 66 0f |fa..]...]f`f..f.|
00008540 a0 66 1e 66 06 66 9c fa fd 31 c0 8e d8 8e c0 0f |.f.f.f...1......|
00008550 01 1e d6 95 0f 01 16 d0 95 0f 20 c0 40 0f 22 c0 |.......... . at .".|
00008560 ea 65 93 08 00 31 c9 b1 10 8e d1 8e d9 8e c1 8b |.e...1..........|
00008570 25 fc 5d 00 00 8d 74 24 44 80 25 cd 95 00 00 fd |%.]...t$D.%.....|
00008580 b1 38 0f 00 d9 83 3d f8 5d 00 00 00 74 49 8d 7e |.8....=.]...tI.~|
00008590 e8 56 be f4 5d 00 00 b9 08 00 00 00 f3 a5 b8 33 |.V..]..........3|
000085a0 00 00 00 b9 04 00 00 00 f3 ab 8b 0d f8 5d 00 00 |.............]..|
000085b0 8d 79 14 8d 35 d4 5d 00 00 87 ca b9 04 00 00 00 |.y..5.].........|
000085c0 f3 a5 5e 8b 52 00 f7 c2 00 00 04 00 74 09 a1 c4 |..^.R.......t...|
000085d0 5d 00 00 66 89 46 f8 07 1f 0f a1 0f a9 61 83 c4 |]..f.F.......a..|
000085e0 04 cf 83 f8 01 75 1a 16 07 06 1f 1e 0f a1 0f a0 |.....u..........|
000085f0 0f a9 b8 00 a0 00 00 03 44 24 0c 8d 60 04 58 ff |........D$..`.X.|
00008600 d0 36 80 0d 07 90 00 00 01 e9 c4 fc ff ff aa ac |.6..............|
00008610 84 c0 0f 84 86 00 00 00 a8 80 74 f2 88 c5 b0 3d |..........t....=|
00008620 aa ac 56 0f be f0 01 de f6 c5 01 74 07 66 ad e8 |..V........t.f..|
00008630 76 00 00 00 f6 c5 02 74 06 ad e8 61 00 00 00 f6 |v......t...a....|
00008640 c5 04 74 4a 1e f7 43 50 00 00 02 00 75 0a 0f 00 |..tJ..CP....u...|
00008650 66 04 75 04 c5 36 eb 09 ad 92 ad c1 e0 04 01 d0 |f.u..6..........|
00008660 96 b2 02 b1 10 ac e8 46 00 00 00 fe c9 74 0c b0 |.......F.....t..|
00008670 2d 80 f9 08 74 02 b0 20 aa eb ea fe ca 74 0e b0 |-...t.. .....t..|
00008680 0a aa b1 07 b0 20 aa fe c9 75 fb eb d6 1f 5e b0 |..... ...u....^.|
00008690 0a f6 c5 08 75 03 b0 20 aa e9 70 ff ff ff aa c3 |....u.. ..p.....|
000086a0 50 c1 e8 10 e8 01 00 00 00 58 e8 00 00 00 00 86 |P........X......|
000086b0 e0 50 c0 e8 04 e8 01 00 00 00 58 24 0f 3c 0a 1c |.P........X$.<..|
000086c0 69 2f 0c 20 aa c3 e8 06 00 00 00 ac 84 c0 75 f6 |i/. ..........u.|
000086d0 c3 60 31 c9 b4 07 bb 50 04 00 00 66 8b 13 bf 00 |.`1....P...f....|
000086e0 80 0b 00 38 63 f9 75 03 66 31 ff 3c 0a 74 17 91 |...8c.u.f1.<.t..|
000086f0 b0 50 f6 e6 00 d0 80 d4 00 d1 e0 91 66 89 04 0f |.P..........f...|
00008700 42 80 fa 50 72 04 30 d2 fe c6 80 fe 19 72 15 8d |B..Pr.0......r..|
00008710 b7 a0 00 00 00 66 b9 c0 03 f3 a5 b0 20 b1 50 f3 |.....f...... .P.|
00008720 66 ab b6 18 66 89 13 61 c3 6a 08 eb 3c 6a 09 eb |f...f..a.j..<j..|
00008730 38 6a 0a eb 34 6a 0b eb 30 6a 0c eb 2c 6a 0d eb |8j..4j..0j..,j..|
00008740 28 6a 0e eb 24 6a 0f eb 20 6a 70 eb 1c 6a 71 eb |(j..$j.. jp..jq.|
00008750 18 6a 72 eb 14 6a 73 eb 10 6a 74 eb 0c 6a 75 eb |.jr..js..jt..ju.|
00008760 08 6a 76 eb 04 6a 77 eb 00 50 1e 55 89 e5 87 5e |.jv..jw..P.U...^|
00008770 06 31 c0 c1 e3 02 8e d8 8b 07 8b 5f 02 87 46 04 |.1........._..F.|
00008780 87 5e 06 5d 1f cb eb 08 90 90 90 90 90 90 90 90 |.^.]............|
00008790 00 00 00 00 00 00 00 00 ff ff 00 00 00 9a cf 00 |................|
000087a0 ff ff 00 00 00 92 cf 00 ff ff 00 00 00 9a 00 00 |................|
000087b0 ff ff 00 00 00 92 00 00 ff ff 00 a0 00 fa cf 00 |................|
000087c0 ff ff 00 a0 00 f2 cf 00 67 20 98 5f 00 89 00 00 |........g ._....|
000087d0 3f 00 90 95 00 00 97 01 00 5e 00 00 ff 03 00 00 |?........^......|
000087e0 00 00 10 8e fb 7d 57 91 10 8e 01 00 8b 91 10 8e |.....}W.........|
000087f0 ff ff 04 92 01 ee 01 00 e2 93 02 ee 01 00 44 92 |..............D.|
00008800 00 0a 69 6e 74 82 40 65 72 72 82 44 65 66 6c 82 |..int. at err.Defl.|
00008810 50 65 69 70 8a 48 65 61 78 82 34 65 62 78 82 28 |Peip.Heax.4ebx.(|
00008820 65 63 78 82 30 65 64 78 8a 2c 65 73 69 82 1c 65 |ecx.0edx.,esi..e|
00008830 64 69 82 18 65 62 70 82 20 65 73 70 8a 00 63 73 |di..ebp. esp..cs|
00008840 81 4c 64 73 81 0c 65 73 81 08 20 20 66 73 81 10 |.Lds..es.. fs..|
00008850 67 73 81 14 73 73 89 04 63 73 3a 65 69 70 8c 48 |gs..ss..cs:eip.H|
00008860 73 73 3a 65 73 70 8c 00 42 54 58 20 68 61 6c 74 |ss:esp..BTX halt|
00008870 65 64 0a 00 49 6e 76 61 6c 69 64 20 56 4d 38 36 |ed..Invalid VM86|
00008880 20 52 65 71 75 65 73 74 0a 00 89 f6 8d bd 00 00 | Request........|
00008890 fc 50 bf e9 34 00 00 b9 e4 3f 00 00 29 f9 30 c0 |.P..4....?..).0.|
000088a0 f3 aa 8f 05 d8 3f 00 00 89 e0 05 a0 0f 00 00 a3 |.....?..........|
000088b0 dc 3f 00 00 e8 b5 06 00 00 e8 06 09 00 00 90 90 |.?..............|
000088c0 31 c0 cd 30 b8 01 00 00 00 cd 30 90 8f 05 e0 3f |1..0......0....?|
000088d0 00 00 68 a0 3f 00 00 e8 11 00 00 00 cd 31 e8 0a |..h.?........1..|
000088e0 00 00 00 83 c4 04 ff 35 e0 3f 00 00 c3 87 6c 24 |.......5.?....l$|
000088f0 04 87 45 18 87 4d 1c 87 55 20 87 5d 24 50 9c 58 |..E..M..U .]$P.X|
00008900 87 45 28 50 9d 8b 44 24 08 87 45 2c 89 44 24 08 |.E(P..D$..E,.D$.|
00008910 58 87 75 30 87 7d 34 87 6c 24 04 c3 53 8b 5c 24 |X.u0.}4.l$..S.\$|
00008920 10 8b 4c 24 0c 8b 54 24 08 eb 06 8a 41 ff 88 42 |..L$..T$....A..B|
00008930 ff 4b 41 42 83 fb ff 75 f2 5b c2 0c 00 55 57 56 |.KAB...u.[...UWV|
00008940 53 81 ec 08 03 00 00 8b 94 24 1c 03 00 00 c6 84 |S........$......|
00008950 24 08 02 00 00 2f c6 84 24 09 02 00 00 00 be 04 |$..../..$.......|
00008960 00 00 00 bd 02 00 00 00 8d 84 24 08 02 00 00 89 |..........$.....|
00008970 04 24 31 c0 80 3a 2f 0f 94 c0 01 c2 8a 02 88 44 |.$1..:/........D|
00008980 24 07 84 c0 0f 84 07 01 00 00 89 d7 eb 01 47 8a |$.............G.|
00008990 07 84 c0 0f 95 c1 74 04 3c 2f 75 f2 89 fb 29 d3 |......t.</u...).|
000089a0 81 fb ff 00 00 00 0f 8f ea 00 00 00 80 7c 24 07 |.............|$.|
000089b0 3f 75 05 83 fb 01 74 04 31 c0 eb 06 83 f1 01 0f |?u....t.1.......|
000089c0 b6 c1 a3 8c 3f 00 00 53 52 8d 84 24 10 02 00 00 |....?..SR..$....|
000089d0 50 e8 46 ff ff ff c6 84 1c 08 02 00 00 00 83 fe |P.F.............|
000089e0 04 74 1b 8d 84 24 08 02 00 00 50 68 e3 33 00 00 |.t...$....Ph.3..|
000089f0 e8 29 0f 00 00 31 ed 5b 5e e9 9a 00 00 00 c7 05 |.)...1.[^.......|
00008a00 94 3f 00 00 00 00 00 00 eb 58 8d 74 24 08 83 3d |.?.......X.t$..=|
00008a10 8c 3f 00 00 00 8d 46 08 74 0f 50 68 f9 33 00 00 |.?....F.t.Ph.3..|
00008a20 e8 f9 0e 00 00 5a 59 eb 2e 89 c1 8d 94 24 08 02 |.....ZY......$..|
00008a30 00 00 eb 02 42 41 8a 1a 8a 01 38 c3 75 04 84 c0 |....BA....8.u...|
00008a40 75 f2 38 d8 75 11 8b 2e 0f b6 76 06 89 fa 85 f6 |u.8.u.....v.....|
00008a50 7e 3f e9 1b ff ff ff 0f b7 46 04 01 c6 3b 34 24 |~?.......F...;4$|
00008a60 72 ac 68 00 02 00 00 8d 44 24 0c 50 55 e8 35 00 |r.h.....D$.PU.5.|
00008a70 00 00 85 c0 7f 94 40 74 1d 83 3d 8c 3f 00 00 00 |...... at t..=.?...|
00008a80 74 14 68 f7 33 00 00 e8 92 0e 00 00 31 ed 58 eb |t.h.3.......1.X.|
00008a90 07 83 fe 08 74 02 31 ed 89 e8 81 c4 08 03 00 00 |....t.1.........|
00008aa0 5b 5e 5f 5d c2 04 00 55 57 56 53 83 ec 44 a1 88 |[^_]...UWVS..D..|
00008ab0 3f 00 00 89 44 24 14 05 00 10 00 00 89 44 24 20 |?...D$.......D$ |
00008ac0 8b 7c 24 14 81 c7 00 20 00 00 83 3d 90 3f 00 00 |.|$.... ...=.?..|
00008ad0 00 0f 85 98 00 00 00 c7 05 00 35 00 00 00 00 00 |..........5.....|
00008ae0 00 31 db eb 5b 6a 10 ba 00 02 00 00 89 c8 89 d6 |.1..[j..........|
00008af0 99 f7 fe 50 57 e8 7b 0c 00 00 85 c0 0f 85 5f 04 |...PW.{......._.|
00008b00 00 00 8b 87 5c 05 00 00 3d 54 19 01 00 74 1f 3d |....\...=T...t.=|
00008b10 19 01 54 19 75 29 8b 04 9d d1 34 00 00 99 39 97 |..T.u)....4...9.|
00008b20 ec 03 00 00 75 19 39 87 e8 03 00 00 75 11 8b 47 |....u.9.....u..G|
00008b30 30 3d 00 00 01 00 7f 07 3d 5f 05 00 00 77 0d 43 |0=......=_...w.C|
00008b40 8b 0c 9d d1 34 00 00 83 f9 ff 75 99 83 3c 9d d1 |....4.....u..<..|
00008b50 34 00 00 ff 75 13 68 fd 33 00 00 e8 be 0d 00 00 |4...u.h.3.......|
00008b60 83 c8 ff 5f e9 fb 03 00 00 ff 05 90 3f 00 00 31 |..._........?..1|
00008b70 c0 83 7c 24 58 00 0f 84 e8 03 00 00 8b 44 24 58 |..|$X........D$X|
00008b80 39 05 00 35 00 00 0f 84 27 01 00 00 8b 4f 30 c1 |9..5....'....O0.|
00008b90 f9 0c 8b 57 78 89 d0 99 f7 f9 89 c5 81 bf 5c 05 |...Wx.........\.|
00008ba0 00 00 19 01 54 19 75 19 8b 44 24 58 31 d2 f7 b7 |....T.u..D$X1...|
00008bb0 b8 00 00 00 0f af 87 bc 00 00 00 89 c3 31 f6 eb |.............1..|
00008bc0 2a 8b 44 24 58 31 d2 f7 b7 b8 00 00 00 89 c1 8b |*.D$X1..........|
00008bd0 47 1c f7 d0 21 c8 0f af 47 18 89 c3 31 f6 0f af |G...!...G...1...|
00008be0 8f bc 00 00 00 31 d2 01 cb 11 d6 6a 08 8b 47 10 |.....1.....j..G.|
00008bf0 99 01 c3 11 d6 8b 4f 64 0f a5 de d3 e3 f6 c1 20 |......Od....... |
00008c00 74 04 89 de 31 db 8b 44 24 5c 31 d2 f7 b7 b8 00 |t...1..D$\1.....|
00008c10 00 00 89 54 24 04 89 d0 31 d2 f7 f5 c1 e0 03 01 |...T$...1.......|
00008c20 d8 50 ff 74 24 1c e8 4a 0b 00 00 85 c0 0f 85 2e |.P.t$..J........|
00008c30 03 00 00 8b 44 24 58 31 d2 f7 f5 81 bf 5c 05 00 |....D$X1.....\..|
00008c40 00 54 19 01 00 75 17 c1 e2 07 8b 4c 24 14 8d 04 |.T...u.....L$...|
00008c50 0a 68 80 00 00 00 50 68 04 36 00 00 eb 15 c1 e2 |.h....Ph.6......|
00008c60 08 8b 74 24 14 8d 04 32 68 00 01 00 00 50 68 04 |..t$...2h....Ph.|
00008c70 35 00 00 e8 a4 fc ff ff 8b 44 24 58 a3 00 35 00 |5........D$X..5.|
00008c80 00 c7 05 94 3f 00 00 00 00 00 00 c7 05 f0 34 00 |....?.........4.|
00008c90 00 00 00 00 00 c7 05 f4 34 00 00 00 00 00 00 c7 |........4.......|
00008ca0 05 f8 34 00 00 00 00 00 00 c7 05 fc 34 00 00 00 |..4.........4...|
00008cb0 00 00 00 81 bf 5c 05 00 00 54 19 01 00 75 0c 8b |.....\...T...u..|
00008cc0 15 0c 36 00 00 89 54 24 2c eb 0a 8b 0d 14 35 00 |..6...T$,.....5.|
00008cd0 00 89 4c 24 2c 8b 74 24 5c 89 74 24 24 8b 44 24 |..L$,.t$\.t$$.D$|
00008ce0 2c 2b 05 94 3f 00 00 89 44 24 40 8b 54 24 60 39 |,+..?...D$@.T$`9|
00008cf0 d0 76 04 89 54 24 40 8b 4c 24 40 89 4c 24 28 8b |.v..T$@.L$@.L$(.|
00008d00 74 24 2c 89 74 24 04 c7 44 24 08 00 00 00 00 e9 |t$,.t$..D$......|
00008d10 3c 02 00 00 a1 94 3f 00 00 89 44 24 3c 8b 4f 50 |<.....?...D$<.OP|
00008d20 89 c3 d3 eb 89 5c 24 34 c7 44 24 38 00 00 00 00 |.....\$4.D$8....|
00008d30 8b 97 38 05 00 00 8b 8f 3c 05 00 00 89 54 24 18 |..8.....<....T$.|
00008d40 89 4c 24 1c 83 7c 24 34 0b 77 33 81 bf 5c 05 00 |.L$..|$4.w3..\..|
00008d50 00 54 19 01 00 75 10 8b 44 24 34 8b 04 85 2c 36 |.T...u..D$4...,6|
00008d60 00 00 e9 d7 00 00 00 8b 44 24 34 8b 14 c5 78 35 |........D$4...x5|
00008d70 00 00 8b 04 c5 74 35 00 00 e9 ce 00 00 00 8b 4f |.....t5........O|
00008d80 74 8d 41 0c 99 39 54 24 38 0f 8f d2 01 00 00 7c |t.A..9T$8......||
00008d90 0a 39 44 24 34 0f 83 c6 01 00 00 8b 57 30 c1 fa |.9D$4.......W0..|
00008da0 0c 89 c8 89 d6 99 f7 fe 89 44 24 0c 81 bf 5c 05 |.........D$...\.|
00008db0 00 00 54 19 01 00 75 08 a1 5c 36 00 00 99 eb 0b |..T...u..\6.....|
00008dc0 a1 d4 35 00 00 8b 15 d8 35 00 00 8d 6b f4 8b 4f |..5.....5...k..O|
00008dd0 64 89 c3 89 d6 0f a5 de d3 e3 f6 c1 20 74 04 89 |d........... t..|
00008de0 de 31 db 89 e8 31 d2 f7 74 24 0c c1 e0 03 31 d2 |.1...1..t$....1.|
00008df0 01 c3 11 d6 39 35 f4 34 00 00 75 08 39 1d f0 34 |....95.4..u.9..4|
00008e00
-------------- next part --------------
00000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00004000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00 |EFI PART....\...|
00004010 2b b3 b7 fa 00 00 00 00 ef 66 54 57 00 00 00 00 |+........fTW....|
00004020 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00 |........".......|
00004030 ce 66 54 57 00 00 00 00 45 51 13 4c 0e 0e e0 11 |.fTW....EQ.L....|
00004040 95 6e 00 1d 72 5b f5 d6 cf 66 54 57 00 00 00 00 |.n..r[...fTW....|
00004050 80 00 00 00 80 00 00 00 86 d2 54 ab 00 00 00 00 |..........T.....|
00004060 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00004200
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dmesg.log
Type: application/octet-stream
Size: 58763 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20110104/c370dd77/dmesg-0001.obj
-------------- next part --------------
kern.ostype: FreeBSD
kern.osrelease: 8.1-RELEASE
kern.osrevision: 199506
kern.version: FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010
root at mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
kern.maxvnodes: 100000
kern.maxproc: 6164
kern.maxfiles: 12328
kern.argmax: 262144
kern.securelevel: -1
kern.hostname:
kern.hostid: 0
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 = 1294155551, usec = 848260 } Tue Jan 4 15:39:11 2011
kern.domainname:
kern.osreldate: 801000
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: 16
kern.ipc.max_protohdr: 60
kern.ipc.max_hdr: 76
kern.ipc.max_datalen: 92
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: 0
kern.ipc.maxpipekva: 66519040
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: 152
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: 128
kern.ipc.shmmni: 192
kern.ipc.shmmin: 1
kern.ipc.shmmax: 33554432
kern.ipc.maxsockets: 25600
kern.ipc.numopensockets: 0
kern.ipc.nsfbufsused: 0
kern.ipc.nsfbufspeak: 0
kern.ipc.nsfbufs: 0
kern.dummy: 0
kern.ps_strings: 140737488355296
kern.usrstack: 140737488355328
kern.logsigexit: 1
kern.iov_max: 1024
kern.hostuuid: 00000000-0000-0000-0000-000000000000
kern.cam.boot_delay: 0
kern.cam.pmp.default_timeout: 30
kern.cam.pmp.retry_count: 1
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.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.cam.da.1.minimum_cmd_size: 10
kern.cam.da.2.minimum_cmd_size: 10
kern.cam.da.3.minimum_cmd_size: 10
kern.dcons.poll_hz: 25
kern.disks: da3 da2 da1 da0 ad4
kern.geom.collectstats: 1
kern.geom.debugflags: 0
kern.geom.label.debug: 0
kern.geom.label.ext2fs.enable: 1
kern.geom.label.iso9660.enable: 1
kern.geom.label.msdosfs.enable: 1
kern.geom.label.ntfs.enable: 1
kern.geom.label.reiserfs.enable: 1
kern.geom.label.ufs.enable: 1
kern.geom.label.ufsid.enable: 1
kern.geom.label.gptid.enable: 1
kern.geom.label.gpt.enable: 1
kern.elf64.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: 1 0 53 560 218454 10 0 61 198 218757
kern.cp_time: 11 0 114 758 437211
kern.constty_wakeups_per_second: 5
kern.consmsgbuf_size: 8192
kern.consmute: 0
kern.console: ttyv0,dcons,/dcons,ttyv0,ucom,
kern.openfiles: 6
kern.kq_calloutmax: 4096
kern.ps_arg_cache_limit: 256
kern.stackprot: 7
kern.randompid: 0
kern.lastpid: 72
kern.ktrace.request_pool: 100
kern.ktrace.genio_size: 4096
kern.module_path: /boot/kernel;/boot/modules
kern.malloc_count: 260
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: GENERIC
kern.kstack_pages: 4
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: 1
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-fast(1000) i8254(0) dummy(-1000000)
kern.timecounter.hardware: ACPI-fast
kern.timecounter.stepwarnings: 0
kern.timecounter.tc.i8254.mask: 65535
kern.timecounter.tc.i8254.counter: 49219
kern.timecounter.tc.i8254.frequency: 1193182
kern.timecounter.tc.i8254.quality: 0
kern.timecounter.tc.ACPI-fast.mask: 16777215
kern.timecounter.tc.ACPI-fast.counter: 7749079
kern.timecounter.tc.ACPI-fast.frequency: 3579545
kern.timecounter.tc.ACPI-fast.quality: 1000
kern.timecounter.tc.HPET.mask: 4294967295
kern.timecounter.tc.HPET.counter: 2747618044
kern.timecounter.tc.HPET.frequency: 25000000
kern.timecounter.tc.HPET.quality: 900
kern.timecounter.tc.TSC.mask: 4294967295
kern.timecounter.tc.TSC.counter: 2684216355
kern.timecounter.tc.TSC.frequency: 2000203687
kern.timecounter.tc.TSC.quality: -100
kern.timecounter.smp_tsc: 0
kern.timecounter.invariant_tsc: 0
kern.threads.max_threads_hits: 0
kern.threads.max_threads_per_proc: 1500
kern.ccpu: 0
kern.sched.preemption: 1
kern.sched.topology_spec: <groups>
<group level="1" cache-level="0">
<cpu count="2" mask="0x3">0, 1</cpu>
<flags></flags>
<children>
<group level="3" cache-level="2">
<cpu count="2" mask="0x3">0, 1</cpu>
<flags></flags>
</group>
</children>
</group>
</groups>
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: 209
kern.devstat.numdevs: 10
kern.kobj_methodcount: 160
kern.log_wakeups_per_second: 5
kern.vm_guest: none
kern.sgrowsiz: 131072
kern.maxssiz: 536870912
kern.dflssiz: 8388608
kern.maxdsiz: 34359738368
kern.dfldsiz: 134217728
kern.maxtsiz: 134217728
kern.maxbcache: 0
kern.maxswzone: 33554432
kern.nswbuf: 256
kern.nbuf: 25939
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: 1
kern.tty_inq_flush_secure: 1
kern.tty_inq_nslow: 269
kern.tty_inq_nfast: 962
kern.tty_outq_nslow: 0
kern.tty_outq_nfast: 0
kern.pts_maxdev: 999
kern.tty_pty_warningcnt: 1
kern.tty_nout: 1248308
kern.tty_nin: 1232
kern.minvnodes: 25000
kern.metadelay: 28
kern.dirdelay: 29
kern.filedelay: 30
kern.chroot_allow_open_directories: 1
kern.elf32.fallback_brand: -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: 1)
Virtual Memory: (Total: 1073819404K, Active 16480K)
Real Memory: (Total: 40276K Active 4024K)
Shared Virtual Memory: (Total: 2704K Active: 2704K)
Shared Real Memory: (Total: 2136K Active: 2136K)
Free Memory Pages: 3816188K
vm.loadavg: { 0.00 0.00 0.00 }
vm.v_free_min: 6188
vm.v_free_target: 26070
vm.v_free_reserved: 1318
vm.v_inactive_target: 39105
vm.v_cache_min: 26070
vm.v_cache_max: 52140
vm.v_pageout_free_min: 34
vm.pageout_algorithm: 0
vm.swap_enabled: 1
vm.kmem_size_scale: 3
vm.kmem_size_max: 329853485875
vm.kmem_size_min: 0
vm.kmem_size: 1330380800
vm.nswapdev: 0
vm.dmmax: 32
vm.swap_async_max: 4
vm.overcommit: 0
vm.swap_reserved: 17711104
vm.swap_total: 0
vm.zone_count: 90
vm.swap_idle_threshold2: 10
vm.swap_idle_threshold1: 2
vm.kstacks: 83
vm.kstack_cache_size: 128
vm.exec_map_entries: 16
vm.stats.misc.zero_page_count: 7
vm.stats.misc.cnt_prezero: 0
vm.stats.vm.v_kthreadpages: 0
vm.stats.vm.v_rforkpages: 0
vm.stats.vm.v_vforkpages: 0
vm.stats.vm.v_forkpages: 36789
vm.stats.vm.v_kthreads: 22
vm.stats.vm.v_rforks: 0
vm.stats.vm.v_vforks: 0
vm.stats.vm.v_forks: 50
vm.stats.vm.v_interrupt_free_min: 2
vm.stats.vm.v_pageout_free_min: 34
vm.stats.vm.v_cache_max: 52140
vm.stats.vm.v_cache_min: 26070
vm.stats.vm.v_cache_count: 8
vm.stats.vm.v_inactive_count: 477
vm.stats.vm.v_inactive_target: 39105
vm.stats.vm.v_active_count: 802
vm.stats.vm.v_wire_count: 19060
vm.stats.vm.v_free_count: 954038
vm.stats.vm.v_free_min: 6188
vm.stats.vm.v_free_target: 26070
vm.stats.vm.v_free_reserved: 1318
vm.stats.vm.v_page_count: 974402
vm.stats.vm.v_page_size: 4096
vm.stats.vm.v_tfree: 14044
vm.stats.vm.v_pfree: 3061
vm.stats.vm.v_dfree: 0
vm.stats.vm.v_tcached: 152
vm.stats.vm.v_pdpages: 0
vm.stats.vm.v_pdwakeups: 0
vm.stats.vm.v_reactivated: 140
vm.stats.vm.v_intrans: 2
vm.stats.vm.v_vnodepgsout: 0
vm.stats.vm.v_vnodepgsin: 910
vm.stats.vm.v_vnodeout: 0
vm.stats.vm.v_vnodein: 419
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: 0
vm.stats.vm.v_zfod: 3076
vm.stats.vm.v_cow_optim: 0
vm.stats.vm.v_cow_faults: 1531
vm.stats.vm.v_vm_faults: 14961
vm.stats.sys.v_soft: 293486
vm.stats.sys.v_intr: 13580
vm.stats.sys.v_syscall: 102039
vm.stats.sys.v_trap: 6826
vm.stats.sys.v_swtch: 751588
vm.stats.object.bypasses: 0
vm.stats.object.collapses: 192
vm.v_free_severe: 3753
vm.max_proc_mmap: 110865
vm.old_msync: 0
vm.msync_flush_flags: 3
vm.boot_pages: 48
vm.max_wired: 321753
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: 26070
vm.max_launder: 32
vm.phys_segs:
SEGMENT 0:
start: 0x1000
end: 0x9a000
free list: 0xffffffff80c68a68
SEGMENT 1:
start: 0x129b000
end: 0xbf054000
free list: 0xffffffff80c686c0
SEGMENT 2:
start: 0x100000000
end: 0x12fff0000
free list: 0xffffffff80c686c0
vm.phys_free:
FREE LIST 0:
ORDER (SIZE) | NUMBER
| POOL 0 | POOL 1 | POOL 2
-- -- -- -- -- -- -- --
12 ( 16384K) | 230 | 0 | 0
11 ( 8192K) | 0 | 0 | 0
10 ( 4096K) | 1 | 0 | 0
9 ( 2048K) | 2 | 1 | 0
8 ( 1024K) | 0 | 1 | 0
7 ( 512K) | 0 | 1 | 0
6 ( 256K) | 1 | 1 | 0
5 ( 128K) | 0 | 1 | 0
4 ( 64K) | 0 | 0 | 0
3 ( 32K) | 0 | 1 | 0
2 ( 16K) | 1 | 0 | 0
1 ( 8K) | 0 | 0 | 0
0 ( 4K) | 0 | 0 | 0
FREE LIST 1:
ORDER (SIZE) | NUMBER
| POOL 0 | POOL 1 | POOL 2
-- -- -- -- -- -- -- --
12 ( 16384K) | 0 | 0 | 0
11 ( 8192K) | 0 | 0 | 0
10 ( 4096K) | 0 | 0 | 0
9 ( 2048K) | 0 | 0 | 0
8 ( 1024K) | 0 | 0 | 0
7 ( 512K) | 0 | 0 | 0
6 ( 256K) | 1 | 0 | 0
5 ( 128K) | 1 | 0 | 0
4 ( 64K) | 1 | 0 | 0
3 ( 32K) | 2 | 0 | 0
2 ( 16K) | 0 | 0 | 0
1 ( 8K) | 2 | 0 | 0
0 ( 4K) | 1 | 0 | 0
vm.reserv.reclaimed: 0
vm.reserv.partpopq:
LEVEL SIZE NUMBER
-1: 34868K, 20
vm.reserv.freed: 196
vm.reserv.broken: 0
vm.idlezero_enable: 0
vm.kvm_free: 547805458432
vm.kvm_size: 549755809792
vm.pmap.pmap_collect_active: 0
vm.pmap.pmap_collect_inactive: 0
vm.pmap.pv_entry_spare: 256
vm.pmap.pv_entry_allocs: 44864
vm.pmap.pv_entry_frees: 43440
vm.pmap.pc_chunk_tryfail: 0
vm.pmap.pc_chunk_frees: 360
vm.pmap.pc_chunk_allocs: 370
vm.pmap.pc_chunk_count: 10
vm.pmap.pv_entry_count: 1424
vm.pmap.pdpe.demotions: 0
vm.pmap.pde.promotions: 10
vm.pmap.pde.p_failures: 3784
vm.pmap.pde.mappings: 0
vm.pmap.pde.demotions: 6
vm.pmap.shpgperproc: 200
vm.pmap.pv_entry_max: 2207202
vm.pmap.pg_ps_enabled: 1
vfs.ufs.dirhash_reclaimage: 5
vfs.ufs.dirhash_lowmemcount: 0
vfs.ufs.dirhash_docheck: 0
vfs.ufs.dirhash_mem: 0
vfs.ufs.dirhash_maxmem: 2097152
vfs.ufs.dirhash_minsize: 2560
vfs.devfs.rule_depth: 1
vfs.devfs.generation: 136
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.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.pfs.trace: 0
vfs.pfs.vncache.misses: 0
vfs.pfs.vncache.hits: 0
vfs.pfs.vncache.maxentries: 0
vfs.pfs.vncache.entries: 0
vfs.flushwithdeps: 0
vfs.notbufdflashes: 0
vfs.flushbufqtarget: 100
vfs.getnewbufrestarts: 0
vfs.getnewbufcalls: 2839
vfs.hifreebuffers: 2892
vfs.lofreebuffers: 1446
vfs.numfreebuffers: 25936
vfs.dirtybufthresh: 5853
vfs.hidirtybuffers: 6504
vfs.lodirtybuffers: 3252
vfs.numdirtybuffers: 3
vfs.recursiveflushes: 0
vfs.altbufferflushes: 0
vfs.bdwriteskip: 0
vfs.dirtybufferflushes: 0
vfs.hirunningspace: 1048576
vfs.lorunningspace: 524288
vfs.bufdefragcnt: 0
vfs.buffreekvacnt: 0
vfs.bufreusecnt: 2816
vfs.hibufspace: 424329216
vfs.lobufspace: 424263680
vfs.maxmallocbufspace: 21216460
vfs.bufmallocspace: 94720
vfs.maxbufspace: 424984576
vfs.bufspace: 46137344
vfs.runningbufspace: 0
vfs.vmiodirenable: 1
vfs.cache.numfullpathfound: 4
vfs.cache.numfullpathfail4: 0
vfs.cache.numfullpathfail2: 0
vfs.cache.numfullpathfail1: 0
vfs.cache.numfullpathcalls: 4
vfs.cache.nchstats: 3701 177 11 0 26126 0 25278 25314
vfs.cache.numupgrades: 1
vfs.cache.numneghits: 177
vfs.cache.numnegzaps: 9
vfs.cache.numposhits: 3701
vfs.cache.numposzaps: 2
vfs.cache.nummisszap: 5
vfs.cache.nummiss: 26121
vfs.cache.numchecks: 6575
vfs.cache.dotdothits: 836
vfs.cache.dothits: 40
vfs.cache.numcalls: 30891
vfs.cache.numcache: 25832
vfs.cache.numneg: 31
vfs.read_max: 8
vfs.write_behind: 1
vfs.lookup_shared: 1
vfs.usermount: 0
vfs.worklist_len: 3
vfs.timestamp_precision: 0
vfs.reassignbufcalls: 158
vfs.vlru_allow_cache_src: 0
vfs.freevnodes: 24994
vfs.wantfreevnodes: 25000
vfs.numvnodes: 25871
vfs.nfs_common.realign_count: 0
vfs.nfs_common.realign_test: 0
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.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: 32768
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.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: 0
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: 0
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.stats:
table name: ipv4
collisions: 0
allocated: 0
misses: 0
max_depth: 0
free_checks: 0
frees: 0
hits: 0
lookups: 0
net.inet.flowtable.nmbflows: 50176
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.enable: 1
net.inet.flowtable.debug: 0
net.link.generic.system.ifcount: 2
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.vlan.soft_pad: 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: 0
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.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.use_allow: 1
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.ifdescr_maxlen: 1024
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
debug.acpi.suspend_bounce: 0
debug.acpi.reset_clock: 1
debug.acpi.do_powerstate: 1
debug.acpi.interpreter_slack: 1
debug.acpi.enable_debug_objects: 0
debug.acpi.acpi_ca_version: 20100331
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.elf64_legacy_coredump: 0
debug.bootverbose: 0
debug.boothowto: 0
debug.cpufreq.verbose: 0
debug.cpufreq.lowest: 0
debug.fail_point.buf_pressure: off
debug.sizeof.cdev_priv: 376
debug.sizeof.cdev: 288
debug.sizeof.g_bioq: 56
debug.sizeof.g_consumer: 96
debug.sizeof.g_provider: 136
debug.sizeof.g_geom: 136
debug.sizeof.g_class: 136
debug.sizeof.kinfo_proc: 1088
debug.sizeof.buf: 600
debug.sizeof.bio: 232
debug.sizeof.proc: 1120
debug.sizeof.vnode: 472
debug.sizeof.devstat: 288
debug.sizeof.namecache: 72
debug.osd: 0
debug.to_avg_mpcalls: 740
debug.to_avg_lockcalls: 0
debug.to_avg_gcalls: 8
debug.to_avg_depth: 1000
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: 655
debug.numcache: 25832
debug.numneg: 31
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: 0
debug.direct_blk_ptrs: 0
debug.inode_bitmap: 0
debug.indir_blk_ptrs: 0
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.minidump: 1
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.elf32_legacy_coredump: 0
debug.hwpstate_verbose: 0
debug.x86bios.int: 0
debug.x86bios.call: 0
hw.machine: amd64
hw.model: AMD Turion(tm) 64 X2 TL-62
hw.ncpu: 2
hw.byteorder: 1234
hw.physmem: 4141146112
hw.usermem: 4063059968
hw.pagesize: 4096
hw.floatingpoint: 1
hw.machine_arch: amd64
hw.realmem: 5100273664
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.usb_early_takeover: 1
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.default_vgapci_unit: -1
hw.pci.host_mem_start: 2147483648
hw.pci.mcfg: 1
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.lostintrbug: 0
hw.usb.ehci.iaadbug: 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.usb_lang_mask: 255
hw.usb.usb_lang_id: 9
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.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.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.cons_baud: 9600
hw.usb.ucom.cons_unit: -1
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.wi.debug: 0
hw.wi.txerate: 0
hw.xe.debug: 0
hw.intr_storm_threshold: 1000
hw.pagesizes: 4096 2097152 0
hw.availpages: 1011022
hw.bus.devctl_queue: 1000
hw.bus.devctl_disable: 0
hw.busdma.total_bpages: 2249
hw.busdma.zone0.total_bpages: 2249
hw.busdma.zone0.free_bpages: 2213
hw.busdma.zone0.reserved_bpages: 0
hw.busdma.zone0.active_bpages: 36
hw.busdma.zone0.total_bounced: 3010
hw.busdma.zone0.total_deferred: 0
hw.busdma.zone0.lowaddr: 0xffffffff
hw.busdma.zone0.alignment: 4096
hw.clockrate: 2000
hw.via_feature_xcrypt: 0
hw.via_feature_rng: 0
hw.instruction_sse: 1
hw.apic.enable_extint: 0
hw.mca.erratum383: 0
hw.mca.amd10h_L1TP: 1
hw.mca.enabled: 1
hw.mca.count: 0
hw.mca.interval: 3600
hw.mca.force_scan: 0
hw.psm.tap_timeout: 125000
hw.psm.tap_threshold: 25
hw.kbd.keymap_restrict_change: 0
hw.acpi.supported_sleep_state: S3 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S3
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: NONE
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.cpu.cx_lowest: C1
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 68.0C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.passive_cooling: 1
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: 92.0C
hw.acpi.thermal.tz0._HOT: 100.0C
hw.acpi.thermal.tz0._CRT: 120.0C
hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.thermal.tz0._TC1: 4
hw.acpi.thermal.tz0._TC2: 3
hw.acpi.thermal.tz0._TSP: 150
hw.acpi.thermal.tz1.temperature: 71.0C
hw.acpi.thermal.tz1.active: -1
hw.acpi.thermal.tz1.passive_cooling: 0
hw.acpi.thermal.tz1.thermal_flags: 0
hw.acpi.thermal.tz1._PSV: -1
hw.acpi.thermal.tz1._HOT: 126.0C
hw.acpi.thermal.tz1._CRT: 120.0C
hw.acpi.thermal.tz1._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.thermal.tz1._TC1: -1
hw.acpi.thermal.tz1._TC2: -1
hw.acpi.thermal.tz1._TSP: -1
hw.acpi.battery.life: -1
hw.acpi.battery.time: -1
hw.acpi.battery.state: 7
hw.acpi.battery.units: 1
hw.acpi.battery.info_expire: 5
hw.acpi.acline: 1
machdep.acpi_timer_freq: 3579545
machdep.enable_panic_key: 0
machdep.rtc_save_period: 1800
machdep.adjkerntz: 0
machdep.wall_cmos_clock: 0
machdep.disable_rtc_set: 0
machdep.acpi_root: 1016000
machdep.disable_mtrrs: 0
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: 2000203687
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.enforce_statfs: 2
security.jail.mount_allowed: 0
security.jail.chflags_allowed: 0
security.jail.allow_raw_sockets: 0
security.jail.sysvipc_allowed: 0
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.ia32.maxvmem: 0
compat.ia32.maxssiz: 67108864
compat.ia32.maxdsiz: 536870912
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.acpi.0.%desc: HPQOEM SLIC-MPC
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_.MEM0
dev.acpi_sysresource.0.%pnpinfo: _HID=PNP0C01 _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.MBRD
dev.acpi_sysresource.1.%pnpinfo: _HID=PNP0C02 _UID=31
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.SYS0
dev.acpi_sysresource.2.%pnpinfo: _HID=PNP0C02 _UID=1
dev.acpi_sysresource.2.%parent: acpi0
dev.acpi_sysresource.3.%desc: System Resource
dev.acpi_sysresource.3.%driver: acpi_sysresource
dev.acpi_sysresource.3.%location: handle=\_SB_.PCI0.LPC0.PMIO
dev.acpi_sysresource.3.%pnpinfo: _HID=PNP0C02 _UID=3
dev.acpi_sysresource.3.%parent: acpi0
dev.acpi_timer.0.%desc: 24-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.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: 2000
dev.cpu.0.freq_levels: 2100/35000 2000/31835 1800/27334 1600/23154 800/7052
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_ec.0.%desc: Embedded Controller: GPE 0x2a
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 LNK1
dev.pci_link.0.%driver: pci_link
dev.pci_link.0.%location: handle=\_SB_.PCI0.LNK1
dev.pci_link.0.%pnpinfo: _HID=PNP0C0F _UID=1
dev.pci_link.0.%parent: acpi0
dev.pci_link.1.%desc: ACPI PCI Link LNK2
dev.pci_link.1.%driver: pci_link
dev.pci_link.1.%location: handle=\_SB_.PCI0.LNK2
dev.pci_link.1.%pnpinfo: _HID=PNP0C0F _UID=2
dev.pci_link.1.%parent: acpi0
dev.pci_link.2.%desc: ACPI PCI Link LNK3
dev.pci_link.2.%driver: pci_link
dev.pci_link.2.%location: handle=\_SB_.PCI0.LNK3
dev.pci_link.2.%pnpinfo: _HID=PNP0C0F _UID=3
dev.pci_link.2.%parent: acpi0
dev.pci_link.3.%desc: ACPI PCI Link LNK4
dev.pci_link.3.%driver: pci_link
dev.pci_link.3.%location: handle=\_SB_.PCI0.LNK4
dev.pci_link.3.%pnpinfo: _HID=PNP0C0F _UID=4
dev.pci_link.3.%parent: acpi0
dev.pci_link.4.%desc: ACPI PCI Link LK1E
dev.pci_link.4.%driver: pci_link
dev.pci_link.4.%location: handle=\_SB_.PCI0.LK1E
dev.pci_link.4.%pnpinfo: _HID=PNP0C0F _UID=5
dev.pci_link.4.%parent: acpi0
dev.pci_link.5.%desc: ACPI PCI Link LK2E
dev.pci_link.5.%driver: pci_link
dev.pci_link.5.%location: handle=\_SB_.PCI0.LK2E
dev.pci_link.5.%pnpinfo: _HID=PNP0C0F _UID=6
dev.pci_link.5.%parent: acpi0
dev.pci_link.6.%desc: ACPI PCI Link LK3E
dev.pci_link.6.%driver: pci_link
dev.pci_link.6.%location: handle=\_SB_.PCI0.LK3E
dev.pci_link.6.%pnpinfo: _HID=PNP0C0F _UID=7
dev.pci_link.6.%parent: acpi0
dev.pci_link.7.%desc: ACPI PCI Link LK4E
dev.pci_link.7.%driver: pci_link
dev.pci_link.7.%location: handle=\_SB_.PCI0.LK4E
dev.pci_link.7.%pnpinfo: _HID=PNP0C0F _UID=8
dev.pci_link.7.%parent: acpi0
dev.pci_link.8.%desc: ACPI PCI Link LSMB
dev.pci_link.8.%driver: pci_link
dev.pci_link.8.%location: handle=\_SB_.PCI0.LSMB
dev.pci_link.8.%pnpinfo: _HID=PNP0C0F _UID=9
dev.pci_link.8.%parent: acpi0
dev.pci_link.9.%desc: ACPI PCI Link LUS0
dev.pci_link.9.%driver: pci_link
dev.pci_link.9.%location: handle=\_SB_.PCI0.LUS0
dev.pci_link.9.%pnpinfo: _HID=PNP0C0F _UID=10
dev.pci_link.9.%parent: acpi0
dev.pci_link.10.%desc: ACPI PCI Link LUS2
dev.pci_link.10.%driver: pci_link
dev.pci_link.10.%location: handle=\_SB_.PCI0.LUS2
dev.pci_link.10.%pnpinfo: _HID=PNP0C0F _UID=11
dev.pci_link.10.%parent: acpi0
dev.pci_link.11.%desc: ACPI PCI Link LMAC
dev.pci_link.11.%driver: pci_link
dev.pci_link.11.%location: handle=\_SB_.PCI0.LMAC
dev.pci_link.11.%pnpinfo: _HID=PNP0C0F _UID=12
dev.pci_link.11.%parent: acpi0
dev.pci_link.12.%desc: ACPI PCI Link LAZA
dev.pci_link.12.%driver: pci_link
dev.pci_link.12.%location: handle=\_SB_.PCI0.LAZA
dev.pci_link.12.%pnpinfo: _HID=PNP0C0F _UID=13
dev.pci_link.12.%parent: acpi0
dev.pci_link.13.%desc: ACPI PCI Link LGPU
dev.pci_link.13.%driver: pci_link
dev.pci_link.13.%location: handle=\_SB_.PCI0.LGPU
dev.pci_link.13.%pnpinfo: _HID=PNP0C0F _UID=14
dev.pci_link.13.%parent: acpi0
dev.pci_link.14.%desc: ACPI PCI Link LPID
dev.pci_link.14.%driver: pci_link
dev.pci_link.14.%location: handle=\_SB_.PCI0.LPID
dev.pci_link.14.%pnpinfo: _HID=PNP0C0F _UID=15
dev.pci_link.14.%parent: acpi0
dev.pci_link.15.%desc: ACPI PCI Link LSI0
dev.pci_link.15.%driver: pci_link
dev.pci_link.15.%location: handle=\_SB_.PCI0.LSI0
dev.pci_link.15.%pnpinfo: _HID=PNP0C0F _UID=16
dev.pci_link.15.%parent: acpi0
dev.pci_link.16.%desc: ACPI PCI Link Z012
dev.pci_link.16.%driver: pci_link
dev.pci_link.16.%location: handle=\_SB_.PCI0.Z012
dev.pci_link.16.%pnpinfo: _HID=PNP0C0F _UID=18
dev.pci_link.16.%parent: acpi0
dev.pci_link.17.%desc: ACPI PCI Link Z013
dev.pci_link.17.%driver: pci_link
dev.pci_link.17.%location: handle=\_SB_.PCI0.Z013
dev.pci_link.17.%pnpinfo: _HID=PNP0C0F _UID=19
dev.pci_link.17.%parent: acpi0
dev.pci_link.18.%desc: ACPI PCI Link LPMU
dev.pci_link.18.%driver: pci_link
dev.pci_link.18.%location: handle=\_SB_.PCI0.LPMU
dev.pci_link.18.%pnpinfo: _HID=PNP0C0F _UID=20
dev.pci_link.18.%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_lid.0.%desc: Control Method Lid Switch
dev.acpi_lid.0.%driver: acpi_lid
dev.acpi_lid.0.%location: handle=\_SB_.LID0
dev.acpi_lid.0.%pnpinfo: _HID=PNP0C0D _UID=0
dev.acpi_lid.0.%parent: acpi0
dev.acpi_lid.0.wake: 1
dev.acpi_button.0.%desc: Sleep Button
dev.acpi_button.0.%driver: acpi_button
dev.acpi_button.0.%location: handle=\_SB_.SLPB
dev.acpi_button.0.%pnpinfo: _HID=PNP0C0E _UID=0
dev.acpi_button.0.%parent: acpi0
dev.acpi_button.0.wake: 1
dev.acpi_button.1.%desc: Power Button
dev.acpi_button.1.%driver: acpi_button
dev.acpi_button.1.%location: handle=\_SB_.PWRB
dev.acpi_button.1.%pnpinfo: _HID=PNP0C0C _UID=0
dev.acpi_button.1.%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=8 function=0 handle=\_SB_.PCI0.P2P0
dev.pcib.1.%pnpinfo: vendor=0x10de device=0x0561 subvendor=0x103c subdevice=0x30d6 class=0x060401
dev.pcib.1.%parent: pci0
dev.pcib.1.domain: 0
dev.pcib.1.pribus: 0
dev.pcib.1.secbus: 1
dev.pcib.1.subbus: 6
dev.pcib.1.wake: 0
dev.pcib.2.%desc: ACPI PCI-PCI bridge
dev.pcib.2.%driver: pcib
dev.pcib.2.%location: slot=12 function=0 handle=\_SB_.PCI0.XVR1
dev.pcib.2.%pnpinfo: vendor=0x10de device=0x0563 subvendor=0x10de subdevice=0x0000 class=0x060400
dev.pcib.2.%parent: pci0
dev.pcib.2.domain: 0
dev.pcib.2.pribus: 0
dev.pcib.2.secbus: 14
dev.pcib.2.subbus: 19
dev.pcib.3.%desc: ACPI PCI-PCI bridge
dev.pcib.3.%driver: pcib
dev.pcib.3.%location: slot=13 function=0 handle=\_SB_.PCI0.XVR2
dev.pcib.3.%pnpinfo: vendor=0x10de device=0x0563 subvendor=0x10de subdevice=0x0000 class=0x060400
dev.pcib.3.%parent: pci0
dev.pcib.3.domain: 0
dev.pcib.3.pribus: 0
dev.pcib.3.secbus: 8
dev.pcib.3.subbus: 13
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.1.wake: 0
dev.pci.14.%desc: ACPI PCI bus
dev.pci.14.%driver: pci
dev.pci.14.%parent: pcib2
dev.pci.8.%desc: ACPI PCI bus
dev.pci.8.%driver: pci
dev.pci.8.%parent: pcib3
dev.isab.0.%desc: PCI-ISA bridge
dev.isab.0.%driver: isab
dev.isab.0.%location: slot=1 function=0 handle=\_SB_.PCI0.LPC0
dev.isab.0.%pnpinfo: vendor=0x10de device=0x0548 subvendor=0x103c subdevice=0x30d6 class=0x060100
dev.isab.0.%parent: pci0
dev.isa.0.%desc: ISA bus
dev.isa.0.%driver: isa
dev.isa.0.%parent: isab0
dev.ohci.0.%desc: OHCI (generic) USB controller
dev.ohci.0.%driver: ohci
dev.ohci.0.%location: slot=2 function=0 handle=\_SB_.PCI0.USB0
dev.ohci.0.%pnpinfo: vendor=0x10de device=0x055e subvendor=0x103c subdevice=0x30d6 class=0x0c0310
dev.ohci.0.%parent: pci0
dev.ohci.1.%desc: OHCI (generic) USB controller
dev.ohci.1.%driver: ohci
dev.ohci.1.%location: slot=4 function=0 handle=\_SB_.PCI0.Z014
dev.ohci.1.%pnpinfo: vendor=0x10de device=0x055e subvendor=0x103c subdevice=0x30d6 class=0x0c0310
dev.ohci.1.%parent: pci0
dev.usbus.0.%desc: OHCI (generic) USB controller
dev.usbus.0.%driver: usbus
dev.usbus.0.%parent: ohci0
dev.usbus.1.%desc: EHCI (generic) USB 2.0 controller
dev.usbus.1.%driver: usbus
dev.usbus.1.%parent: ehci0
dev.usbus.2.%desc: OHCI (generic) USB controller
dev.usbus.2.%driver: usbus
dev.usbus.2.%parent: ohci1
dev.usbus.3.%desc: EHCI (generic) USB 2.0 controller
dev.usbus.3.%driver: usbus
dev.usbus.3.%parent: ehci1
dev.ehci.0.%desc: EHCI (generic) USB 2.0 controller
dev.ehci.0.%driver: ehci
dev.ehci.0.%location: slot=2 function=1 handle=\_SB_.PCI0.USB2
dev.ehci.0.%pnpinfo: vendor=0x10de device=0x055f subvendor=0x103c subdevice=0x30d6 class=0x0c0320
dev.ehci.0.%parent: pci0
dev.ehci.1.%desc: EHCI (generic) USB 2.0 controller
dev.ehci.1.%driver: ehci
dev.ehci.1.%location: slot=4 function=1 handle=\_SB_.PCI0.Z015
dev.ehci.1.%pnpinfo: vendor=0x10de device=0x055f subvendor=0x103c subdevice=0x30d6 class=0x0c0320
dev.ehci.1.%parent: pci0
dev.atapci.0.%desc: nVidia nForce MCP67 UDMA133 controller
dev.atapci.0.%driver: atapci
dev.atapci.0.%location: slot=6 function=0 handle=\_SB_.PCI0.IDE0
dev.atapci.0.%pnpinfo: vendor=0x10de device=0x0560 subvendor=0x103c subdevice=0x30d6 class=0x01018a
dev.atapci.0.%parent: pci0
dev.atapci.1.%desc: nVidia nForce MCP67 SATA300 controller
dev.atapci.1.%driver: atapci
dev.atapci.1.%location: slot=9 function=0 handle=\_SB_.PCI0.SAT0
dev.atapci.1.%pnpinfo: vendor=0x10de device=0x0550 subvendor=0x103c subdevice=0x30d6 class=0x010185
dev.atapci.1.%parent: pci0
dev.ata.0.%desc: ATA channel 0
dev.ata.0.%driver: ata
dev.ata.0.%location: channel=0
dev.ata.0.%parent: atapci0
dev.ata.1.%desc: ATA channel 1
dev.ata.1.%driver: ata
dev.ata.1.%location: channel=1
dev.ata.1.%parent: atapci0
dev.ata.2.%desc: ATA channel 0
dev.ata.2.%driver: ata
dev.ata.2.%location: channel=0
dev.ata.2.%parent: atapci1
dev.ata.3.%desc: ATA channel 1
dev.ata.3.%driver: ata
dev.ata.3.%location: channel=1
dev.ata.3.%parent: atapci1
dev.ata.4.%desc: ATA channel 2
dev.ata.4.%driver: ata
dev.ata.4.%location: channel=2
dev.ata.4.%parent: atapci1
dev.ata.5.%desc: ATA channel 3
dev.ata.5.%driver: ata
dev.ata.5.%location: channel=3
dev.ata.5.%parent: atapci1
dev.nfe.0.%desc: NVIDIA nForce MCP67 Networking Adapter
dev.nfe.0.%driver: nfe
dev.nfe.0.%location: slot=10 function=0 handle=\_SB_.PCI0.MAC0
dev.nfe.0.%pnpinfo: vendor=0x10de device=0x054c subvendor=0x103c subdevice=0x30d6 class=0x020000
dev.nfe.0.%parent: pci0
dev.nfe.0.process_limit: 192
dev.nfe.0.stats.rx.frame_errors: 0
dev.nfe.0.stats.rx.extra_bytes: 0
dev.nfe.0.stats.rx.late_cols: 0
dev.nfe.0.stats.rx.runts: 0
dev.nfe.0.stats.rx.jumbos: 0
dev.nfe.0.stats.rx.fifo_overuns: 0
dev.nfe.0.stats.rx.crc_errors: 0
dev.nfe.0.stats.rx.fae: 0
dev.nfe.0.stats.rx.len_errors: 0
dev.nfe.0.stats.rx.unicast: 0
dev.nfe.0.stats.rx.multicast: 0
dev.nfe.0.stats.rx.broadcast: 0
dev.nfe.0.stats.rx.octets: 0
dev.nfe.0.stats.rx.pause: 0
dev.nfe.0.stats.rx.drops: 0
dev.nfe.0.stats.tx.octets: 0
dev.nfe.0.stats.tx.zero_rexmits: 0
dev.nfe.0.stats.tx.one_rexmits: 0
dev.nfe.0.stats.tx.multi_rexmits: 0
dev.nfe.0.stats.tx.late_cols: 0
dev.nfe.0.stats.tx.fifo_underuns: 0
dev.nfe.0.stats.tx.carrier_losts: 0
dev.nfe.0.stats.tx.excess_deferrals: 0
dev.nfe.0.stats.tx.retry_errors: 0
dev.nfe.0.stats.tx.deferrals: 0
dev.nfe.0.stats.tx.frames: 0
dev.nfe.0.stats.tx.pause: 0
dev.nfe.0.wake: 0
dev.miibus.0.%desc: MII bus
dev.miibus.0.%driver: miibus
dev.miibus.0.%parent: nfe0
dev.e1000phy.0.%desc: Marvell 88E1118 Gigabit PHY
dev.e1000phy.0.%driver: e1000phy
dev.e1000phy.0.%location: phyno=1
dev.e1000phy.0.%pnpinfo: oui=0x5043 model=0x22 rev=0x0
dev.e1000phy.0.%parent: miibus0
dev.vgapci.0.%desc: VGA-compatible display
dev.vgapci.0.%driver: vgapci
dev.vgapci.0.%location: slot=18 function=0 handle=\_SB_.PCI0.VGA_
dev.vgapci.0.%pnpinfo: vendor=0x10de device=0x0531 subvendor=0x103c subdevice=0x30d6 class=0x030000
dev.vgapci.0.%parent: pci0
dev.hostb.0.%desc: Host to PCI bridge
dev.hostb.0.%driver: hostb
dev.hostb.0.%location: slot=24 function=0
dev.hostb.0.%pnpinfo: vendor=0x1022 device=0x1100 subvendor=0x0000 subdevice=0x0000 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=1
dev.hostb.1.%pnpinfo: vendor=0x1022 device=0x1101 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=2
dev.hostb.2.%pnpinfo: vendor=0x1022 device=0x1102 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=3
dev.hostb.3.%pnpinfo: vendor=0x1022 device=0x1103 subvendor=0x0000 subdevice=0x0000 class=0x060000
dev.hostb.3.%parent: pci0
dev.acpi_tz.0.%desc: Thermal Zone
dev.acpi_tz.0.%driver: acpi_tz
dev.acpi_tz.0.%location: handle=\_TZ_.TZS0
dev.acpi_tz.0.%pnpinfo: _HID=none _UID=0
dev.acpi_tz.0.%parent: acpi0
dev.acpi_tz.1.%desc: Thermal Zone
dev.acpi_tz.1.%driver: acpi_tz
dev.acpi_tz.1.%location: handle=\_TZ_.TZS1
dev.acpi_tz.1.%pnpinfo: _HID=none _UID=0
dev.acpi_tz.1.%parent: acpi0
dev.attimer.0.%desc: AT timer
dev.attimer.0.%driver: attimer
dev.attimer.0.%location: handle=\_SB_.PCI0.LPC0.PIT0
dev.attimer.0.%pnpinfo: _HID=PNP0100 _UID=0
dev.attimer.0.%parent: acpi0
dev.atdma.0.%desc: AT DMA controller
dev.atdma.0.%driver: atdma
dev.atdma.0.%location: handle=\_SB_.PCI0.LPC0.DMA0
dev.atdma.0.%pnpinfo: _HID=PNP0200 _UID=0
dev.atdma.0.%parent: acpi0
dev.atrtc.0.%desc: AT realtime clock
dev.atrtc.0.%driver: atrtc
dev.atrtc.0.%location: handle=\_SB_.PCI0.LPC0.RTC0
dev.atrtc.0.%pnpinfo: _HID=PNP0B00 _UID=0
dev.atrtc.0.%parent: acpi0
dev.fpupnp.0.%desc: Legacy ISA coprocessor support
dev.fpupnp.0.%driver: fpupnp
dev.fpupnp.0.%location: handle=\_SB_.PCI0.LPC0.MTH0
dev.fpupnp.0.%pnpinfo: _HID=PNP0C04 _UID=0
dev.fpupnp.0.%parent: acpi0
dev.atkbdc.0.%desc: Keyboard controller (i8042)
dev.atkbdc.0.%driver: atkbdc
dev.atkbdc.0.%location: handle=\_SB_.PCI0.LPC0.KBD0
dev.atkbdc.0.%pnpinfo: _HID=PNP0303 _UID=0
dev.atkbdc.0.%parent: acpi0
dev.atkbdc.0.wake: 0
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=AUI1500 _UID=0
dev.psmcpnp.0.%parent: acpi0
dev.psmcpnp.0.wake: 0
dev.psm.0.%desc: PS/2 Mouse
dev.psm.0.%driver: psm
dev.psm.0.%parent: atkbdc0
dev.battery.0.%desc: ACPI Control Method Battery
dev.battery.0.%driver: battery
dev.battery.0.%location: handle=\_SB_.PCI0.LPC0.EC0_.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_.PCI0.LPC0.EC0_.ADP1
dev.acpi_acad.0.%pnpinfo: _HID=ACPI0003 _UID=0
dev.acpi_acad.0.%parent: acpi0
dev.apic.0.%desc: APIC resources
dev.apic.0.%driver: apic
dev.apic.0.%parent: nexus0
dev.orm.0.%desc: ISA Option ROMs
dev.orm.0.%driver: orm
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.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.powernow.0.%desc: PowerNow! K8
dev.powernow.0.%driver: powernow
dev.powernow.0.%parent: cpu0
dev.powernow.0.freq_settings: 2100/35000 2000/31835 1800/27334 1600/23154 800/7052
dev.powernow.1.%desc: PowerNow! K8
dev.powernow.1.%driver: powernow
dev.powernow.1.%parent: cpu1
dev.powernow.1.freq_settings: 2100/35000 2000/31835 1800/27334 1600/23154 800/7052
dev.cpufreq.0.%driver: cpufreq
dev.cpufreq.0.%parent: cpu0
dev.cpufreq.1.%driver: cpufreq
dev.cpufreq.1.%parent: cpu1
dev.uhub.0.%desc: nVidia 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: nVidia EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1
dev.uhub.1.%driver: uhub
dev.uhub.1.%parent: usbus1
dev.uhub.2.%desc: nVidia OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1
dev.uhub.2.%driver: uhub
dev.uhub.2.%parent: usbus2
dev.uhub.3.%desc: nVidia EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1
dev.uhub.3.%driver: uhub
dev.uhub.3.%parent: usbus3
dev.acd.0.%desc: Slimtype DVD A DS8A1H/WH66
dev.acd.0.%driver: acd
dev.acd.0.%parent: ata0
dev.ad.4.%desc: ST9750420AS/0001SDM1
dev.ad.4.%driver: ad
dev.ad.4.%parent: ata2
dev.subdisk.4.%driver: subdisk
dev.subdisk.4.%parent: ad4
dev.ums.0.%desc: Logitech USB Receiver, class 0/0, rev 1.10/15.00, addr 2
dev.ums.0.%driver: ums
dev.ums.0.%location: bus=1 hubaddr=1 port=0 devaddr=2 interface=0
dev.ums.0.%pnpinfo: vendor=0x046d product=0xc508 devclass=0x00 devsubclass=0x00 sernum="" release=0x1500 intclass=0x03 intsubclass=0x01
dev.ums.0.%parent: uhub0
dev.umass.1.%desc: Initio ST96812A, class 0/0, rev 2.00/1.06, addr 4
dev.umass.1.%driver: umass
dev.umass.1.%location: bus=1 hubaddr=5 port=1 devaddr=4 interface=0
dev.umass.1.%pnpinfo: vendor=0x13fd product=0x1040 devclass=0x00 devsubclass=0x00 sernum="0000000000000000W" release=0x0106 intclass=0x08 intsubclass=0x06
dev.umass.1.%parent: uhub1
dev.umass.0.%desc: ENE Flash UB623X, class 0/0, rev 2.00/1.00, addr 2
dev.umass.0.%driver: umass
dev.umass.0.%location: bus=1 hubaddr=2 port=1 devaddr=2 interface=0
dev.umass.0.%pnpinfo: vendor=0x0cf2 product=0x6230 devclass=0x00 devsubclass=0x00 sernum="606569746801" release=0x0100 intclass=0x08 intsubclass=0x06
dev.umass.0.%parent: uhub1
hptmv.status: RocketRAID 18xx SATA Controller driver Version v1.16
More information about the freebsd-questions
mailing list