From nobody@FreeBSD.org  Mon Jun 24 17:46:46 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 465FEEC4
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Jun 2013 17:46:46 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	by mx1.freebsd.org (Postfix) with ESMTP id 3871115E0
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Jun 2013 17:46:46 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r5OHkjpb096655
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 24 Jun 2013 17:46:45 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r5OHkjvF096654;
	Mon, 24 Jun 2013 17:46:45 GMT
	(envelope-from nobody)
Message-Id: <201306241746.r5OHkjvF096654@oldred.freebsd.org>
Date: Mon, 24 Jun 2013 17:46:45 GMT
From: Philipp Maechler <philipp.maechler@hostpoint.ch>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         179932
>Category:       kern
>Synopsis:       [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-scsi
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 24 17:50:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Mon Nov 25 16:50:01 UTC 2013
>Originator:     Philipp Maechler
>Release:        9.1
>Organization:
Hostpoint AG
>Environment:
FreeBSD XX.hostpoint.ch 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #9 r251905M: Tue Jun 18 07:48:10 UTC 2013     root@XX.hostpoint.ch:/usr/obj/usr/src/sys/HOSTPOINT  amd64

Kernel Build Config Used:

include GENERIC

ident HOSTPOINT

options        IPFIREWALL
options        IPFIREWALL...
options        IPFIREWALL...
options        IPFIREWALL...
options        IPFIREWALL...
options        IPDIVERT
options        KDB  
options        DDB                 
options        KDTRACE_HOOKS        
options        DDB_CTF              
options        KDTRACE_FRAME        
makeoptions DEBUG="-g"
makeoptions    WITH_CTF=1

Hardware:
* HP BL ProLiant 465c Gen8 with 2 internal disks (smart array p220i)
* HP BL ProLiant 465c Gen7 with 2 internal and 8 external disks in HP
  Storage Blade D2200sb (2x smart array p410i)

not affected by this problems are all ProLiant 465c Gen6 and all
ProLiant 465c Gen7 without storage blade d2200sb. We are not sure if the
Gen7 blades without storage blade do not have this problem at all or if
we just not trigger it yet. In total we are running about 130 of those
blade servers affected by this problem.

>Description:
Our blade servers doing in normal operation a very high level of disk
i/o operations, especially the systems with storage blades witch are
used as database servers. The overall i/o performance is okay, but from
time to time the raid controller or the raid controller driver of
FreeBSD does stop handling any i/o requests and completely stall. So far
we could figure out that the problem must belong to the driver or
controller. During such an i/o stall the sever is still operating but
all disk i/o operations are queued by the kernel and do not get finished
any more by controller or disks, we also tried to directly access the
disks during such a stall, avoiding any filesystem levels, but we also
can only see that those requests got queued and never finish by the
disks. The only solution in such a case, to get the system back working,
is to completely reboot it.

So far we did several analysis on logs and kernel stats do figure out
where to problem could belong to. We could manage to exclude almost
everything except the raid controller itself and the kernel driver
(ciss). While expecting the i/o stall we tried to write directly to the
swap partitions of different disks, but this i/o could also not get
finished. With this tests we tried to exclude any problems caused by the
filesystem.

It is very difficult for us to reproduce the needed i/o to cause this
problem. So far we just know, that systems expecting higher disk i/o are
more often affected by the problem. Some of our database servers
expecting during peak hours extraordinary high disk i/o and crashes
occur more often. Some systems are running a couple of weeks without any
problems and some do crash several times a day - but then again they run
1-2 weeks without any problems.

We are also not sure if we face exactly the same problem on servers with
P220i and server with P410i raid controllers, but the symptoms on the
systems are very similar.

We had contact with Linux / cciss staff and some of they developers
recommended us to fill out a p/r - here it is.

At the moment we are testing the "old SIMPLE Mode" activated by
loader.conf on our Gen8 Machines; earlier tests on our Gen7-StorageBlade
systems did not success, to be clear it reduced the frequency of
happening but not resolved it (on Gen7-StorageBlade).
>How-To-Repeat:
In short: Heavy i/o and network operations for around 1-2 week on the
listed kind of hardware; the more machines you have, the more often
the i/o stall happen.

With 15 Gen8 machines we are experiencing the problem around 6-7 times
/ week; often 2-3 days are completely without problems. The problem also
occurs on non-heavy-load-times like in the early morning (without backup
running).

We unloaded the Gen7-StorageBlade systems for no longer interrupt
productive environments; but on a hot-stby system we can reproduce it
every 1-3 weeks as long as we are scrubbing all the time (for reproducing
it...).

In detail:
It is very difficult for us to reproduce the needed i/o to cause this
problem. So far we just know, that systems expecting higher disk i/o are
more often affected by the problem. Some of our database servers
expecting during peak hours extraordinary high disk i/o and crashes
occur more often. Some systems are running a couple of weeks without any
problems and some do crash several times a day - but then again they run
1-2 weeks without any problems.

We are also not sure if we face exactly the same problem on servers with
P220i and server with P410i raid controllers, but the symptoms on the
systems are very similar.

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-scsi 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Jun 25 05:07:07 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179932 

From: Sean Bruno <sean_bruno@yahoo.com>
To: bug-followup@FreeBSD.org, philipp.maechler@hostpoint.ch
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8
 (and HP Bl Gen7   Storage Blade)
Date: Tue, 25 Jun 2013 08:41:14 -0700

 --=-Zp0egNJM5rF8kVtzTvYn
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 I have updated head a bit to handle some edge cases better.  I'll send a
 patch into this ticket for 9.1p4 for you to test.
 
 In the meantime, can you update your kernel configs with
 BREAK_TO_DEBUGGER or ALT_BREAK_TO_DEBUGGER so you can get a dump when
 the system stalls?  We might be able to determine what the system is
 waiting on and give us a clue to what the issue is.
 
 If you are able to get a system to stall with this set, break to the db>
 prompt on the serial console, and email the output of "alltrace" here so
 I can do some analysis. =20
 
 Sean
 
 --=-Zp0egNJM5rF8kVtzTvYn
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.13 (FreeBSD)
 
 iQEcBAABAgAGBQJRyboaAAoJEBkJRdwI6BaHwp8IAIyCO33nfUfsn0vT/sNDBY4H
 XMliiCh7EHxXTAaaATr+TtCQG40kqm/Q9VszTaiv3TJCuiSVv7Ai6AX5JfhKQ9bl
 DLUryzyg4/EAmiGXBSiy1dgVe4Zls8bsOw2W7wB6LvLtcTyDLH8wpXyXogUCbG7+
 4WJDjefcmyZUftNnCLP3TVAT1kWQJr+APaVsT7Px67D416P7YBgJ693B8qWqrZ07
 1YHGii0UEX5zUAqpWi+z3r+AQcb0ns7eUnTbPq5Lx76v+qNJ8VenVyjVdxpYr3IC
 93yqXEly5EE/53+RGHkQpzygUyxryDPDxhMkr6l1c6C5Vp16HcRVaQM7jVraEu8=
 =2d/j
 -----END PGP SIGNATURE-----
 
 --=-Zp0egNJM5rF8kVtzTvYn--
 

From: Philipp Maechler <philipp.maechler@hostpoint.ch>
To: sbruno@freebsd.org
Cc: bug-followup@FreeBSD.org, Sean Bruno <sean_bruno@yahoo.com>
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and
 HP Bl Gen7   Storage Blade)
Date: Wed, 26 Jun 2013 13:12:40 +0200

 This is a multi-part message in MIME format.
 --------------070005030706090006050108
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 hi Sean
 
 At the moment we are running the serial console at 9600 baud; we have to
 tune this to 115200 baud and also then an alltrace will take "forever"
 because of hundreds of apache threads; because this machines are
 productive and non-redundant we have to figure out a procedure how we
 can handle to do this long-running alltrace without interrupting the
 services for such a time.
 
 As an attachement, I can provide you an old debugger session with a
 (part) of a ps and some backtraces. It is from one of our HP
 Gen7-StorageBlade-Systems running on 9.1-RELEASE or higher, hanging
 earlier this year with the same problem.
 
 If you find there enough information to say "alltrace is not needed",
 we'd be happy. But until then we will search for possibilities to do
 such an alltrace...
 
 The break possibility we already enabled by setting the sysctl
   debug.kdb.break_to_debugger=1
 
 As soon as you send us the mentioned patch we will begin to test it and
 introduce it to the affected systems.
 
 Philipp
 
 p.s. please note; even there are a lot of processes in some zfs states,
 we also tried to do dd to some raw partitions on disk and were not
 successful, so we think it's not a zfs problem. In gstat we saw the wait
 queue's stall at specific values and nothing going on anymore.
 
 --------------070005030706090006050108
 Content-Type: text/plain; charset=UTF-8;
  name="20130626_olddebugsession.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="20130626_olddebugsession.txt"
 
 Notes:
 * the ps is not complete, we think there is a part missing; but it gives you an overview
 * are you looking for specific processes or threads? please tell us!
 
 </>hpiLO-> vsp      
 
 Virtual Serial Port Active: COM1
 
 Starting virtual serial port.
 Press 'ESC (' to return to the CLI Session.
 
 
 Tracing pid 12 tid 100043 td 0xfffffe0019ce0000
 kdb_enter() at kdb_enter+0x3b
 kdb_break() at kdb_break+0x27
 scgetc() at scgetc+0x361
 sckbdevent() at sckbdevent+0xed
 kbdmux_intr() at kbdmux_intr+0x43
 kbdmux_kbd_intr() at kbdmux_kbd_intr+0x20
 taskqueue_run_locked() at taskqueue_run_locked+0x85
 taskqueue_run() at taskqueue_run+0x3a
 intr_event_execute_handlers() at intr_event_execute_handlers+0x104
 ithread_loop() at ithread_loop+0xa6
 fork_exit() at fork_exit+0x11f
 fork_trampoline() at fork_trampoline+0xe
 --- trap 0, rip = 0, rsp = 0xffffff80003ffcf0, rbp = 0 ---
 db> ps
   pid  ppid  pgrp   uid   state   wmesg         wchan        cmd
 87125 87123 87125     0  Ds+     zfs      0xfffffe05c0c80db8 bash
 87123  1683 87123     0  Ss      select   0xfffffe0a5d29a8c0 sshd
 87122 87120 87122     0  Ds+     zfs      0xfffffe05c0c80db8 bash
 87120  1683 87120     0  Ss      select   0xfffffe0a5d4603c0 sshd
 86929 86927 86929     0  Ds      zio->io_ 0xfffffe02a13b4d70 atrun
 86928 86926 86928     2  Ds      zio->io_ 0xfffffe08a73d5a00 sh
 86927  1687  1687     0  S       piperd   0xfffffe02f036a5b0 cron
 86926  1687  1687     0  S       piperd   0xfffffe050c0cb5b0 cron
 86738 86736 86738     0  Ds+     zio->io_ 0xfffffe03f1d81690 bash
 86736  1683 86736     0  Ss      select   0xfffffe0b7f10b7c0 sshd
 86729 86728 86729   181  Ds      zfs      0xfffffe026a16d458 python
 86728 86726 86726   181  S       select   0xfffffe02996c7a40 sshd
 86726  1683 86726     0  Ss      sbwait   0xfffffe03a1d6ee8c sshd
 86725 86724 86725   181  Ds      zfs      0xfffffe026a16d458 python
 86724 86722 86722   181  S       select   0xfffffe0aa6b7e840 sshd
 86722  1683 86722     0  Ss      sbwait   0xfffffe0c4f90ae8c sshd
 86721 86719 86718   181  S       piperd   0xfffffe064c9d8b60 wc
 86720 86719 86718   181  D       spa_name 0xffffffff817f7d00 zpool
 86719 86718 86718   181  S       wait     0xfffffe0e9fe53000 bash
 86718 86717 86718   181  Ss      piperd   0xfffffe0604ecd2d8 bash
 86717 86715 86715   181  S       select   0xfffffe03761605c0 sshd
 86715  1683 86715     0  Ss      sbwait   0xfffffe0d3d8a83ec sshd
 86535 86534 86535   181  Ds      zfs      0xfffffe026a16d458 python
 86534 86528 86528   181  S       select   0xfffffe081b6a1040 sshd
 86533 86532 86533   181  Ds      zfs      0xfffffe026a16d458 python
 86532 86526 86526   181  S       select   0xfffffe02815b85c0 sshd
 86531 86530 86531   181  Ds      zfs      0xfffffe026a16d458 python
 86530 86524 86524   181  S       select   0xfffffe048360e7c0 sshd
 86528  1683 86528     0  Ss      sbwait   0xfffffe035cbb0e8c sshd
 86526  1683 86526     0  Ss      sbwait   0xfffffe006acb03ec sshd
 86524  1683 86524     0  Ss      sbwait   0xfffffe0030653694 sshd
 86328 86327 86328   181  Ds      zfs      0xfffffe026a16d458 python
 86327 86323 86323   181  S       select   0xfffffe0a8855a4c0 sshd
 86325 86324 86325   181  Ds      zfs      0xfffffe026a16d458 python
 86324 86315 86315   181  S       select   0xfffffe09ed0b7cc0 sshd
 86323  1683 86323     0  Ss      sbwait   0xfffffe07afe3d144 sshd
 86322 86321 86322   181  Ds      zfs      0xfffffe026a16d458 python
 86321 86311 86311   181  S       select   0xfffffe0e3265b840 sshd
 86320 86319 86320   181  Ds      zfs      0xfffffe026a16d458 python
 86319 86304 86304   181  S       select   0xfffffe088678d2c0 sshd
 86318 86317 86318   181  Ds      zfs      0xfffffe026a16d458 python
 86317 86303 86303   181  S       select   0xfffffe02418f3640 sshd
 86315  1683 86315     0  Ss      sbwait   0xfffffe02a72e23ec sshd
 86313 86312 86313   181  Ds      zfs      0xfffffe026a16d458 python
 86312 86297 86297   181  S       select   0xfffffe009dcc10c0 sshd
 86311  1683 86311     0  Ss      sbwait   0xfffffe013d385144 sshd
 86310 86309 86310   181  Ds      zfs      0xfffffe026a16d458 python
 86309 86301 86301   181  S       select   0xfffffe01fd72d3c0 sshd
 86308 86307 86308   181  Ds      zfs      0xfffffe026a16d458 python
 86307 86298 86298   181  S       select   0xfffffe0483fa1a40 sshd
 86304  1683 86304     0  Ss      sbwait   0xfffffe02544f5144 sshd
 86303  1683 86303     0  Ss      sbwait   0xfffffe0ddf800694 sshd
 86301  1683 86301     0  Ss      sbwait   0xfffffe0b4ef6b144 sshd
 86298  1683 86298     0  Ss      sbwait   0xfffffe0beda78e8c sshd
 86297  1683 86297     0  Ss      sbwait   0xfffffe0a36823144 sshd
 86292 86291 86292   181  Ds      zfs      0xfffffe026a16d458 python
 86291 86285 86285   181  S       select   0xfffffe0d0524b640 sshd
 86290 86289 86290   181  Ds      zfs      0xfffffe026a16d458 python
 86289 86283 86283   181  S       select   0xfffffe0f480e1cc0 sshd
 86288 86287 86288   181  Ds      zio->io_ 0xfffffe039861f690 python
 86287 86281 86281   181  S       select   0xfffffe04cf9c80c0 sshd
 86285  1683 86285     0  Ss      sbwait   0xfffffe03fe528694 sshd
 86283  1683 86283     0  Ss      sbwait   0xfffffe0311e9593c sshd
 86281  1683 86281     0  Ss      sbwait   0xfffffe0d3d8a8be4 sshd
 86279  1668  1668     0  D       zio->io_ 0xfffffe028063ad70 exim-4.80.1-0
 86091 86089 86088   181  S       piperd   0xfffffe06da459b60 wc
 86090 86089 86088   181  D       spa_name 0xffffffff817f7d00 zpool
 86089 86088 86088   181  S       wait     0xfffffe0a88c16000 bash
 86088 86087 86088   181  Ss      piperd   0xfffffe050c0cb888 bash
 86087 86085 86085   181  S       select   0xfffffe0bb51f8cc0 sshd
 86085  1683 86085     0  Ss      sbwait   0xfffffe02ab86e3ec sshd
 86080 86078 83614     0  S       piperd   0xfffffe0e58ef85b0 grep
 86079 86078 83614     0  D       spa_name 0xffffffff817f7d00 zfs
 86078 83628 83614     0  S       wait     0xfffffe0a99074000 bash
 85728 83566 49671     0  D       tx->tx_s 0xfffffe00209eee20 zfs
 85332 85321 85332     0  Ss+     ttyin    0xfffffe0524a144a8 bash
 85321  1683 85321     0  Ss      select   0xfffffe0b122beb40 sshd
 83628 83621 83614     0  S       piperd   0xfffffe013ff055b0 bash
 83621 83614 83614     0  S       wait     0xfffffe0ef81f74a0 bash
 83614 83610 83614     0  Ss      piperd   0xfffffe0ad77c7000 sh
 83610  1687  1687     0  S       piperd   0xfffffe03d14ffb60 cron
 83566 49854 49671     0  S       wait     0xfffffe0eae6ab000 bash
 49854 49685 49671     0  S       wait     0xfffffe0d80e8b4a0 bash
 49685 49671 49671     0  S       wait     0xfffffe0caf48d940 bash
 49671 49665 49671     0  Ss      piperd   0xfffffe0cd7726b60 sh
 49665  1687  1687     0  S       piperd   0xfffffe0b5d9482d8 cron
 34311 34306 34311     0  Ss+     ttyin    0xfffffe002c9388a8 bash
 34306  1683 34306     0  Ss      select   0xfffffe079c3c0d40 sshd
 24912 24564 24912     0  Ss+     ttyin    0xfffffe03e79d2ca8 bash
 24564  1683 24564     0  Ss      select   0xfffffe0f6a802540 sshd
 64399 63540 34618    88  S       (threaded)                  mysqld
 105150                   S       uwait    0xfffffe022c939900 mysqld
 105149                   S       uwait    0xfffffe0603a95280 mysqld
 105148                   S       uwait    0xfffffe0e6d323300 mysqld
 105147                   S       uwait    0xfffffe0f11b16680 mysqld
 105146                   S       sigwait  0xfffffe086602d000 mysqld
 105145                   S       uwait    0xfffffe03c8eff880 mysqld
 105144                   S       uwait    0xfffffe07370e5100 mysqld
 105143                   S       uwait    0xfffffe0ef7fa9b00 mysqld
 105142                   S       uwait    0xfffffe02d415ba00 mysqld
 105140                   S       uwait    0xfffffe0e58e9a100 mysqld
 105139                   S       uwait    0xfffffe06c9cfd000 mysqld
 105138                   S       uwait    0xfffffe01f5eb7e00 mysqld
 105137                   S       uwait    0xfffffe0de3773100 mysqld
 105136                   S       uwait    0xfffffe077c241900 mysqld
 105135                   S       uwait    0xfffffe03dae38800 mysqld
 105134                   S       uwait    0xfffffe09069d7400 mysqld
 105133                   S       uwait    0xfffffe045cc16980 mysqld
 105132                   S       uwait    0xfffffe083cacc000 mysqld
 105131                   S       uwait    0xfffffe02ece6fa80 mysqld
 102539                   S       select   0xfffffe099d9a6040 mysqld
 63540     1 34618     0  S       wait     0xfffffe004fa1d940 sh
 47863     1 47863     0  Ss+     ttyin    0xfffffe001e47e8a8 getty
 11143     1 11143    88  DsJ     (threaded)                  mysqld
 105622                   S       uwait    0xfffffe028377db00 mysqld
 100617                   S       uwait    0xfffffe0d3a2d7080 mysqld
 100557                   S       sbwait   0xfffffe00ae8d5144 mysqld
 105432                   S       sbwait   0xfffffe0466736694 mysqld
 105431                   S       sbwait   0xfffffe05950073ec mysqld
 105401                   S       sbwait   0xfffffe069c2dbe8c mysqld
 105365                   D       zio->io_ 0xfffffe0cbafe1a00 mysqld
 104814                   S       uwait    0xfffffe08b0699180 mysqld
 104813                   S       uwait    0xfffffe0b4ee56900 mysqld
 104812                   S       sbwait   0xfffffe017e6fd144 mysqld
 104811                   S       sbwait   0xfffffe094050e694 mysqld
 104810                   S       sbwait   0xfffffe004e27abe4 mysqld
 104773                   S       sbwait   0xfffffe06b343e144 mysqld
 104772                   S       sbwait   0xfffffe059500be8c mysqld
 104771                   S       sbwait   0xfffffe06a97ba93c mysqld
 104766                   S       sbwait   0xfffffe059500ae8c mysqld
 104765                   S       uwait    0xfffffe052bc88c00 mysqld
 104764                   S       sbwait   0xfffffe02ad61a694 mysqld
 104763                   S       sbwait   0xfffffe01fab54694 mysqld
 104762                   S       sbwait   0xfffffe0912318694 mysqld
 104759                   S       sbwait   0xfffffe06b343ebe4 mysqld
 104756                   S       uwait    0xfffffe084b1e4400 mysqld
 104738                   S       umtxn    0xfffffe07bbb1b700 mysqld
 103653                   S       uwait    0xfffffe0393be2280 mysqld
 103643                   S       uwait    0xfffffe0b4e03a600 mysqld
 103633                   S       sbwait   0xfffffe04b04b693c mysqld
 103534                   D       zio->io_ 0xfffffe0d5d939690 mysqld
 103217                   S       sbwait   0xfffffe0e588afe8c mysqld
 103216                   S       sbwait   0xfffffe077e407be4 mysqld
 103128                   S       uwait    0xfffffe043b164c00 mysqld
 103126                   S       uwait    0xfffffe0426a71b00 mysqld
 103125                   S       sbwait   0xfffffe006a0f63ec mysqld
 103105                   S       sbwait   0xfffffe02ad61a93c mysqld
 102497                   D       zio->io_ 0xfffffe0b5de39320 mysqld
 102496                   S       sbwait   0xfffffe006acb0e8c mysqld
 102487                   S       sbwait   0xfffffe077e4063ec mysqld
 102475                   S       sbwait   0xfffffe040f987e8c mysqld
 102427                   S       sbwait   0xfffffe00a35643ec mysqld
 102394                   S       uwait    0xfffffe09ed0c0e00 mysqld
 102360                   S       sbwait   0xfffffe0beda7b694 mysqld
 102357                   S       sbwait   0xfffffe0e6673ee8c mysqld
 102356                   S       sigwait  0xfffffe0b7e213000 mysqld
 102355                   D       zio->io_ 0xfffffe03c317cd70 mysqld
 102354                   S       uwait    0xfffffe0bad460880 mysqld
 102353                   D       zio->io_ 0xfffffe0d09658690 mysqld
 102352                   S       uwait    0xfffffe0bad379b00 mysqld
 102350                   S       uwait    0xfffffe079c3b5680 mysqld
 102349                   S       uwait    0xfffffe09ed530400 mysqld
 102348                   S       uwait    0xfffffe09edae6100 mysqld
 102347                   S       uwait    0xfffffe0c4f119580 mysqld
 102346                   S       uwait    0xfffffe0de1a35780 mysqld
 102345                   S       uwait    0xfffffe0c4f11a900 mysqld
 102344                   S       uwait    0xfffffe0c4f116c00 mysqld
 102343                   S       uwait    0xfffffe079c2f1480 mysqld
 102342                   S       uwait    0xfffffe09ed935d80 mysqld
 102341                   S       uwait    0xfffffe079c1e6880 mysqld
 102299                   S       select   0xfffffe0b1cec4140 mysqld
  4970  4968  4970     0  Ss+     ttyin    0xfffffe02b83830a8 bash
  4968  1683  4968     0  Ss      select   0xfffffe0bad48b840 sshd
  2777  2183  2777     0  S+      kqread   0xfffffe027cd92900 tail
  2183  2181  2183     0  Ss+     wait     0xfffffe002c5a1940 bash
  2181  1683  2181     0  Ss      select   0xfffffe01e42f4140 sshd
  2180     1     1     0  S       ttydcd   0xfffffe001e4758e8 getty
  2178     1  2178     0  Ss+     ttyin    0xfffffe001e47bca8 getty
  2177     1  2177     0  Ss+     ttyin    0xfffffe001e47b4a8 getty
  2176     1  2176     0  Ss+     ttyin    0xfffffe001e47b0a8 getty
  2175     1  2175     0  Ss+     ttyin    0xfffffe001e47a8a8 getty
  2174     1  2174     0  Ss+     ttyin    0xfffffe001e47a4a8 getty
  2173     1  2173     0  Ss+     ttyin    0xfffffe001e4768a8 getty
  2172     1  2172     0  Ss+     ttyin    0xfffffe001e476ca8 getty
  2171     1  2171     0  DLs+    zio->io_ 0xfffffe0325905d70 login
  2129     1  2129    88  DsJ     (threaded)                  mysqld
 108446                   S       umtxn    0xfffffe0d99f8c380 mysqld
 108436                   S       umtxn    0xfffffe05f7e9cb00 mysqld
 108431                   S       umtxn    0xfffffe0a23934200 mysqld
 108413                   S       umtxn    0xfffffe09e6cedb00 mysqld
 108397                   S       umtxn    0xfffffe02d4458080 mysqld
 108389                   S       umtxn    0xfffffe0ab413ea00 mysqld
 108352                   S       umtxn    0xfffffe07612efe00 mysqld
 108350                   S       umtxn    0xfffffe0ddf748180 mysqld
 108332                   S       umtxn    0xfffffe0d89b09100 mysqld
 108326                   S       umtxn    0xfffffe0254472880 mysqld
 108322                   S       umtxn    0xfffffe09dd542300 mysqld
 108318                   S       umtxn    0xfffffe09371be200 mysqld
 108316                   S       umtxn    0xfffffe09371be380 mysqld
 108311                   S       umtxn    0xfffffe0e95eff700 mysqld
 108294                   S       umtxn    0xfffffe0a886e0680 mysqld
 108263                   S       umtxn    0xfffffe0ee0175780 mysqld
 108253                   S       umtxn    0xfffffe0ee0175a80 mysqld
 108239                   S       umtxn    0xfffffe0573530a80 mysqld
 108236                   S       umtxn    0xfffffe0573530d80 mysqld
 108234                   S       umtxn    0xfffffe096063cc80 mysqld
 108214                   S       umtxn    0xfffffe07afb6ac80 mysqld
 108213                   S       umtxn    0xfffffe018c8dbc00 mysqld
 108204                   S       umtxn    0xfffffe0ec8cffc80 mysqld
 108192                   S       umtxn    0xfffffe0aec5fd500 mysqld
 108167                   S       umtxn    0xfffffe020ce9a600 mysqld
 108164                   S       umtxn    0xfffffe094f908e00 mysqld
 108145                   S       umtxn    0xfffffe01361ccc80 mysqld
 108113                   S       umtxn    0xfffffe03b7288200 mysqld
 108104                   S       umtxn    0xfffffe0543900500 mysqld
 108086                   S       umtxn    0xfffffe0575f95a80 mysqld
 108077                   S       umtxn    0xfffffe02f9862c80 mysqld
 108069                   S       umtxn    0xfffffe0f6b7d3480 mysqld
 108055                   S       umtxn    0xfffffe0967e77300 mysqld
 108054                   S       umtxn    0xfffffe0d397a8080 mysqld
 108050                   S       umtxn    0xfffffe013f554980 mysqld
 108038                   S       umtxn    0xfffffe01248d0780 mysqld
 108035                   S       umtxn    0xfffffe06e288f100 mysqld
 108025                   S       umtxn    0xfffffe0299997880 mysqld
 108022                   S       umtxn    0xfffffe0444f7ed80 mysqld
 107991                   S       umtxn    0xfffffe0b0769bb00 mysqld
 107969                   S       umtxn    0xfffffe01bf108480 mysqld
 107944                   S       umtxn    0xfffffe0a230e2b80 mysqld
 107916                   S       umtxn    0xfffffe017e2b4c80 mysqld
 107884                   S       umtxn    0xfffffe017e2b4a80 mysqld
 107883                   S       umtxn    0xfffffe0418fc7480 mysqld
 107871                   S       umtxn    0xfffffe03acb51b00 mysqld
 107855                   S       umtxn    0xfffffe08ed201c80 mysqld
 107824                   S       umtxn    0xfffffe0aece27d00 mysqld
 107820                   S       umtxn    0xfffffe0bb1988c00 mysqld
 107809                   S       umtxn    0xfffffe0de2182a00 mysqld
 107794                   S       umtxn    0xfffffe06ad810380 mysqld
 107787                   S       umtxn    0xfffffe0f56112100 mysqld
 107781                   S       umtxn    0xfffffe0f56112380 mysqld
 107736                   S       umtxn    0xfffffe05a29c6100 mysqld
 107717                   S       umtxn    0xfffffe0c179dd980 mysqld
 107716                   S       umtxn    0xfffffe0650e87a00 mysqld
 107709                   S       umtxn    0xfffffe0650e87c80 mysqld
 107690                   S       umtxn    0xfffffe0ed40b6880 mysqld
 107674                   S       umtxn    0xfffffe02c3e7bc80 mysqld
 107664                   S       umtxn    0xfffffe02c3e7b080 mysqld
 107645                   S       umtxn    0xfffffe04ff252e00 mysqld
 107641                   S       umtxn    0xfffffe01d77a3800 mysqld
 107640                   S       umtxn    0xfffffe04bd459400 mysqld
 107629                   S       umtxn    0xfffffe02cfeba700 mysqld
 107600                   S       umtxn    0xfffffe03406e8980 mysqld
 107598                   S       umtxn    0xfffffe0d6cdd5c00 mysqld
 107581                   S       umtxn    0xfffffe03406e8880 mysqld
 107580                   S       umtxn    0xfffffe0b1cee4d80 mysqld
 107569                   S       umtxn    0xfffffe09e6c14580 mysqld
 107567                   S       umtxn    0xfffffe08b2a70500 mysqld
 107563                   S       umtxn    0xfffffe03df90e100 mysqld
 107562                   S       umtxn    0xfffffe0cdbee6580 mysqld
 107556                   S       umtxn    0xfffffe0bbab0d200 mysqld
 107527                   S       umtxn    0xfffffe0fb315cd00 mysqld
 107526                   S       umtxn    0xfffffe057338e580 mysqld
 107525                   S       umtxn    0xfffffe0bbab0db00 mysqld
 107517                   S       umtxn    0xfffffe01db5b7700 mysqld
 107516                   S       umtxn    0xfffffe01db5b7900 mysqld
 107507                   S       umtxn    0xfffffe0e7bc38c80 mysqld
 107472                   S       umtxn    0xfffffe0e7bc38a00 mysqld
 107460                   S       umtxn    0xfffffe02f05c9000 mysqld
 107449                   S       umtxn    0xfffffe02cbde6d00 mysqld
 107443                   S       umtxn    0xfffffe0e64653d80 mysqld
 107422                   S       umtxn    0xfffffe0dc6963700 mysqld
 107420                   S       umtxn    0xfffffe06d8f20680 mysqld
 107418                   S       umtxn    0xfffffe02a812e480 mysqld
 107417                   S       umtxn    0xfffffe035e4cdb00 mysqld
 107403                   S       umtxn    0xfffffe016ca31300 mysqld
 107399                   S       umtxn    0xfffffe0d73b0bb00 mysqld
 107382                   S       umtxn    0xfffffe03d4208980 mysqld
 107352                   S       umtxn    0xfffffe0eb2423d00 mysqld
 107340                   S       umtxn    0xfffffe05c0dc6280 mysqld
 107337                   S       umtxn    0xfffffe0b0f27c600 mysqld
 107333                   S       umtxn    0xfffffe0a519d8700 mysqld
 107312                   S       umtxn    0xfffffe0c5451da80 mysqld
 107308                   S       umtxn    0xfffffe0f0df60b00 mysqld
 107305                   S       umtxn    0xfffffe06487eb980 mysqld
 107303                   S       umtxn    0xfffffe0a3df35980 mysqld
 107299                   S       umtxn    0xfffffe0f58fea700 mysqld
 107291                   S       umtxn    0xfffffe0a5f6b0300 mysqld
 107278                   S       umtxn    0xfffffe020095be00 mysqld
 107277                   S       umtxn    0xfffffe03783a2200 mysqld
 107264                   S       umtxn    0xfffffe0595e24d00 mysqld
 107260                   S       umtxn    0xfffffe0d989d6400 mysqld
 107255                   S       umtxn    0xfffffe0c25a91380 mysqld
 107254                   S       umtxn    0xfffffe0dfc812080 mysqld
 107253                   S       umtxn    0xfffffe08ed8a6a80 mysqld
 107251                   S       umtxn    0xfffffe039ee19700 mysqld
 107249                   S       umtxn    0xfffffe039ee19980 mysqld
 107221                   S       umtxn    0xfffffe0d807c2e00 mysqld
 107215                   S       umtxn    0xfffffe0a4d784380 mysqld
 107207                   S       umtxn    0xfffffe06e90da980 mysqld
 107204                   S       umtxn    0xfffffe0cc3992780 mysqld
 107200                   S       umtxn    0xfffffe0512754d80 mysqld
 107190                   S       umtxn    0xfffffe0d7a47b100 mysqld
 107173                   S       umtxn    0xfffffe03a16c5c80 mysqld
 107171                   S       umtxn    0xfffffe0404607c00 mysqld
 107170                   S       umtxn    0xfffffe0cc8c81980 mysqld
 107162                   S       umtxn    0xfffffe0ad8a51580 mysqld
 107157                   S       umtxn    0xfffffe0631cc2380 mysqld
 107152                   S       umtxn    0xfffffe0de3bd9500 mysqld
 107129                   S       umtxn    0xfffffe0e32d8d600 mysqld
 107121                   S       umtxn    0xfffffe0e32d8dc00 mysqld
 107120                   S       umtxn    0xfffffe012738b780 mysqld
 107110                   S       umtxn    0xfffffe0e589c6880 mysqld
 107107                   S       umtxn    0xfffffe088617f880 mysqld
 107101                   S       umtxn    0xfffffe0937ba2c80 mysqld
 107098                   S       umtxn    0xfffffe022e48bd80 mysqld
 107085                   S       umtxn    0xfffffe0886039980 mysqld
 107084                   S       umtxn    0xfffffe094f042080 mysqld
 107069                   S       umtxn    0xfffffe03df31b180 mysqld
 107045                   S       umtxn    0xfffffe023a19a780 mysqld
 107036                   S       umtxn    0xfffffe07a002ed80 mysqld
 107035                   S       umtxn    0xfffffe021bcee280 mysqld
 107022                   S       umtxn    0xfffffe0a51abcc80 mysqld
 107007                   S       umtxn    0xfffffe0da93f9400 mysqld
 107006                   S       umtxn    0xfffffe0687561300 mysqld
 106997                   S       umtxn    0xfffffe0b76c23280 mysqld
 106995                   S       umtxn    0xfffffe0faf70b800 mysqld
 106985                   S       umtxn    0xfffffe04ff405680 mysqld
 106980                   S       umtxn    0xfffffe0b7f5ba680 mysqld
 106973                   S       umtxn    0xfffffe0393be2c00 mysqld
 106965                   S       umtxn    0xfffffe03f50fcc00 mysqld
 106962                   S       umtxn    0xfffffe0e8034bb80 mysqld
 106933                   S       umtxn    0xfffffe03b4bb0680 mysqld
 106932                   S       umtxn    0xfffffe0dc1ac0680 mysqld
 106916                   S       umtxn    0xfffffe0abcaab980 mysqld
 106883                   S       umtxn    0xfffffe043db24300 mysqld
 106876                   S       umtxn    0xfffffe072773be00 mysqld
 106871                   S       umtxn    0xfffffe0e1d447100 mysqld
 106863                   S       umtxn    0xfffffe07a052b780 mysqld
 106847                   S       umtxn    0xfffffe0ad78da800 mysqld
 106844                   S       umtxn    0xfffffe0445acfc00 mysqld
 106842                   S       umtxn    0xfffffe025bba2e00 mysqld
 106841                   S       umtxn    0xfffffe036539c280 mysqld
 106810                   S       umtxn    0xfffffe058719b800 mysqld
 106786                   S       umtxn    0xfffffe0e32703880 mysqld
 106781                   S       umtxn    0xfffffe03dfed7c00 mysqld
 106779                   S       umtxn    0xfffffe0c686f7a00 mysqld
 106769                   S       umtxn    0xfffffe01bf889c00 mysqld
 106760                   S       umtxn    0xfffffe07da3bb800 mysqld
 106754                   S       umtxn    0xfffffe044e35a800 mysqld
 106744                   S       umtxn    0xfffffe03d6e88900 mysqld
 106714                   S       umtxn    0xfffffe075f052180 mysqld
 106710                   S       umtxn    0xfffffe0d80cd7a80 mysqld
 106692                   S       umtxn    0xfffffe03df96a500 mysqld
 106690                   S       umtxn    0xfffffe04bd2fcc80 mysqld
 106673                   S       umtxn    0xfffffe0cc75d1300 mysqld
 106656                   S       umtxn    0xfffffe03b58d0180 mysqld
 106650                   S       umtxn    0xfffffe0516d16480 mysqld
 106647                   S       umtxn    0xfffffe056ea70d80 mysqld
 106643                   S       umtxn    0xfffffe0f8a322b00 mysqld
 106641                   S       umtxn    0xfffffe0d9834e480 mysqld
 106633                   S       umtxn    0xfffffe02306f7900 mysqld
 106604                   S       umtxn    0xfffffe034dc04000 mysqld
 106583                   S       umtxn    0xfffffe0d7aad5880 mysqld
 106579                   S       umtxn    0xfffffe0abc16a600 mysqld
 106561                   S       umtxn    0xfffffe03d6188680 mysqld
 106537                   S       umtxn    0xfffffe01afebe000 mysqld
 106521                   S       umtxn    0xfffffe0360772700 mysqld
 106516                   S       umtxn    0xfffffe025a7a4900 mysqld
 106506                   S       umtxn    0xfffffe03423fb480 mysqld
 106495                   S       umtxn    0xfffffe06ea2d2280 mysqld
 106488                   S       umtxn    0xfffffe0a2f142d00 mysqld
 106487                   S       umtxn    0xfffffe02f0a14c80 mysqld
 106479                   S       umtxn    0xfffffe0ddf63c780 mysqld
 106438                   S       umtxn    0xfffffe07be277100 mysqld
 106433                   S       umtxn    0xfffffe037a37cc00 mysqld
 106428                   S       umtxn    0xfffffe0d0eb3eb80 mysqld
 106397                   S       umtxn    0xfffffe0d7a07c200 mysqld
 106390                   S       umtxn    0xfffffe094f76d600 mysqld
 106379                   S       umtxn    0xfffffe014423ab00 mysqld
 106377                   S       umtxn    0xfffffe0721e68000 mysqld
 106376                   S       umtxn    0xfffffe0d47d1a400 mysqld
 106364                   S       umtxn    0xfffffe07a07d2980 mysqld
 106348                   S       umtxn    0xfffffe0293963b00 mysqld
 106311                   S       umtxn    0xfffffe03264fa080 mysqld
 106302                   S       umtxn    0xfffffe02306f6780 mysqld
 106274                   S       umtxn    0xfffffe0f60f58200 mysqld
 106272                   S       umtxn    0xfffffe084f6f9100 mysqld
 106250                   S       umtxn    0xfffffe09304f3300 mysqld
 106242                   S       umtxn    0xfffffe005fa65180 mysqld
 106241                   S       umtxn    0xfffffe009d3aea00 mysqld
 106236                   S       umtxn    0xfffffe0fb3ffbc80 mysqld
 106235                   S       umtxn    0xfffffe058d8a7480 mysqld
 106218                   S       umtxn    0xfffffe0aefd36180 mysqld
 106191                   S       umtxn    0xfffffe009d683880 mysqld
 106187                   S       umtxn    0xfffffe024d76dc80 mysqld
 106186                   S       umtxn    0xfffffe09bda65400 mysqld
 106185                   S       umtxn    0xfffffe0ae627d780 mysqld
 106175                   S       umtxn    0xfffffe0432633600 mysqld
 106144                   S       umtxn    0xfffffe048381ae00 mysqld
 106143                   S       umtxn    0xfffffe09bfb5c980 mysqld
 db> bt 86738
 Tracing pid 86738 tid 102823 td 0xfffffe0cc7ecc470
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _cv_wait() at _cv_wait+0x121
 zio_wait() at zio_wait+0x61
 dmu_buf_hold_array_by_dnode() at dmu_buf_hold_array_by_dnode+0x22b
 dmu_buf_hold_array() at dmu_buf_hold_array+0x67
 dmu_read_uio() at dmu_read_uio+0x3f
 zfs_freebsd_read() at zfs_freebsd_read+0x3e3
 VOP_READ_APV() at VOP_READ_APV+0x44
 vn_read() at vn_read+0x316
 dofileread() at dofileread+0xa1
 kern_readv() at kern_readv+0x6c
 sys_read() at sys_read+0x64
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (3, FreeBSD ELF64, sys_read), rip = 0x4eeafc, rsp = 0x7fffffffd888, rbp = 0x3 ---
 db> bt 86279
 Tracing pid 86279 tid 104231 td 0xfffffe0360fd3470
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _cv_wait() at _cv_wait+0x121
 zio_wait() at zio_wait+0x61
 dmu_tx_count_write() at dmu_tx_count_write+0x34b
 dmu_tx_hold_write() at dmu_tx_hold_write+0x4a
 zfs_freebsd_write() at zfs_freebsd_write+0x43b
 VOP_WRITE_APV() at VOP_WRITE_APV+0xc6
 vn_write() at vn_write+0x38c
 dofilewrite() at dofilewrite+0x8b
 kern_writev() at kern_writev+0x6c
 sys_write() at sys_write+0x64
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (4, FreeBSD ELF64, sys_write), rip = 0x802aa0b2c, rsp = 0x7fffffffc488, rbp = 0x7fffffffc4b0 ---
 db> bt 102355
 Tracing pid 11143 tid 102355 td 0xfffffe0c8214a8e0
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _cv_wait() at _cv_wait+0x121
 zio_wait() at zio_wait+0x61
 zil_commit() at zil_commit+0x3e5
 zfs_freebsd_fsync() at zfs_freebsd_fsync+0xdc
 VOP_FSYNC_APV() at VOP_FSYNC_APV+0x4a
 sys_fsync() at sys_fsync+0x187
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (95, FreeBSD ELF64, sys_fsync), rip = 0x80237848c, rsp = 0x7ffffdfefd98, rbp = 0x7ffffdfefdb0 ---
 db> bt 86292
 Tracing pid 86292 tid 101376 td 0xfffffe006152c000
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 __lockmgr_args() at __lockmgr_args+0x610
 vop_stdlock() at vop_stdlock+0x39
 VOP_LOCK1_APV() at VOP_LOCK1_APV+0x52
 _vn_lock() at _vn_lock+0x47
 vget() at vget+0x70
 cache_lookup_times() at cache_lookup_times+0x5f5
 vfs_cache_lookup() at vfs_cache_lookup+0xc8
 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x4c
 lookup() at lookup+0x424
 namei() at namei+0x535
 vn_open_cred() at vn_open_cred+0x3cb
 kern_openat() at kern_openat+0x1f9
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (5, FreeBSD ELF64, sys_open), rip = 0x8010a00ac, rsp = 0x7fffffffbd28, rbp = 0x7fffffffbdc0 ---
 db> bt 87125
 Tracing pid 87125 tid 103485 td 0xfffffe0cb6330000
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 __lockmgr_args() at __lockmgr_args+0x610
 vop_stdlock() at vop_stdlock+0x39
 VOP_LOCK1_APV() at VOP_LOCK1_APV+0x52
 _vn_lock() at _vn_lock+0x47
 vget() at vget+0x70
 cache_lookup_times() at cache_lookup_times+0x5f5
 vfs_cache_lookup() at vfs_cache_lookup+0xc8
 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x4c
 lookup() at lookup+0x424
 namei() at namei+0x535
 vn_open_cred() at vn_open_cred+0x3cb
 kern_openat() at kern_openat+0x1f9
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (5, FreeBSD ELF64, sys_open), rip = 0x4e1a1c, rsp = 0x7fffffffd8b8, rbp = 0 ---
 db> bt 86928
 Tracing pid 86928 tid 104507 td 0xfffffe0e2ffdb000
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _cv_wait() at _cv_wait+0x121
 zio_wait() at zio_wait+0x61
 dbuf_read() at dbuf_read+0x5e5
 dmu_buf_hold() at dmu_buf_hold+0xe0
 zap_lockdir() at zap_lockdir+0x58
 zap_lookup_norm() at zap_lookup_norm+0x45
 zap_lookup() at zap_lookup+0x2e
 zfs_dirent_lock() at zfs_dirent_lock+0x4ff
 zfs_dirlook() at zfs_dirlook+0x69
 zfs_lookup() at zfs_lookup+0x26b
 zfs_freebsd_lookup() at zfs_freebsd_lookup+0x81
 VOP_CACHEDLOOKUP_APV() at VOP_CACHEDLOOKUP_APV+0x44
 vfs_cache_lookup() at vfs_cache_lookup+0xf8
 VOP_LOOKUP_APV() at VOP_LOOKUP_APV+0x4c
 lookup() at lookup+0x424
 namei() at namei+0x535
 kern_statat_vnhook() at kern_statat_vnhook+0xb6
 kern_statat() at kern_statat+0x15
 sys_stat() at sys_stat+0x2a
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (188, FreeBSD ELF64, sys_stat), rip = 0x800da971c, rsp = 0x7fffffffd6c8, rbp = 0x7fffffffd7f0 ---
 db> bt 86720
 Tracing pid 86720 tid 104539 td 0xfffffe0ad6cce8e0
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _sx_xlock_hard() at _sx_xlock_hard+0x4f1
 _sx_xlock() at _sx_xlock+0x75
 spa_all_configs() at spa_all_configs+0x5e
 zfs_ioc_pool_configs() at zfs_ioc_pool_configs+0x29
 zfsdev_ioctl() at zfsdev_ioctl+0xe6
 devfs_ioctl_f() at devfs_ioctl_f+0x7b
 kern_ioctl() at kern_ioctl+0x115
 sys_ioctl() at sys_ioctl+0xfd
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x801df0aec, rsp = 0x7fffffff83b8, rbp = 0x7fffffff8400 ---
 db> bt 86079 
 Tracing pid 86079 tid 104370 td 0xfffffe06f80cd8e0
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _sx_xlock_hard() at _sx_xlock_hard+0x4f1
 _sx_xlock() at _sx_xlock+0x75
 spa_open_common() at spa_open_common+0x7a
 pool_status_check() at pool_status_check+0x19
 zfsdev_ioctl() at zfsdev_ioctl+0x223
 devfs_ioctl_f() at devfs_ioctl_f+0x7b
 kern_ioctl() at kern_ioctl+0x115
 sys_ioctl() at sys_ioctl+0xfd
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (54, FreeBSD ELF64, sys_ioctl), rip = 0x801befaec, rsp = 0x7fffffff8ed8, rbp = 0x7fffffff8f20 ---
 db> bt 85728
 Tracing pid 85728 tid 105053 td 0xfffffe0294bc5470
 sched_switch() at sched_switch+0x13d
 mi_switch() at mi_switch+0x196
 sleepq_wait() at sleepq_wait+0x42
 _cv_wait() at _cv_wait+0x121
 txg_wait_synced() at txg_wait_synced+0x85
 dsl_sync_task_group_wait() at dsl_sync_task_group_wait+0x128
 dsl_dataset_user_release() at dsl_dataset_user_release+0x1c9
 dsl_dataset_user_release_tmp() at dsl_dataset_user_release_tmp+0xee
 dsl_dataset_user_release_onexit() at dsl_dataset_user_release_onexit+0x21
 zfs_onexit_destroy() at zfs_onexit_destroy+0x56
 zfsdev_close() at zfsdev_close+0x4f
 devfs_destroy_cdevpriv() at devfs_destroy_cdevpriv+0x69
 devfs_close_f() at devfs_close_f+0x54
 _fdrop() at _fdrop+0x23
 closef() at closef+0x52
 kern_close() at kern_close+0x172
 amd64_syscall() at amd64_syscall+0x5ea
 Xfast_syscall() at Xfast_syscall+0xf7
 --- syscall (6, FreeBSD ELF64, sys_close), rip = 0x801befb0c, rsp = 0x7fffffffc5a8, rbp = 0x7fffffffcff0 ---
 
 --------------070005030706090006050108--

From: Sean Bruno <sean_bruno@yahoo.com>
To: bug-followup@FreeBSD.org, philipp.maechler@hostpoint.ch
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8
 (and HP Bl Gen7   Storage Blade)
Date: Wed, 26 Jun 2013 10:36:47 -0700

 --=-RgO09WLquoOZdmOWyhwP
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 For clarification, the production p220i are configured raid1 with ZFS on
 top of them?
 
 You mention running them in Simple mode, that simply slows them down in
 the new order of things.  I wouldn't bother.
 
 I would request a system dmesg with verbose boot turned on so I can see
 what the hardware is reporting as parameters.
 
 Also, have you attempted 10-current install and test?
 
 sean
 
 
 
 --=-RgO09WLquoOZdmOWyhwP
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.13 (FreeBSD)
 
 iQEcBAABAgAGBQJRyyasAAoJEBkJRdwI6BaH97wH/0Xd2XYP95dboZVOlP15E6bt
 mEaVheJcxipub02w3s+kJ+YonS1FmTwemzErHMRYqByOTdiHD/+AL+uTpTOuU7Zw
 Gvi/laAPKvHBGtktGaurZNZerELrF6A7Lr215IXKJvuq5Wvt3kLkELkELeB+xo4e
 BUh5C8MKiVZ6ooR0lQCoM81qb/SAQc+jf+w/n1GWt8+II7iimCj2HT35gZYn9yx+
 nAZA2m6S/Wf0eeJEigNZuSTAztG8jjk0QviOvThlf1K1ewIEuw3H/xRz00oKw0iu
 Z+b/q2Jv2djcKywIQGqSnPvWsbjA8TJmE+PXjtmMmIHiUuW6a7eWkWJ+WXFnPTc=
 =UZqm
 -----END PGP SIGNATURE-----
 
 --=-RgO09WLquoOZdmOWyhwP--
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?iso-8859-1?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 sean_bruno@yahoo.com
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Thu, 27 Jun 2013 15:01:43 +0200

 --Apple-Mail=_61B0517C-6445-4210-BB08-6B16755D634C
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=windows-1252
 
 Hi Sean
 
 I'm taking over from Philipp as he's out of office the next couple of =
 days.
 
 No, neither the p220i in the g8 blades nor the p410i in the g7 blades =
 are configured raid1. We expose all disks to the OS by creating one =
 raid0 "stripe" per disk. In case of the G8 blades we do zfs mirroring on =
 top of that, in case of the G7 with storage blades, we do raidz2 across =
 10 disks (2 internal (ciss0), 8 in the storage blade (ciss1)).
 
 We haven't tried CURRENT so far. But I've created a patch that brings =
 most changes to the ciss driver from head to 9.1. Actually, I used ciss =
 from head (r250031) and backed out these two commits that affected more =
 than the ciss driver (i.e. changes to the whole CAM layer):
 
 - r246713
 - r249468
 
 Some servers have been running quite stable for over a week now, but we =
 don't know yet if that's coincidence, because of the patch or because of =
 simple mode. We propagated the patch to all the affected systems with =
 the recent security upgrade and at the same time activated simple mode =
 on all of them. This of course doesn't make it simpler to find out what =
 really brought some relief.
 
 This is why we rebooted 15 G8 blades back into performance mode =
 yesterday, part of them with my patch, part of them without. So what we =
 test right now is the following:
 
 - 11 G8 blades with patch and SIMPLE mode (we keep them up to rule out =
 coincidence, these have over a week uptime right now)
 - 6 G8 blades PERF mode without patch (to prove the problem comes back =
 when restoring default settings)
 - 9 G8 blades PERF mode with patch (to test if it is the patch that =
 actually helps)
 
 I think it's to early to state that something actually helped. The =
 situation with simple mode and patch has been better so far for sure, =
 but then again the simple mode could just have slowed things down to the =
 point the problem does no longer occur often enough.
 
 What we can say though is that we did have an IO stall while using the =
 that same ciss patch on the G7 blades. This was a few weeks a ago and =
 unfortunately we haven't been able to reproduce that since then=85 Also =
 simple mode did not seem to help on G7 blades.
 
 The servers we rebooted yesterday now run at 115k console speed, so we =
 should be able to pull out debug information once the problem occurs. =
 Unfortunately, serial console and ddb is the only way to get any =
 information, as a memory dump to the swap partion obviously doesn't work =
 when all disk IO is stuck.
 
 On the servers with the ciss head patch, we've also defined CISS_DEBUG =
 in ciss.c. If one of those servers should have the problem, we could =
 also print the driver debug information in ddb. Would that be valuable =
 to you? Or do you think it's even bad to have CISS_DEBUG defined, as it =
 could slow down things and make our problem less likely to occur?
 
 The servers without ciss head patch don't have CISS_DEBUG defined, =
 because the driver won't compile on 9.1 with that.
 
 Verbose boot output of a server with ciss head patch and CISS_DEBUG =
 defined should be attached.
 
 
 Thanks for looking into this.
 
 Markus
 
 
 
 
 
 
 
 
 
 
 --Apple-Mail=_61B0517C-6445-4210-BB08-6B16755D634C
 Content-Disposition: attachment;
 	filename="verbose boot g8 ciss head.txt"
 Content-Type: text/plain;
 	name="verbose boot g8 ciss head.txt"
 Content-Transfer-Encoding: quoted-printable
 
 KDB: debugger backends: ddb
 KDB: current backend: ddb
 SMAP type=3D01 base=3D0000000000000000 len=3D000000000009f400
 SMAP type=3D02 base=3D000000000009f400 len=3D0000000000000c00
 SMAP type=3D02 base=3D00000000000f0000 len=3D0000000000010000
 SMAP type=3D01 base=3D0000000000100000 len=3D000000000ff00000
 SMAP type=3D01 base=3D0000000010000000 len=3D0000000010000000
 SMAP type=3D01 base=3D0000000020000000 len=3D000000009ddde000
 SMAP type=3D03 base=3D00000000bddde000 len=3D0000000000030000
 SMAP type=3D02 base=3D00000000bde0e000 len=3D0000000000001000
 SMAP type=3D02 base=3D00000000bde0f000 len=3D00000000021f1000
 SMAP type=3D02 base=3D00000000c0000000 len=3D0000000010000000
 SMAP type=3D02 base=3D00000000fec00000 len=3D0000000000200000
 SMAP type=3D02 base=3D00000000fee00000 len=3D0000000000010000
 SMAP type=3D02 base=3D00000000ff800000 len=3D0000000000800000
 SMAP type=3D01 base=3D0000000100000000 len=3D0000001f3ffff000
 Table 'FACP' at 0xbdde1980
 Table 'SPCR' at 0xbddde180
 Table 'MCFG' at 0xbddde200
 Table 'HPET' at 0xbddde240
 Table 'SPMI' at 0xbddde280
 Table 'ERST' at 0xbddde2c0
 Table 'APIC' at 0xbddde500
 APIC: Found table at 0xbddde500
 APIC: Using the MADT enumerator.
 MADT: Found CPU APIC ID 32 ACPI ID 0: enabled
 SMP: Added CPU 32 (AP)
 MADT: Found CPU APIC ID 64 ACPI ID 16: enabled
 SMP: Added CPU 64 (AP)
 MADT: Found CPU APIC ID 33 ACPI ID 1: enabled
 SMP: Added CPU 33 (AP)
 MADT: Found CPU APIC ID 65 ACPI ID 17: enabled
 SMP: Added CPU 65 (AP)
 MADT: Found CPU APIC ID 34 ACPI ID 2: enabled
 SMP: Added CPU 34 (AP)
 MADT: Found CPU APIC ID 66 ACPI ID 18: enabled
 SMP: Added CPU 66 (AP)
 MADT: Found CPU APIC ID 35 ACPI ID 3: enabled
 SMP: Added CPU 35 (AP)
 MADT: Found CPU APIC ID 67 ACPI ID 19: enabled
 SMP: Added CPU 67 (AP)
 MADT: Found CPU APIC ID 36 ACPI ID 4: enabled
 SMP: Added CPU 36 (AP)
 MADT: Found CPU APIC ID 68 ACPI ID 20: enabled
 SMP: Added CPU 68 (AP)
 MADT: Found CPU APIC ID 37 ACPI ID 5: enabled
 SMP: Added CPU 37 (AP)
 MADT: Found CPU APIC ID 69 ACPI ID 21: enabled
 SMP: Added CPU 69 (AP)
 MADT: Found CPU APIC ID 38 ACPI ID 6: enabled
 SMP: Added CPU 38 (AP)
 MADT: Found CPU APIC ID 70 ACPI ID 22: enabled
 SMP: Added CPU 70 (AP)
 MADT: Found CPU APIC ID 39 ACPI ID 7: enabled
 SMP: Added CPU 39 (AP)
 MADT: Found CPU APIC ID 71 ACPI ID 23: enabled
 SMP: Added CPU 71 (AP)
 MADT: Found CPU APIC ID 40 ACPI ID 8: enabled
 SMP: Added CPU 40 (AP)
 MADT: Found CPU APIC ID 72 ACPI ID 24: enabled
 SMP: Added CPU 72 (AP)
 MADT: Found CPU APIC ID 41 ACPI ID 9: enabled
 SMP: Added CPU 41 (AP)
 MADT: Found CPU APIC ID 73 ACPI ID 25: enabled
 SMP: Added CPU 73 (AP)
 MADT: Found CPU APIC ID 42 ACPI ID 10: enabled
 SMP: Added CPU 42 (AP)
 MADT: Found CPU APIC ID 74 ACPI ID 26: enabled
 SMP: Added CPU 74 (AP)
 MADT: Found CPU APIC ID 43 ACPI ID 11: enabled
 SMP: Added CPU 43 (AP)
 MADT: Found CPU APIC ID 75 ACPI ID 27: enabled
 SMP: Added CPU 75 (AP)
 MADT: Found CPU APIC ID 44 ACPI ID 12: enabled
 SMP: Added CPU 44 (AP)
 MADT: Found CPU APIC ID 76 ACPI ID 28: enabled
 SMP: Added CPU 76 (AP)
 MADT: Found CPU APIC ID 45 ACPI ID 13: enabled
 SMP: Added CPU 45 (AP)
 MADT: Found CPU APIC ID 77 ACPI ID 29: enabled
 SMP: Added CPU 77 (AP)
 MADT: Found CPU APIC ID 46 ACPI ID 14: enabled
 SMP: Added CPU 46 (AP)
 MADT: Found CPU APIC ID 78 ACPI ID 30: enabled
 SMP: Added CPU 78 (AP)
 MADT: Found CPU APIC ID 47 ACPI ID 15: enabled
 SMP: Added CPU 47 (AP)
 MADT: Found CPU APIC ID 79 ACPI ID 31: enabled
 SMP: Added CPU 79 (AP)
 Copyright (c) 1992-2012 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 9.1-RELEASE-p4 #1 r251905M: Wed Jun 26 13:35:20 UTC 2013
     root@***:/usr/obj/usr/src/sys/HOSTPOINT-CISSHEAD amd64
 Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff818fa000.
 Preloaded elf obj module "/boot/kernel/zfs.ko" at 0xffffffff818fa260.
 Preloaded elf obj module "/boot/kernel/opensolaris.ko" at =
 0xffffffff818fa948.
 Preloaded elf obj module "/boot/kernel/mac_seeotheruids.ko" at =
 0xffffffff818fafb8.
 Preloaded /boot/zfs/zpool.cache "/boot/zfs/zpool.cache" at =
 0xffffffff818fb5b0.
 Calibrating TSC clock ... TSC clock: 1800059752 Hz
 CPU: AMD Opteron(tm) Processor 6366 HE               (1800.06-MHz =
 K8-class CPU)
   Origin =3D "AuthenticAMD"  Id =3D 0x600f20  Family =3D 15  Model =3D 2 =
  Stepping =3D 0
   =
 Features=3D0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE=
 ,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
   =
 Features2=3D0x3e98320b<SSE3,PCLMULQDQ,MON,SSSE3,FMA,CX16,SSE4.1,SSE4.2,POP=
 CNT,AESNI,XSAVE,OSXSAVE,AVX,F16C>
   AMD Features=3D0x2e500800<SYSCALL,NX,MMX+,FFXSR,Page1GB,RDTSCP,LM>
   AMD =
 Features2=3D0x1ebbfff<LAHF,CMP,SVM,ExtAPIC,CR8,ABM,SSE4A,MAS,Prefetch,OSVW=
 ,IBS,XOP,SKINIT,WDT,LWP,FMA4,<b17>,NodeId,TBM,Topology,<b23>,<b24>>
   TSC: P-state invariant, performance statistics
 L1 2MB data TLB: 64 entries, fully associative
 L1 2MB instruction TLB: 24 entries, fully associative
 L1 4KB data TLB: 64 entries, fully associative
 L1 4KB instruction TLB: 48 entries, fully associative
 L1 data cache: 16 kbytes, 64 bytes/line, 1 lines/tag, 4-way associative
 L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way =
 associative
 L2 2MB data TLB: 1024 entries, 8-way associative
 L2 2MB instruction TLB: 1024 entries, 8-way associative
 L2 4KB data TLB: 1024 entries, 8-way associative
 L2 4KB instruction TLB: 1024 entries, 8-way associative
 L2 unified cache: 2048 kbytes, 64 bytes/line, 1 lines/tag, 16-way =
 associative
 real memory  =3D 137438953472 (131072 MB)
 Physical memory chunk(s):
 0x0000000000010000 - 0x000000000009bfff, 573440 bytes (140 pages)
 0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
 0x0000000001927000 - 0x00000000bddddfff, 3159060480 bytes (771255 pages)
 0x0000000100000000 - 0x0000001f4d99efff, 130150952960 bytes (31775135 =
 pages)
 avail memory =3D 132496629760 (126358 MB)
 INTR: Adding local APIC 0 as a target
 Event timer "LAPIC" quality 400
 ACPI APIC Table: <HP     ProLiant>
 INTR: Adding local APIC 32 as a target
 INTR: Adding local APIC 33 as a target
 INTR: Adding local APIC 34 as a target
 INTR: Adding local APIC 35 as a target
 INTR: Adding local APIC 36 as a target
 INTR: Adding local APIC 37 as a target
 INTR: Adding local APIC 38 as a target
 INTR: Adding local APIC 39 as a target
 INTR: Adding local APIC 40 as a target
 INTR: Adding local APIC 41 as a target
 INTR: Adding local APIC 42 as a target
 INTR: Adding local APIC 43 as a target
 INTR: Adding local APIC 44 as a target
 INTR: Adding local APIC 45 as a target
 INTR: Adding local APIC 46 as a target
 INTR: Adding local APIC 47 as a target
 INTR: Adding local APIC 64 as a target
 INTR: Adding local APIC 65 as a target
 INTR: Adding local APIC 66 as a target
 INTR: Adding local APIC 67 as a target
 INTR: Adding local APIC 68 as a target
 INTR: Adding local APIC 69 as a target
 INTR: Adding local APIC 70 as a target
 INTR: Adding local APIC 71 as a target
 INTR: Adding local APIC 72 as a target
 INTR: Adding local APIC 73 as a target
 INTR: Adding local APIC 74 as a target
 INTR: Adding local APIC 75 as a target
 INTR: Adding local APIC 76 as a target
 INTR: Adding local APIC 77 as a target
 INTR: Adding local APIC 78 as a target
 INTR: Adding local APIC 79 as a target
 FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs
 FreeBSD/SMP: 2 package(s) x 16 core(s)
  cpu0 (BSP): APIC ID: 32
  cpu1 (AP): APIC ID: 33
  cpu2 (AP): APIC ID: 34
  cpu3 (AP): APIC ID: 35
  cpu4 (AP): APIC ID: 36
  cpu5 (AP): APIC ID: 37
  cpu6 (AP): APIC ID: 38
  cpu7 (AP): APIC ID: 39
  cpu8 (AP): APIC ID: 40
  cpu9 (AP): APIC ID: 41
  cpu10 (AP): APIC ID: 42
  cpu11 (AP): APIC ID: 43
  cpu12 (AP): APIC ID: 44
  cpu13 (AP): APIC ID: 45
  cpu14 (AP): APIC ID: 46
  cpu15 (AP): APIC ID: 47
  cpu16 (AP): APIC ID: 64
  cpu17 (AP): APIC ID: 65
  cpu18 (AP): APIC ID: 66
  cpu19 (AP): APIC ID: 67
  cpu20 (AP): APIC ID: 68
  cpu21 (AP): APIC ID: 69
  cpu22 (AP): APIC ID: 70
  cpu23 (AP): APIC ID: 71
  cpu24 (AP): APIC ID: 72
  cpu25 (AP): APIC ID: 73
  cpu26 (AP): APIC ID: 74
  cpu27 (AP): APIC ID: 75
  cpu28 (AP): APIC ID: 76
  cpu29 (AP): APIC ID: 77
  cpu30 (AP): APIC ID: 78
  cpu31 (AP): APIC ID: 79
 APIC: CPU 0 has ACPI ID 0
 APIC: CPU 1 has ACPI ID 1
 APIC: CPU 2 has ACPI ID 2
 APIC: CPU 3 has ACPI ID 3
 APIC: CPU 4 has ACPI ID 4
 APIC: CPU 5 has ACPI ID 5
 APIC: CPU 6 has ACPI ID 6
 APIC: CPU 7 has ACPI ID 7
 APIC: CPU 8 has ACPI ID 8
 APIC: CPU 9 has ACPI ID 9
 APIC: CPU 10 has ACPI ID 10
 APIC: CPU 11 has ACPI ID 11
 APIC: CPU 12 has ACPI ID 12
 APIC: CPU 13 has ACPI ID 13
 APIC: CPU 14 has ACPI ID 14
 APIC: CPU 15 has ACPI ID 15
 APIC: CPU 16 has ACPI ID 16
 APIC: CPU 17 has ACPI ID 17
 APIC: CPU 18 has ACPI ID 18
 APIC: CPU 19 has ACPI ID 19
 APIC: CPU 20 has ACPI ID 20
 APIC: CPU 21 has ACPI ID 21
 APIC: CPU 22 has ACPI ID 22
 APIC: CPU 23 has ACPI ID 23
 APIC: CPU 24 has ACPI ID 24
 APIC: CPU 25 has ACPI ID 25
 APIC: CPU 26 has ACPI ID 26
 APIC: CPU 27 has ACPI ID 27
 APIC: CPU 28 has ACPI ID 28
 APIC: CPU 29 has ACPI ID 29
 APIC: CPU 30 has ACPI ID 30
 APIC: CPU 31 has ACPI ID 31
 x86bios:  IVT 0x000000-0x0004ff at 0xfffffe0000000000
 x86bios: SSEG 0x098000-0x098fff at 0xffffff9f2914c000
 x86bios: EBDA 0x09f000-0x09ffff at 0xfffffe000009f000
 x86bios:  ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000
 Security policy loaded: TrustedBSD MAC/seeotheruids (mac_seeotheruids)
 ULE: setup cpu 0
 ULE: setup cpu 1
 ULE: setup cpu 2
 ULE: setup cpu 3
 ULE: setup cpu 4
 ULE: setup cpu 5
 ULE: setup cpu 6
 ULE: setup cpu 7
 ULE: setup cpu 8
 ULE: setup cpu 9
 ULE: setup cpu 10
 ULE: setup cpu 11
 ULE: setup cpu 12
 ULE: setup cpu 13
 ULE: setup cpu 14
 ULE: setup cpu 15
 ULE: setup cpu 16
 ULE: setup cpu 17
 ULE: setup cpu 18
 ULE: setup cpu 19
 ULE: setup cpu 20
 ULE: setup cpu 21
 ULE: setup cpu 22
 ULE: setup cpu 23
 ULE: setup cpu 24
 ULE: setup cpu 25
 ULE: setup cpu 26
 ULE: setup cpu 27
 ULE: setup cpu 28
 ULE: setup cpu 29
 ULE: setup cpu 30
 ULE: setup cpu 31
 ACPI: RSDP 0xf4ee0 00024 (v02 HP    )
 ACPI: XSDT 0xbdde1880 000BC (v01 HP     ProLiant 00000002   ?? 0000162E)
 ACPI: FACP 0xbdde1980 000F4 (v03 HP     ProLiant 00000002   ?? 0000162E)
 ACPI: DSDT 0xbdde1a80 0D31B (v01 HP         DSDT 00000001 INTL 20061109)
 ACPI: FACS 0xbddde140 00040
 ACPI: SPCR 0xbddde180 00050 (v01 HP     SPCRRBSU 00000001   ?? 0000162E)
 ACPI: MCFG 0xbddde200 0003C (v01 HP     ProLiant 00000001      00000000)
 ACPI: HPET 0xbddde240 00038 (v01 HP     ProLiant 00000002   ?? 0000162E)
 ACPI: SPMI 0xbddde280 00040 (v05 HP     ProLiant 00000001   ?? 0000162E)
 ACPI: ERST 0xbddde2c0 00230 (v01 HP     ProLiant 00000001   ?? 0000162E)
 ACPI: APIC 0xbddde500 0015E (v01 HP     ProLiant 00000002      00000000)
 ACPI: SRAT 0xbddde800 00320 (v02 AMD    AGESA    00000001 AMD  00000001)
 ACPI: FFFF 0xbdddf000 00176 (v01 HP     ProLiant 00000001   ?? 0000162E)
 ACPI: BERT 0xbdddf180 00030 (v01 HP     ProLiant 00000001   ?? 0000162E)
 ACPI: HEST 0xbdddf1c0 0018C (v01 HP     ProLiant 00000001   ?? 0000162E)
 ACPI: FFFF 0xbdddf380 00064 (v02 HP     ProLiant 00000002   ?? 0000162E)
 ACPI: SLIT 0xbdddf400 0003C (v01 AMD    AGESA    00000001 AMD  00000001)
 ACPI: IVRS 0xbdddf800 00180 (v01  AMD     RD890S 00202031 AMD  00000000)
 ACPI: PCCT 0xbdde1800 0006E (v01 HP     Proliant 00000001   PH 0000504D)
 ACPI: SSDT 0xbddeedc0 00125 (v03     HP  CRSPCI0 00000002   HP 00000001)
 ACPI: SSDT 0xbddeef00 00701 (v01     HP      pcc 00000001 INTL 20120503)
 ACPI: SSDT 0xbddef640 00377 (v01     HP     pmab 00000001 INTL 20120503)
 ACPI: SSDT 0xbddef9c0 05524 (v01     HP     pcc2 00000001 INTL 20120503)
 MADT: Found IO APIC ID 8, Interrupt 0 at 0xfec00000
 ioapic0: Changing APIC ID to 8
 ioapic0: Routing external 8259A's -> intpin 0
 MADT: Found IO APIC ID 9, Interrupt 24 at 0xfaffc000
 ioapic1: Changing APIC ID to 9
 MADT: Interrupt override: source 0, irq 2
 ioapic0: Routing IRQ 0 -> intpin 2
 MADT: Interrupt override: source 9, irq 9
 ioapic0: intpin 9 trigger: level
 ioapic0: intpin 9 polarity: low
 lapic: Routing NMI -> LINT1
 lapic: LINT1 trigger: edge
 lapic: LINT1 polarity: high
 ioapic0 <Version 2.1> irqs 0-23 on motherboard
 ioapic1 <Version 2.1> irqs 24-55 on motherboard
 cpu0 BSP:
      ID: 0x20000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 snd_unit_init() u=3D0x00ff8000 [512] d=3D0x00007c00 [32] c=3D0x000003ff =
 [1024]
 feeder_register: snd_unit=3D-1 snd_maxautovchans=3D16 latency=3D5 =
 feeder_rate_min=3D1 feeder_rate_max=3D2016000 feeder_rate_round=3D25
 wlan: <802.11 Link Layer>
 nfslock: pseudo-device
 kbd: new array size 4
 kbd1 at kbdmux0
 mem: <memory>
 VESA: INT 0x10 vector 0xc000:0x0b50
 VESA: information block
 0000   56 45 53 41 00 03 4a 57 00 c0 01 00 00 00 b7 53
 0010   00 c0 80 00 08 03 5f 57 00 c0 66 57 00 c0 6f 57
 0020   00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0030   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0040   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0050   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0060   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0070   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0080   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0090   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00a0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00b0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00c0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00d0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00e0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0100   4d 61 74 72 6f 78 00 4d 47 41 2d 47 32 30 30 00
 0110   30 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0120   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0130   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0140   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0150   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0160   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0170   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0180   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 0190   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 01a0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 01b0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 01c0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 01d0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 01e0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 01f0   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 VESA: 21 mode(s) found
 VESA: v3.0, 8192k memory, flags:0x1, mode table:0xfffffe00000c53b7 =
 (c00053b7)
 VESA: Matrox Graphics Inc.
 VESA: Matrox MGA-G200 00
 io: <I/O>
 null: <null device, zero device>
 random: <entropy source, Software, Yarrow>
 hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
 acpi0: <HP ProLiant> on motherboard
 PCIe: Memory Mapped configuration base @ 0xc0000000
 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 32 vector 48
 acpi0: Power Button (fixed)
 cpu0: Processor \_SB_.C000 (ACPI ID 0) -> APIC ID 0
 cpu0: <ACPI CPU> on acpi0
 cpu0: switching to generic Cx mode
 cpu1: Processor \_SB_.C001 (ACPI ID 1) -> APIC ID 1
 cpu1: <ACPI CPU> on acpi0
 cpu2: Processor \_SB_.C002 (ACPI ID 2) -> APIC ID 2
 cpu2: <ACPI CPU> on acpi0
 cpu3: Processor \_SB_.C003 (ACPI ID 3) -> APIC ID 3
 cpu3: <ACPI CPU> on acpi0
 cpu4: Processor \_SB_.C004 (ACPI ID 4) -> APIC ID 4
 cpu4: <ACPI CPU> on acpi0
 cpu5: Processor \_SB_.C005 (ACPI ID 5) -> APIC ID 5
 cpu5: <ACPI CPU> on acpi0
 cpu6: Processor \_SB_.C006 (ACPI ID 6) -> APIC ID 6
 cpu6: <ACPI CPU> on acpi0
 cpu7: Processor \_SB_.C007 (ACPI ID 7) -> APIC ID 7
 cpu7: <ACPI CPU> on acpi0
 cpu8: Processor \_SB_.C008 (ACPI ID 8) -> APIC ID 8
 cpu8: <ACPI CPU> on acpi0
 cpu9: Processor \_SB_.C009 (ACPI ID 9) -> APIC ID 9
 cpu9: <ACPI CPU> on acpi0
 cpu10: Processor \_SB_.C00A (ACPI ID 10) -> APIC ID 10
 cpu10: <ACPI CPU> on acpi0
 cpu11: Processor \_SB_.C00B (ACPI ID 11) -> APIC ID 11
 cpu11: <ACPI CPU> on acpi0
 cpu12: Processor \_SB_.C00C (ACPI ID 12) -> APIC ID 12
 cpu12: <ACPI CPU> on acpi0
 cpu13: Processor \_SB_.C00D (ACPI ID 13) -> APIC ID 13
 cpu13: <ACPI CPU> on acpi0
 cpu14: Processor \_SB_.C00E (ACPI ID 14) -> APIC ID 14
 cpu14: <ACPI CPU> on acpi0
 cpu15: Processor \_SB_.C00F (ACPI ID 15) -> APIC ID 15
 cpu15: <ACPI CPU> on acpi0
 cpu16: Processor \_SB_.C010 (ACPI ID 16) -> APIC ID 16
 cpu16: <ACPI CPU> on acpi0
 cpu17: Processor \_SB_.C011 (ACPI ID 17) -> APIC ID 17
 cpu17: <ACPI CPU> on acpi0
 cpu18: Processor \_SB_.C012 (ACPI ID 18) -> APIC ID 18
 cpu18: <ACPI CPU> on acpi0
 cpu19: Processor \_SB_.C013 (ACPI ID 19) -> APIC ID 19
 cpu19: <ACPI CPU> on acpi0
 cpu20: Processor \_SB_.C014 (ACPI ID 20) -> APIC ID 20
 cpu20: <ACPI CPU> on acpi0
 cpu21: Processor \_SB_.C015 (ACPI ID 21) -> APIC ID 21
 cpu21: <ACPI CPU> on acpi0
 cpu22: Processor \_SB_.C016 (ACPI ID 22) -> APIC ID 22
 cpu22: <ACPI CPU> on acpi0
 cpu23: Processor \_SB_.C017 (ACPI ID 23) -> APIC ID 23
 cpu23: <ACPI CPU> on acpi0
 cpu24: Processor \_SB_.C018 (ACPI ID 24) -> APIC ID 24
 cpu24: <ACPI CPU> on acpi0
 cpu25: Processor \_SB_.C019 (ACPI ID 25) -> APIC ID 25
 cpu25: <ACPI CPU> on acpi0
 cpu26: Processor \_SB_.C01A (ACPI ID 26) -> APIC ID 26
 cpu26: <ACPI CPU> on acpi0
 cpu27: Processor \_SB_.C01B (ACPI ID 27) -> APIC ID 27
 cpu27: <ACPI CPU> on acpi0
 cpu28: Processor \_SB_.C01C (ACPI ID 28) -> APIC ID 28
 cpu28: <ACPI CPU> on acpi0
 cpu29: Processor \_SB_.C01D (ACPI ID 29) -> APIC ID 29
 cpu29: <ACPI CPU> on acpi0
 cpu30: Processor \_SB_.C01E (ACPI ID 30) -> APIC ID 30
 cpu30: <ACPI CPU> on acpi0
 cpu31: Processor \_SB_.C01F (ACPI ID 31) -> APIC ID 31
 cpu31: <ACPI CPU> on acpi0
 ACPI: Processor \_SB_.C020 (ACPI ID 32) ignored
 ACPI: Processor \_SB_.C021 (ACPI ID 33) ignored
 ACPI: Processor \_SB_.C022 (ACPI ID 34) ignored
 ACPI: Processor \_SB_.C023 (ACPI ID 35) ignored
 ACPI: Processor \_SB_.C024 (ACPI ID 36) ignored
 ACPI: Processor \_SB_.C025 (ACPI ID 37) ignored
 ACPI: Processor \_SB_.C026 (ACPI ID 38) ignored
 ACPI: Processor \_SB_.C027 (ACPI ID 39) ignored
 ACPI: Processor \_SB_.C028 (ACPI ID 40) ignored
 ACPI: Processor \_SB_.C029 (ACPI ID 41) ignored
 ACPI: Processor \_SB_.C02A (ACPI ID 42) ignored
 ACPI: Processor \_SB_.C02B (ACPI ID 43) ignored
 ACPI: Processor \_SB_.C02C (ACPI ID 44) ignored
 ACPI: Processor \_SB_.C02D (ACPI ID 45) ignored
 ACPI: Processor \_SB_.C02E (ACPI ID 46) ignored
 ACPI: Processor \_SB_.C02F (ACPI ID 47) ignored
 ACPI: Processor \_SB_.C030 (ACPI ID 48) ignored
 ACPI: Processor \_SB_.C031 (ACPI ID 49) ignored
 ACPI: Processor \_SB_.C032 (ACPI ID 50) ignored
 ACPI: Processor \_SB_.C033 (ACPI ID 51) ignored
 ACPI: Processor \_SB_.C034 (ACPI ID 52) ignored
 ACPI: Processor \_SB_.C035 (ACPI ID 53) ignored
 ACPI: Processor \_SB_.C036 (ACPI ID 54) ignored
 ACPI: Processor \_SB_.C037 (ACPI ID 55) ignored
 ACPI: Processor \_SB_.C038 (ACPI ID 56) ignored
 ACPI: Processor \_SB_.C039 (ACPI ID 57) ignored
 ACPI: Processor \_SB_.C03A (ACPI ID 58) ignored
 ACPI: Processor \_SB_.C03B (ACPI ID 59) ignored
 ACPI: Processor \_SB_.C03C (ACPI ID 60) ignored
 ACPI: Processor \_SB_.C03D (ACPI ID 61) ignored
 ACPI: Processor \_SB_.C03E (ACPI ID 62) ignored
 ACPI: Processor \_SB_.C03F (ACPI ID 63) ignored
 attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
 Timecounter "i8254" frequency 1193182 Hz quality 0
 ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 32 vector 49
 Event timer "i8254" frequency 1193182 Hz quality 100
 hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
 hpet0: vendor 0x4353, rev 0x1, 14318180Hz, 3 timers, legacy route
 hpet0:  t0: irqs 0x00c0ffff (0), MSI, periodic
 hpet0:  t1: irqs 0x00c0ffff (0), MSI, periodic
 hpet0:  t2: irqs 0x00c0ffff (0), MSI, periodic
 Timecounter "HPET" frequency 14318180 Hz quality 950
 msi: routing MSI-X IRQ 256 to local APIC 32 vector 50
 msi: routing MSI-X IRQ 257 to local APIC 32 vector 51
 msi: routing MSI-X IRQ 258 to local APIC 32 vector 52
 Event timer "HPET" frequency 14318180 Hz quality 450
 Event timer "HPET1" frequency 14318180 Hz quality 450
 Event timer "HPET2" frequency 14318180 Hz quality 450
 atrtc0: <AT realtime clock> port 0x70-0x71 on acpi0
 atrtc0: registered as a time-of-day clock (resolution 1000000us, =
 adjustment 0.500000000s)
 ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 32 vector 53
 Event timer "RTC" frequency 32768 Hz quality 0
 ACPI timer: 0/97 0/95 0/97 0/95 0/96 0/94 0/95 0/98 0/96 0/94 -> 0
 Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x920-0x923 on acpi0
 pci_link0:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link1:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   25   N     0  25
   Validation          0   25   N     0  25
   After Disable       0  255   N     0  25
 pci_link2:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   26   N     0  26
   Validation          0   26   N     0  26
   After Disable       0  255   N     0  26
 pci_link3:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   27   N     0  27
   Validation          0   27   N     0  27
   After Disable       0  255   N     0  27
 pci_link4:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link5:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   25   N     0  25
   Validation          0   25   N     0  25
   After Disable       0  255   N     0  25
 pci_link6:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   26   N     0  26
   Validation          0   26   N     0  26
   After Disable       0  255   N     0  26
 pci_link7:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   27   N     0  27
   Validation          0   27   N     0  27
   After Disable       0  255   N     0  27
 pci_link8:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   44   N     0  44
   Validation          0   44   N     0  44
   After Disable       0  255   N     0  44
 pci_link9:        Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   45   N     0  45
   Validation          0   45   N     0  45
   After Disable       0  255   N     0  45
 pci_link10:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   46   N     0  46
   Validation          0   46   N     0  46
   After Disable       0  255   N     0  46
 pci_link11:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   47   N     0  47
   Validation          0   47   N     0  47
   After Disable       0  255   N     0  47
 pci_link12:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   48   N     0  48
   Validation          0   48   N     0  48
   After Disable       0  255   N     0  48
 pci_link13:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   49   N     0  49
   Validation          0   49   N     0  49
   After Disable       0  255   N     0  49
 pci_link14:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   50   N     0  50
   Validation          0   50   N     0  50
   After Disable       0  255   N     0  50
 pci_link15:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   51   N     0  51
   Validation          0   51   N     0  51
   After Disable       0  255   N     0  51
 pci_link16:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   47   N     0  47
   Validation          0   47   N     0  47
   After Disable       0  255   N     0  47
 pci_link17:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   44   N     0  44
   Validation          0   44   N     0  44
   After Disable       0  255   N     0  44
 pci_link18:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   45   N     0  45
   Validation          0   45   N     0  45
   After Disable       0  255   N     0  45
 pci_link19:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   46   N     0  46
   Validation          0   46   N     0  46
   After Disable       0  255   N     0  46
 pci_link20:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link21:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   25   N     0  25
   Validation          0   25   N     0  25
   After Disable       0  255   N     0  25
 pci_link22:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   26   N     0  26
   Validation          0   26   N     0  26
   After Disable       0  255   N     0  26
 pci_link23:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   27   N     0  27
   Validation          0   27   N     0  27
   After Disable       0  255   N     0  27
 pci_link24:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link25:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link26:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link27:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link28:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link29:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   25   N     0  25
   Validation          0   25   N     0  25
   After Disable       0  255   N     0  25
 pci_link30:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   26   N     0  26
   Validation          0   26   N     0  26
   After Disable       0  255   N     0  26
 pci_link31:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   27   N     0  27
   Validation          0   27   N     0  27
   After Disable       0  255   N     0  27
 pci_link32:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   32   N     0  32
   Validation          0   32   N     0  32
   After Disable       0  255   N     0  32
 pci_link33:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   33   N     0  33
   Validation          0   33   N     0  33
   After Disable       0  255   N     0  33
 pci_link34:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   34   N     0  34
   Validation          0   34   N     0  34
   After Disable       0  255   N     0  34
 pci_link35:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   35   N     0  35
   Validation          0   35   N     0  35
   After Disable       0  255   N     0  35
 pci_link36:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   36   N     0  36
   Validation          0   36   N     0  36
   After Disable       0  255   N     0  36
 pci_link37:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   37   N     0  37
   Validation          0   37   N     0  37
   After Disable       0  255   N     0  37
 pci_link38:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   38   N     0  38
   Validation          0   38   N     0  38
   After Disable       0  255   N     0  38
 pci_link39:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   39   N     0  39
   Validation          0   39   N     0  39
   After Disable       0  255   N     0  39
 pci_link40:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   40   N     0  40
   Validation          0   40   N     0  40
   After Disable       0  255   N     0  40
 pci_link41:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   41   N     0  41
   Validation          0   41   N     0  41
   After Disable       0  255   N     0  41
 pci_link42:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   42   N     0  42
   Validation          0   42   N     0  42
   After Disable       0  255   N     0  42
 pci_link43:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   43   N     0  43
   Validation          0   43   N     0  43
   After Disable       0  255   N     0  43
 pci_link44:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   52   N     0  52
   Validation          0   52   N     0  52
   After Disable       0  255   N     0  52
 pci_link45:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link46:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link47:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link48:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   54   N     0  54
   Validation          0   54   N     0  54
   After Disable       0  255   N     0  54
 pci_link49:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link50:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link51:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link52:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   24   N     0  24
   Validation          0   24   N     0  24
   After Disable       0  255   N     0  24
 pci_link53:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   54   N     0  54
   Validation          0   54   N     0  54
   After Disable       0  255   N     0  54
 pci_link54:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   54   N     0  54
   Validation          0   54   N     0  54
   After Disable       0  255   N     0  54
 pci_link55:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   54   N     0  54
   Validation          0   54   N     0  54
   After Disable       0  255   N     0  54
 pci_link56:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link57:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link58:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link59:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link60:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link61:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link62:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link63:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link64:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link65:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link66:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link67:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link68:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link69:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link70:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link71:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link72:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link73:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link74:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link75:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link76:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link77:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link78:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link79:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link80:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link81:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link82:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link83:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link84:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link85:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link86:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link87:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link88:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link89:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link90:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link91:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link92:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link93:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link94:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link95:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link96:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link97:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link98:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link99:       Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link100:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link101:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link102:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link103:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link104:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link105:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link106:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link107:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link108:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link109:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link110:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link111:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  10 11
   Validation          0  255   N     0  10 11
   After Disable       0  255   N     0  10 11
 pci_link112:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   22   N     0  22
   Validation          0   22   N     0  22
   After Disable       0  255   N     0  22
 pci_link113:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   23   N     0  23
   Validation          0   23   N     0  23
   After Disable       0  255   N     0  23
 pci_link114:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   23   N     0  23
   Validation          0   23   N     0  23
   After Disable       0  255   N     0  23
 pci_link115:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   22   N     0  22
   Validation          0   22   N     0  22
   After Disable       0  255   N     0  22
 pci_link116:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  0
   Validation          0  255   N     0  0
   After Disable       0  255   N     0  0
 pci_link117:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  0
   Validation          0  255   N     0  0
   After Disable       0  255   N     0  0
 pci_link118:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  0
   Validation          0  255   N     0  0
   After Disable       0  255   N     0  0
 pci_link119:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  0
   Validation          0  255   N     0  0
   After Disable       0  255   N     0  0
 pci_link120:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0   16   N     0  16
   Validation          0   16   N     0  16
   After Disable       0  255   N     0  16
 pci_link121:      Index  IRQ  Rtd  Ref  IRQs
   Initial Probe       0  255   N     0  0
   Validation          0  255   N     0  0
   After Disable       0  255   N     0  0
 pcib0: <ACPI Host-PCI bridge> on acpi0
 pcib0: decoding 3 range 0xfaf00000-0xfdffffff
 pcib0: decoding 4 range 0x1000-0xffff
 pcib0: decoding 4 range 0-0x3af
 pcib0: decoding 4 range 0x3e0-0xcf7
 pcib0: decoding 4 range 0xd00-0xfff
 pcib0: decoding 3 range 0xfed00000-0xfed03fff
 pcib0: decoding 3 range 0xfed40000-0xfed44fff
 pcib0: decoding 4 range 0x3b0-0x3bb
 pcib0: decoding 4 range 0x3c0-0x3df
 pcib0: decoding 3 range 0xa0000-0xbffff
 pci0: <ACPI PCI bus> on pcib0
 pci0: domain=3D0, physical bus=3D0
 found->	vendor=3D0x1002, dev=3D0x5a10, revid=3D0x02
 	domain=3D0, bus=3D0, slot=3D0, func=3D0
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0102, statreg=3D0x2010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	MSI supports 4 messages
 found->	vendor=3D0x1002, dev=3D0x5a23, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D0, func=3D2
 	class=3D08-06-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0040, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D255
 	MSI supports 1 message, 64 bit
 found->	vendor=3D0x1002, dev=3D0x5a18, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D4, func=3D0
 	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
 	cmdreg=3D0x0147, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x03 (750 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message
 pcib0: matched entry for 0.4.INTA (src \_SB_.PCI0.BI04:0)
 ioapic1: Changing polarity for pin 0 to high
 pcib0: slot 4 INTA routed to irq 24 via \_SB_.PCI0.BI04
 found->	vendor=3D0x1002, dev=3D0x5a1d, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D10, func=3D0
 	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
 	cmdreg=3D0x0147, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x0b (2750 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Da, irq=3D10
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message
 pcib0: matched entry for 0.10.INTA (src \_SB_.PCI0.BI0A:0)
 pcib0: slot 10 INTA routed to irq 24 via \_SB_.PCI0.BI0A
 found->	vendor=3D0x1002, dev=3D0x5a20, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D12, func=3D0
 	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
 	cmdreg=3D0x0147, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x03 (750 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D10
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message
 pcib0: matched entry for 0.12.INTA (src \_SB_.PCI0.BI0C:0)
 ioapic1: Changing polarity for pin 30 to high
 pcib0: slot 12 INTA routed to irq 54 via \_SB_.PCI0.BI0C
 found->	vendor=3D0x1002, dev=3D0x4390, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D17, func=3D0
 	class=3D01-01-8f, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0147, statreg=3D0x0230, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Da, irq=3D11
 	powerspec 2  supports D0 D3  current D0
 	map[10]: type I/O Port, range 32, base 0x1000, size  3, enabled
 pcib0: allocated type 4 (0x1000-0x1007) for rid 10 of pci0:0:17:0
 	map[14]: type I/O Port, range 32, base 0x1008, size  2, enabled
 pcib0: allocated type 4 (0x1008-0x100b) for rid 14 of pci0:0:17:0
 	map[18]: type I/O Port, range 32, base 0x1010, size  3, enabled
 pcib0: allocated type 4 (0x1010-0x1017) for rid 18 of pci0:0:17:0
 	map[1c]: type I/O Port, range 32, base 0x1018, size  2, enabled
 pcib0: allocated type 4 (0x1018-0x101b) for rid 1c of pci0:0:17:0
 	map[20]: type I/O Port, range 32, base 0x1020, size  4, enabled
 pcib0: allocated type 4 (0x1020-0x102f) for rid 20 of pci0:0:17:0
 	map[24]: type Memory, range 32, base 0xfccf0000, size 10, =
 enabled
 pcib0: allocated type 3 (0xfccf0000-0xfccf03ff) for rid 24 of =
 pci0:0:17:0
 pcib0: matched entry for 0.17.INTA (src \_SB_.PCI0.SATA:0)
 pcib0: slot 17 INTA routed to irq 16 via \_SB_.PCI0.SATA
 found->	vendor=3D0x1002, dev=3D0x4397, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D18, func=3D0
 	class=3D0c-03-10, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0157, statreg=3D0x02a0, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Da, irq=3D10
 	map[10]: type Memory, range 32, base 0xfcce0000, size 12, =
 enabled
 pcib0: allocated type 3 (0xfcce0000-0xfcce0fff) for rid 10 of =
 pci0:0:18:0
 pcib0: matched entry for 0.18.INTA (src \_SB_.PCI0.USB1:0)
 pcib0: slot 18 INTA routed to irq 22 via \_SB_.PCI0.USB1
 ohci early: SMM active, request owner change
 found->	vendor=3D0x1002, dev=3D0x4398, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D18, func=3D1
 	class=3D0c-03-10, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0157, statreg=3D0x02a0, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Da, irq=3D10
 	map[10]: type Memory, range 32, base 0xfccd0000, size 12, =
 enabled
 pcib0: allocated type 3 (0xfccd0000-0xfccd0fff) for rid 10 of =
 pci0:0:18:1
 pcib0: matched entry for 0.18.INTA (src \_SB_.PCI0.USB1:0)
 pcib0: slot 18 INTA routed to irq 22 via \_SB_.PCI0.USB1
 ohci early: SMM active, request owner change
 found->	vendor=3D0x1002, dev=3D0x4396, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D18, func=3D2
 	class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0142, statreg=3D0x02b0, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Db, irq=3D10
 	powerspec 2  supports D0 D1 D2 D3  current D0
 	map[10]: type Memory, range 32, base 0xfccc0000, size  8, =
 enabled
 pcib0: allocated type 3 (0xfccc0000-0xfccc00ff) for rid 10 of =
 pci0:0:18:2
 pcib0: matched entry for 0.18.INTB (src \_SB_.PCI0.USB2:0)
 pcib0: slot 18 INTB routed to irq 23 via \_SB_.PCI0.USB2
 ehci early: SMM active, request owner change
 found->	vendor=3D0x1002, dev=3D0x4397, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D19, func=3D0
 	class=3D0c-03-10, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0157, statreg=3D0x02a0, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Da, irq=3D10
 	map[10]: type Memory, range 32, base 0xfccb0000, size 12, =
 enabled
 pcib0: allocated type 3 (0xfccb0000-0xfccb0fff) for rid 10 of =
 pci0:0:19:0
 pcib0: matched entry for 0.19.INTA (src \_SB_.PCI0.USB3:0)
 pcib0: slot 19 INTA routed to irq 23 via \_SB_.PCI0.USB3
 ohci early: SMM active, request owner change
 found->	vendor=3D0x1002, dev=3D0x4398, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D19, func=3D1
 	class=3D0c-03-10, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0157, statreg=3D0x02a0, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Da, irq=3D10
 	map[10]: type Memory, range 32, base 0xfcca0000, size 12, =
 enabled
 pcib0: allocated type 3 (0xfcca0000-0xfcca0fff) for rid 10 of =
 pci0:0:19:1
 pcib0: matched entry for 0.19.INTA (src \_SB_.PCI0.USB3:0)
 pcib0: slot 19 INTA routed to irq 23 via \_SB_.PCI0.USB3
 ohci early: SMM active, request owner change
 found->	vendor=3D0x1002, dev=3D0x4396, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D19, func=3D2
 	class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0142, statreg=3D0x02b0, cachelnsz=3D16 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 =
 (0 ns)
 	intpin=3Db, irq=3D10
 	powerspec 2  supports D0 D1 D2 D3  current D0
 	map[10]: type Memory, range 32, base 0xfcc90000, size  8, =
 enabled
 pcib0: allocated type 3 (0xfcc90000-0xfcc900ff) for rid 10 of =
 pci0:0:19:2
 pcib0: matched entry for 0.19.INTB (src \_SB_.PCI0.USB4:0)
 pcib0: slot 19 INTB routed to irq 22 via \_SB_.PCI0.USB4
 ehci early: SMM active, request owner change
 found->	vendor=3D0x1002, dev=3D0x4385, revid=3D0x3d
 	domain=3D0, bus=3D0, slot=3D20, func=3D0
 	class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0143, statreg=3D0x0230, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1002, dev=3D0x439c, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D20, func=3D1
 	class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0145, statreg=3D0x0230, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D14
 	MSI supports 1 message
 pcib0: allocated type 4 (0x1f0-0x1f7) for rid 10 of pci0:0:20:1
 pcib0: allocated type 4 (0x3f6-0x3f6) for rid 14 of pci0:0:20:1
 pcib0: allocated type 4 (0x170-0x177) for rid 18 of pci0:0:20:1
 pcib0: allocated type 4 (0x376-0x376) for rid 1c of pci0:0:20:1
 	map[20]: type I/O Port, range 32, base 0x500, size  4, enabled
 pcib0: allocated type 4 (0x500-0x50f) for rid 20 of pci0:0:20:1
 pcib0: no PRT entry for 0.20.INTA
 found->	vendor=3D0x1002, dev=3D0x439d, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D20, func=3D3
 	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x014f, statreg=3D0x0220, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1002, dev=3D0x4384, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D20, func=3D4
 	class=3D06-04-01, hdrtype=3D0x01, mfdev=3D1
 	cmdreg=3D0x0147, statreg=3D0x02a0, cachelnsz=3D0 (dwords)
 	lattimer=3D0x40 (1920 ns), mingnt=3D0x03 (750 ns), maxlat=3D0x00 =
 (0 ns)
 found->	vendor=3D0x1022, dev=3D0x1600, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D24, func=3D0
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1601, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D24, func=3D1
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1602, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D24, func=3D2
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1603, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D24, func=3D3
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1604, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D24, func=3D4
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1605, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D24, func=3D5
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1600, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D25, func=3D0
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1601, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D25, func=3D1
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1602, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D25, func=3D2
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1603, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D25, func=3D3
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1604, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D25, func=3D4
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1605, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D25, func=3D5
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1600, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D26, func=3D0
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1601, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D26, func=3D1
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1602, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D26, func=3D2
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1603, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D26, func=3D3
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1604, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D26, func=3D4
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1605, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D26, func=3D5
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1600, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D27, func=3D0
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1601, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D27, func=3D1
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1602, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D27, func=3D2
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1603, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D27, func=3D3
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0010, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1604, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D27, func=3D4
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 found->	vendor=3D0x1022, dev=3D0x1605, revid=3D0x00
 	domain=3D0, bus=3D0, slot=3D27, func=3D5
 	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0000, statreg=3D0x0000, cachelnsz=3D0 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 pci0: <base peripheral> at device 0.2 (no driver attached)
 pcib1: <ACPI PCI-PCI bridge> irq 24 at device 4.0 on pci0
 pcib0: allocated type 4 (0x4000-0x4fff) for rid 1c of pcib1
 pcib0: allocated type 3 (0xfdc00000-0xfddfffff) for rid 20 of pcib1
 pcib1:   domain            0
 pcib1:   secondary bus     3
 pcib1:   subordinate bus   3
 pcib1:   I/O decode        0x4000-0x4fff
 pcib1:   memory decode     0xfdc00000-0xfddfffff
 pcib1:   no prefetched decode
 pci3: <ACPI PCI bus> on pcib1
 pci3: domain=3D0, physical bus=3D3
 found->	vendor=3D0x103c, dev=3D0x323b, revid=3D0x01
 	domain=3D0, bus=3D3, slot=3D0, func=3D0
 	class=3D01-04-00, hdrtype=3D0x00, mfdev=3D0
 	cmdreg=3D0x0047, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 32 messages, 64 bit, vector masks
 	MSI-X supports 64 messages in map 0x10
 	map[10]: type Memory, range 64, base 0xfdd00000, size 20, =
 enabled
 pcib1: allocated memory range (0xfdd00000-0xfddfffff) for rid 10 of =
 pci0:3:0:0
 	map[18]: type Memory, range 64, base 0xfdcf0000, size 10, =
 enabled
 pcib1: allocated memory range (0xfdcf0000-0xfdcf03ff) for rid 18 of =
 pci0:3:0:0
 	map[20]: type I/O Port, range 32, base 0x4000, size  8, enabled
 pcib1: allocated I/O port range (0x4000-0x40ff) for rid 20 of pci0:3:0:0
 pcib1: matched entry for 3.0.INTA (src \_SB_.PCI0.I040:0)
 ioapic1: Changing polarity for pin 20 to high
 pcib1: slot 0 INTA routed to irq 44 via \_SB_.PCI0.I040
 ciss0: <HP Smart Array P220i> port 0x4000-0x40ff mem =
 0xfdd00000-0xfddfffff,0xfdcf0000-0xfdcf03ff irq 44 at device 0.0 on pci3
 ciss_attach: called
   SIZE ciss_command: 52
   SIZE ciss_header: 20
   SIZE ciss_device_address: 8
   SIZE ciss_cdb: 20
   SIZE ciss_report_cdb: 12
   SIZE ciss_notify_cdb: 13
   SIZE ciss_notify: 176
   SIZE ciss_message_cdb: 16
   SIZE ciss_error_info_pointer: 12
   SIZE ciss_error_info: 16
   SIZE ciss_sg_entry: 16
   SIZE ciss_config_table: 92
   SIZE ciss_bmic_cdb: 10
   SIZE ciss_bmic_id_ldrive: 512
   SIZE ciss_bmic_id_lstatus: 1024
   SIZE ciss_bmic_id_table: 102
   SIZE ciss_bmic_id_pdrive: 512
   SIZE ciss_bmic_blink_pdrive: 512
   SIZE ciss_bmic_flush_cache: 512
   CONST CISS_MAX_REQUESTS 1024/0x400
   CONST CISS_MAX_LOGICAL 16/0x10
   CONST CISS_INTERRUPT_COALESCE_DELAY 0/0x0
   CONST CISS_INTERRUPT_COALESCE_COUNT 16/0x10
   CONST CISS_COMMAND_ALLOC_SIZE 1120/0x460
   CONST CISS_COMMAND_SG_LENGTH 1040/0x410
   SIZE cciss_pci_info_struct: 6
   SIZE cciss_coalint_struct: 8
   SIZE cciss_coalint_struct: 8
   SIZE NodeName_type: 16
   SIZE NodeName_type: 16
   SIZE Heartbeat_type: 4
   SIZE BusTypes_type: 4
   SIZE FirmwareVer_type: 4
   SIZE DriverVer_type: 4
   SIZE IOCTL_Command_struct: 86
 ciss_init_pci: called
 ciss_init_pci: config struct at 0xfffffe00fdd01000
 ciss_update_config: called
 ciss_wait_adapter: called
 ciss0: PERFORMANT Transport
 ciss0: attempting to allocate 1 MSI-X vectors (64 supported)
 msi: routing MSI-X IRQ 259 to local APIC 32 vector 54
 ciss0: using IRQ 259 for MSI-X
 ciss0: Using 1 MSIX interrupt
 ciss_init_requests: called
 ciss0: using 1024 of 1024 available commands
 ciss_identify_adapter: called
 ciss0:   2 logical drives configured
 ciss0:   firmware 3.54
 ciss0:   1 SCSI channels
 ciss0:   signature 'CISS'
 ciss0:   valence 3
 ciss0:   supported I/O methods 0x7c000167<READY,simple,performant>
 ciss0:   active I/O method 0x5<performant>
 ciss0:   4G page base 0x00000000
 ciss0:   interrupt coalesce delay 0us
 ciss0:   interrupt coalesce count 16
 ciss0:   max outstanding commands 1024
 ciss0:   bus types 0x200000
 ciss0:   server name 'CZ33119RE1'
 ciss0:   heartbeat 0x812
 ciss0:   max logical logical volumes: 64
 ciss0:   max physical disks supported: 384
 ciss0:   max physical disks per logical volume: 128
 ciss_init_physical: called
 ciss_report_luns: called
 ciss0: 3 physical devices
 ciss_init_logical: called
 ciss_report_luns: called
 ciss0: 2 logical drives
 ciss_identify_logical: called
 ciss0: logical drive (b0t0): RAID 0, 285696MB online
 ciss_identify_logical: called
 ciss0: logical drive (b0t1): RAID 0, 285696MB online
 ciss_cam_init: called
 ciss_cam_action: XPT_PATH_INQ 0:-1:-1
 ciss_cam_action: XPT_PATH_INQ 32:-1:-1
 ciss_cam_action: XPT_PATH_INQ 33:-1:-1
 ciss_periodic: called
 ciss_periodic: (re)starting Event Notify chain
 ciss_notify_event: called
 ciss_notify_event: acquired request 1
 ciss_notify_event: notify event submitted
 pcib2: <ACPI PCI-PCI bridge> irq 24 at device 10.0 on pci0
 pcib0: allocated type 4 (0x3000-0x3fff) for rid 1c of pcib2
 pcib0: allocated type 3 (0xfcd00000-0xfdbfffff) for rid 20 of pcib2
 pcib0: allocated type 3 (0xfb000000-0xfbffffff) for rid 24 of pcib2
 pcib2:   domain            0
 pcib2:   secondary bus     2
 pcib2:   subordinate bus   2
 pcib2:   I/O decode        0x3000-0x3fff
 pcib2:   memory decode     0xfcd00000-0xfdbfffff
 pcib2:   prefetched decode 0xfb000000-0xfbffffff
 pci2: <ACPI PCI bus> on pcib2
 pci2: domain=3D0, physical bus=3D2
 found->	vendor=3D0x103c, dev=3D0x3306, revid=3D0x05
 	domain=3D0, bus=3D2, slot=3D0, func=3D0
 	class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D10
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message, 64 bit
 	map[10]: type I/O Port, range 32, base 0x3000, size  8, enabled
 pcib2: allocated I/O port range (0x3000-0x30ff) for rid 10 of pci0:2:0:0
 	map[14]: type Memory, range 32, base 0xfdbf0000, size  9, =
 enabled
 pcib2: allocated memory range (0xfdbf0000-0xfdbf01ff) for rid 14 of =
 pci0:2:0:0
 	map[18]: type I/O Port, range 32, base 0x3400, size  8, enabled
 pcib2: allocated I/O port range (0x3400-0x34ff) for rid 18 of pci0:2:0:0
 pcib2: matched entry for 2.0.INTA (src \_SB_.PCI0.I060:0)
 ioapic1: Changing polarity for pin 23 to high
 pcib2: slot 0 INTA routed to irq 47 via \_SB_.PCI0.I060
 found->	vendor=3D0x102b, dev=3D0x0533, revid=3D0x00
 	domain=3D0, bus=3D2, slot=3D0, func=3D1
 	class=3D03-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0047, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Db, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message, 64 bit
 	map[10]: type Prefetchable Memory, range 32, base 0xfb000000, =
 size 24, enabled
 pcib2: allocated prefetch range (0xfb000000-0xfbffffff) for rid 10 of =
 pci0:2:0:1
 	map[14]: type Memory, range 32, base 0xfdbe0000, size 14, =
 enabled
 pcib2: allocated memory range (0xfdbe0000-0xfdbe3fff) for rid 14 of =
 pci0:2:0:1
 	map[18]: type Memory, range 32, base 0xfd000000, size 23, =
 enabled
 pcib2: allocated memory range (0xfd000000-0xfd7fffff) for rid 18 of =
 pci0:2:0:1
 pcib2: matched entry for 2.0.INTB (src \_SB_.PCI0.I061:0)
 pcib2: slot 0 INTB routed to irq 44 via \_SB_.PCI0.I061
 found->	vendor=3D0x103c, dev=3D0x3307, revid=3D0x05
 	domain=3D0, bus=3D2, slot=3D0, func=3D2
 	class=3D08-80-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0007, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Db, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message, 64 bit
 	map[10]: type I/O Port, range 32, base 0x3800, size  8, enabled
 pcib2: allocated I/O port range (0x3800-0x38ff) for rid 10 of pci0:2:0:2
 	map[14]: type Memory, range 32, base 0xfcff0000, size  8, =
 enabled
 pcib2: allocated memory range (0xfcff0000-0xfcff00ff) for rid 14 of =
 pci0:2:0:2
 	map[18]: type Memory, range 32, base 0xfce00000, size 20, =
 enabled
 pcib2: allocated memory range (0xfce00000-0xfcefffff) for rid 18 of =
 pci0:2:0:2
 	map[1c]: type Memory, range 32, base 0xfcd80000, size 19, =
 enabled
 pcib2: allocated memory range (0xfcd80000-0xfcdfffff) for rid 1c of =
 pci0:2:0:2
 	map[20]: type Memory, range 32, base 0xfcd70000, size 15, =
 enabled
 pcib2: allocated memory range (0xfcd70000-0xfcd77fff) for rid 20 of =
 pci0:2:0:2
 	map[24]: type Memory, range 32, base 0xfcd60000, size 15, =
 enabled
 pcib2: allocated memory range (0xfcd60000-0xfcd67fff) for rid 24 of =
 pci0:2:0:2
 pcib2: matched entry for 2.0.INTB (src \_SB_.PCI0.I061:0)
 pcib2: slot 0 INTB routed to irq 44 via \_SB_.PCI0.I061
 found->	vendor=3D0x103c, dev=3D0x3300, revid=3D0x02
 	domain=3D0, bus=3D2, slot=3D0, func=3D4
 	class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0045, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Db, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message, 64 bit
 	map[20]: type I/O Port, range 32, base 0x3c00, size  5, enabled
 pcib2: allocated I/O port range (0x3c00-0x3c1f) for rid 20 of pci0:2:0:4
 pcib2: matched entry for 2.0.INTB (src \_SB_.PCI0.I061:0)
 pcib2: slot 0 INTB routed to irq 44 via \_SB_.PCI0.I061
 pci2: <base peripheral> at device 0.0 (no driver attached)
 vgapci0: <VGA-compatible display> mem =
 0xfb000000-0xfbffffff,0xfdbe0000-0xfdbe3fff,0xfd000000-0xfd7fffff irq 44 =
 at device 0.1 on pci2
 pci2: <base peripheral> at device 0.2 (no driver attached)
 uhci0: <UHCI (generic) USB controller> port 0x3c00-0x3c1f irq 44 at =
 device 0.4 on pci2
 uhci0: (New UHCI DeviceId=3D0x3300103c)
 ioapic1: routing intpin 20 (PCI IRQ 44) to lapic 32 vector 55
 usbus0 on uhci0
 usbus0: bpf attached
 uhci0: usbpf: Attached
 pcib3: <ACPI PCI-PCI bridge> irq 54 at device 12.0 on pci0
 pcib0: allocated type 4 (0x5000-0x5fff) for rid 1c of pcib3
 pcib0: allocated type 3 (0xfde00000-0xfdffffff) for rid 20 of pcib3
 pcib3:   domain            0
 pcib3:   secondary bus     4
 pcib3:   subordinate bus   4
 pcib3:   I/O decode        0x5000-0x5fff
 pcib3:   memory decode     0xfde00000-0xfdffffff
 pcib3:   no prefetched decode
 pci4: <ACPI PCI bus> on pcib3
 pci4: domain=3D0, physical bus=3D4
 found->	vendor=3D0x8086, dev=3D0x10f8, revid=3D0x01
 	domain=3D0, bus=3D4, slot=3D0, func=3D0
 	class=3D02-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0047, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Da, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message, 64 bit, vector masks
 	MSI-X supports 64 messages in map 0x20
 	map[10]: type Memory, range 64, base 0xfdf80000, size 19, =
 enabled
 pcib3: allocated memory range (0xfdf80000-0xfdffffff) for rid 10 of =
 pci0:4:0:0
 	map[18]: type I/O Port, range 32, base 0x5000, size  5, enabled
 pcib3: allocated I/O port range (0x5000-0x501f) for rid 18 of pci0:4:0:0
 	map[20]: type Memory, range 64, base 0xfdf70000, size 14, =
 enabled
 pcib3: allocated memory range (0xfdf70000-0xfdf73fff) for rid 20 of =
 pci0:4:0:0
 pcib3: matched entry for 4.0.INTA (src \_SB_.PCI0.I0C0:0)
 ioapic1: Changing polarity for pin 12 to high
 pcib3: slot 0 INTA routed to irq 36 via \_SB_.PCI0.I0C0
 found->	vendor=3D0x8086, dev=3D0x10f8, revid=3D0x01
 	domain=3D0, bus=3D4, slot=3D0, func=3D1
 	class=3D02-00-00, hdrtype=3D0x00, mfdev=3D1
 	cmdreg=3D0x0047, statreg=3D0x0010, cachelnsz=3D16 (dwords)
 	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 =
 ns)
 	intpin=3Db, irq=3D5
 	powerspec 3  supports D0 D3  current D0
 	MSI supports 1 message, 64 bit, vector masks
 	MSI-X supports 64 messages in map 0x20
 	map[10]: type Memory, range 64, base 0xfde80000, size 19, =
 enabled
 pcib3: allocated memory range (0xfde80000-0xfdefffff) for rid 10 of =
 pci0:4:0:1
 	map[18]: type I/O Port, range 32, base 0x5020, size  5, enabled
 pcib3: allocated I/O port range (0x5020-0x503f) for rid 18 of pci0:4:0:1
 	map[20]: type Memory, range 64, base 0xfde70000, size 14, =
 enabled
 pcib3: allocated memory range (0xfde70000-0xfde73fff) for rid 20 of =
 pci0:4:0:1
 pcib3: matched entry for 4.0.INTB (src \_SB_.PCI0.I0C1:0)
 ioapic1: Changing polarity for pin 13 to high
 pcib3: slot 0 INTB routed to irq 37 via \_SB_.PCI0.I0C1
 ix0: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.4.8> =
 port 0x5000-0x501f mem 0xfdf80000-0xfdffffff,0xfdf70000-0xfdf73fff irq =
 36 at device 0.0 on pci4
 ix0: attempting to allocate 9 MSI-X vectors (64 supported)
 msi: routing MSI-X IRQ 260 to local APIC 32 vector 56
 msi: routing MSI-X IRQ 261 to local APIC 32 vector 57
 msi: routing MSI-X IRQ 262 to local APIC 32 vector 58
 msi: routing MSI-X IRQ 263 to local APIC 32 vector 59
 msi: routing MSI-X IRQ 264 to local APIC 32 vector 60
 msi: routing MSI-X IRQ 265 to local APIC 32 vector 61
 msi: routing MSI-X IRQ 266 to local APIC 32 vector 62
 msi: routing MSI-X IRQ 267 to local APIC 32 vector 63
 msi: routing MSI-X IRQ 268 to local APIC 32 vector 64
 ix0: using IRQs 260-268 for MSI-X
 ix0: Using MSIX interrupts with 9 vectors
 ix0: bpf attached
 ix0: Ethernet address: e4:11:5b:97:e4:74
 ix0: PCI Express Bus: Speed 5.0Gb/s Width x8
 ix1: <Intel(R) PRO/10GbE PCI-Express Network Driver, Version - 2.4.8> =
 port 0x5020-0x503f mem 0xfde80000-0xfdefffff,0xfde70000-0xfde73fff irq =
 37 at device 0.1 on pci4
 ix1: attempting to allocate 9 MSI-X vectors (64 supported)
 msi: routing MSI-X IRQ 269 to local APIC 32 vector 65
 msi: routing MSI-X IRQ 270 to local APIC 32 vector 66
 msi: routing MSI-X IRQ 271 to local APIC 32 vector 67
 msi: routing MSI-X IRQ 272 to local APIC 32 vector 68
 msi: routing MSI-X IRQ 273 to local APIC 32 vector 69
 msi: routing MSI-X IRQ 274 to local APIC 32 vector 70
 msi: routing MSI-X IRQ 275 to local APIC 32 vector 71
 msi: routing MSI-X IRQ 276 to local APIC 32 vector 72
 msi: routing MSI-X IRQ 277 to local APIC 32 vector 73
 ix1: using IRQs 269-277 for MSI-X
 ix1: Using MSIX interrupts with 9 vectors
 ix1: bpf attached
 ix1: Ethernet address: e4:11:5b:97:e4:75
 ix1: PCI Express Bus: Speed 5.0Gb/s Width x8
 ahci0: <ATI IXP700 AHCI SATA controller> port =
 0x1000-0x1007,0x1008-0x100b,0x1010-0x1017,0x1018-0x101b,0x1020-0x102f =
 mem 0xfccf0000-0xfccf03ff irq 16 at device 17.0 on pci0
 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 32 vector 74
 ahci0: AHCI v1.10 with 1 3Gbps ports, Port Multiplier supported
 ahci0: Caps: 64bit NCQ SNTF MPS ALP AL CLO 3Gbps PM PMD SSC PSC 32cmd =
 CCC 1ports
 ahci0: Caps2:
 ahcich0: <AHCI channel> at channel 0 on ahci0
 ahcich0: Caps:
 ohci0: <AMD SB7x0/SB8x0/SB9x0 USB controller> mem 0xfcce0000-0xfcce0fff =
 irq 22 at device 18.0 on pci0
 ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 32 vector 75
 usbus1 on ohci0
 usbus1: bpf attached
 ohci0: usbpf: Attached
 ohci1: <OHCI (generic) USB controller> mem 0xfccd0000-0xfccd0fff irq 22 =
 at device 18.1 on pci0
 usbus2 on ohci1
 usbus2: bpf attached
 ohci1: usbpf: Attached
 ehci0: <AMD SB7x0/SB8x0/SB9x0 USB 2.0 controller> mem =
 0xfccc0000-0xfccc00ff irq 23 at device 18.2 on pci0
 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 32 vector 76
 ehci0: Dropped interrupts workaround enabled
 usbus3: EHCI version 1.0
 usbus3 on ehci0
 usbus3: bpf attached
 ehci0: usbpf: Attached
 ohci2: <AMD SB7x0/SB8x0/SB9x0 USB controller> mem 0xfccb0000-0xfccb0fff =
 irq 23 at device 19.0 on pci0
 usbus4 on ohci2
 usbus4: bpf attached
 ohci2: usbpf: Attached
 ohci3: <OHCI (generic) USB controller> mem 0xfcca0000-0xfcca0fff irq 23 =
 at device 19.1 on pci0
 usbus5 on ohci3
 usbus5: bpf attached
 ohci3: usbpf: Attached
 ehci1: <AMD SB7x0/SB8x0/SB9x0 USB 2.0 controller> mem =
 0xfcc90000-0xfcc900ff irq 22 at device 19.2 on pci0
 ehci1: Dropped interrupts workaround enabled
 usbus6: EHCI version 1.0
 usbus6 on ehci1
 usbus6: bpf attached
 ehci1: usbpf: Attached
 pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
 atapci0: <ATI IXP700/800 UDMA133 controller> port =
 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x500-0x50f irq 14 at device 20.1 on =
 pci0
 atapci0: SATA controller enabled (primary channel)
 ata1: <ATA channel> at channel 1 on atapci0
 ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 32 vector 77
 isab0: <PCI-ISA bridge> at device 20.3 on pci0
 isa0: <ISA bus> on isab0
 pcib4: <ACPI PCI-PCI bridge> at device 20.4 on pci0
 pcib4:   domain            0
 pcib4:   secondary bus     1
 pcib4:   subordinate bus   1
 pcib4:   no prefetched decode
 pcib4:   Subtractively decoded bridge.
 pcib4: could not get PCI interrupt routing table for \_SB_.PCI0.PCIB - =
 AE_NOT_FOUND
 pci1: <ACPI PCI bus> on pcib4
 pci1: domain=3D0, physical bus=3D1
 atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
 atkbd0: <AT Keyboard> irq 1 on atkbdc0
 atkbd: the current kbd controller command byte 0065
 atkbd: keyboard ID 0xffffffff (1)
 kbdc: RESET_KBD return code:00fe
 kbdc: RESET_KBD return code:00fe
 kbdc: RESET_KBD return code:00fe
 kbdc: DIAGNOSE status:0055
 kbdc: TEST_KBD_PORT status:0000
 atkbd: failed to reset the keyboard.
 kbd0 at atkbd0
 kbd0: atkbd0, AT 84 (1), config:0x0, flags:0x3d0000
 ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 32 vector 78
 atkbd0: [GIANT-LOCKED]
 psm0: unable to allocate IRQ
 psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
 psm0: current command byte:0065
 kbdc: TEST_AUX_PORT status:0000
 kbdc: RESET_AUX return code:00fe
 kbdc: RESET_AUX return code:00fe
 kbdc: RESET_AUX return code:00fe
 kbdc: DIAGNOSE status:0055
 kbdc: TEST_KBD_PORT status:0000
 psm0: failed to reset the aux device.
 uart1: <Non-standard ns8250 class UART with FIFOs> port 0x2f8-0x2ff irq =
 3 on acpi0
 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 32 vector 79
 uart1: fast interrupt
 acpi0: wakeup code va 0xffffffa302446000 pa 0x90000
 ex_isa_identify()
 ahc_isa_probe 0: ioport 0xc00 alloc failed
 ahc_isa_probe 1: ioport 0x1c00 alloc failed
 ahc_isa_probe 2: ioport 0x2c00 alloc failed
 ahc_isa_probe 3: ioport 0x3c00 alloc failed
 ahc_isa_probe 4: ioport 0x4c00 alloc failed
 ahc_isa_probe 5: ioport 0x5c00 alloc failed
 ahc_isa_probe 6: ioport 0x6c00 alloc failed
 ahc_isa_probe 7: ioport 0x7c00 alloc failed
 ahc_isa_probe 8: ioport 0x8c00 alloc failed
 ahc_isa_probe 9: ioport 0x9c00 alloc failed
 ahc_isa_probe 10: ioport 0xac00 alloc failed
 ahc_isa_probe 11: ioport 0xbc00 alloc failed
 ahc_isa_probe 12: ioport 0xcc00 alloc failed
 ahc_isa_probe 13: ioport 0xdc00 alloc failed
 ahc_isa_probe 14: ioport 0xec00 alloc failed
 pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
 pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
 pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
 pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
 pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
 pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
 pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
 pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
 isa_probe_children: disabling PnP devices
 atkbdc: atkbdc0 already exists; skipping it
 atrtc: atrtc0 already exists; skipping it
 attimer: attimer0 already exists; skipping it
 sc: sc0 already exists; skipping it
 uart: uart1 already exists; skipping it
 isa_probe_children: probing non-PnP devices
 orm0: <ISA Option ROMs> at iomem =
 0xc0000-0xc7fff,0xc8000-0xcbfff,0xcc000-0xccfff,0xcd000-0xcdfff on isa0
 sc0: <System console> at flags 0x100 on isa0
 sc0: VGA <16 virtual consoles, flags=3D0x300>
 sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)
 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on =
 isa0
 pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0
 pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0
 pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
 pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
 fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
 ppc0: cannot reserve I/O port range
 ppc0 failed to probe at irq 7 on isa0
 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
 uart0: <Non-standard ns8250 class UART with FIFOs> at port 0x3f8-0x3ff =
 irq 4 flags 0x10 on isa0
 pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 32 vector 80
 uart0: fast interrupt
 uart0: console (115200,n,8,1)
 wbwd0 failed to probe on isa0
 isa_probe_children: probing PnP devices
 ctl: CAM Target Layer loaded
 Device configuration finished.
 procfs registered
 ZFS filesystem version 5
 ZFS storage pool version 28
 Timecounters tick every 1.000 msec
 vlan: initialized, using hash tables with chaining
 ipfw2 (+ipv6) initialized, divert enabled, nat loadable, rule-based =
 forwarding enabled, default to accept, logging disabled
 ipfw0: bpf attached
 lo0: bpf attached
 hptrr: no controller detected.
 usbus0: 12Mbps Full Speed USB v1.0
 usbus1: 12Mbps Full Speed USB v1.0
 ugen0.1: <0x103c> at usbus0
 uhub0: <0x103c UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on =
 usbus0
 ugen1.1: <ATI> at usbus1
 uhub1: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
 usbus2: 12Mbps Full Speed USB v1.0
 usbus3: 480Mbps High Speed USB v2.0
 ugen2.1: <ATI> at usbus2
 uhub2: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
 ugen3.1: <ATI> at usbus3
 uhub3: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus3
 usbus4: 12Mbps Full Speed USB v1.0
 usbus5: 12Mbps Full Speed USB v1.0
 ugen4.1: <ATI> at usbus4
 uhub4: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
 ugen5.1: <ATI> at usbus5
 uhub5: <ATI OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
 usbus6: 480Mbps High Speed USB v2.0
 ciss_cam_action: XPT_PATH_INQ 0:-1:-1
 ugen6.1: <ATI> at usbus6
 uhub6: <ATI EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 uhub1: 3 ports with 3 removable, self powered
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 uhub2: 3 ports with 3 removable, self powered
 ciss_cam_action: unspported func_code =3D 0x16
 uhub0: 2 ports with 2 removable, self powered
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 uhub4: 3 ports with 3 removable, self powered
 uhub5: 3 ports with 3 removable, self powered
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_PATH_INQ 0:2:0
 ciss_cam_action: XPT_PATH_INQ 0:2:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:2
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:2:0
 ciss_cam_action: XPT_PATH_INQ 0:2:0
 ciss_cam_action: XPT_PATH_INQ 0:3:0
 ciss_cam_action: XPT_PATH_INQ 0:3:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:3
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:3:0
 ciss_cam_action: XPT_PATH_INQ 0:3:0
 ciss_cam_action: XPT_PATH_INQ 0:4:0
 ciss_cam_action: XPT_PATH_INQ 0:4:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:4
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:4:0
 ciss_cam_action: XPT_PATH_INQ 0:4:0
 ciss_cam_action: XPT_PATH_INQ 0:5:0
 ciss_cam_action: XPT_PATH_INQ 0:5:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:5
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:5:0
 ciss_cam_action: XPT_PATH_INQ 0:5:0
 ciss_cam_action: XPT_PATH_INQ 0:6:0
 ciss_cam_action: XPT_PATH_INQ 0:6:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:6
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:6:0
 ciss_cam_action: XPT_PATH_INQ 0:6:0
 ciss_cam_action: XPT_PATH_INQ 0:7:0
 ciss_cam_action: XPT_PATH_INQ 0:7:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:7
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:7:0
 ciss_cam_action: XPT_PATH_INQ 0:7:0
 ciss_cam_action: XPT_PATH_INQ 0:8:0
 ciss_cam_action: XPT_PATH_INQ 0:8:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:8
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:8:0
 ciss_cam_action: XPT_PATH_INQ 0:8:0
 ciss_cam_action: XPT_PATH_INQ 0:9:0
 ciss_cam_action: XPT_PATH_INQ 0:9:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:9
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:9:0
 ciss_cam_action: XPT_PATH_INQ 0:9:0
 ciss_cam_action: XPT_PATH_INQ 0:10:0
 ciss_cam_action: XPT_PATH_INQ 0:10:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:10
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:10:0
 ciss_cam_action: XPT_PATH_INQ 0:10:0
 ciss_cam_action: XPT_PATH_INQ 0:11:0
 ciss_cam_action: XPT_PATH_INQ 0:11:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:11
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:11:0
 ciss_cam_action: XPT_PATH_INQ 0:11:0
 ciss_cam_action: XPT_PATH_INQ 0:12:0
 ciss_cam_action: XPT_PATH_INQ 0:12:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:12
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:12:0
 ciss_cam_action: XPT_PATH_INQ 0:12:0
 ciss_cam_action: XPT_PATH_INQ 0:13:0
 ciss_cam_action: XPT_PATH_INQ 0:13:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:13
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:13:0
 ciss_cam_action: XPT_PATH_INQ 0:13:0
 ciss_cam_action: XPT_PATH_INQ 0:14:0
 ciss_cam_action: XPT_PATH_INQ 0:14:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:14
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:14:0
 ciss_cam_action: XPT_PATH_INQ 0:14:0
 ciss_cam_action: XPT_PATH_INQ 0:15:0
 ciss_cam_action: XPT_PATH_INQ 0:15:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:15
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:15:0
 ciss_cam_action: XPT_PATH_INQ 0:15:0
 ciss_cam_action: XPT_PATH_INQ 0:16:0
 ciss_cam_action: XPT_PATH_INQ 0:16:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:16
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:16:0
 ciss_cam_action: XPT_PATH_INQ 0:16:0
 ciss_cam_action: XPT_PATH_INQ 0:17:0
 ciss_cam_action: XPT_PATH_INQ 0:17:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:17
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:17:0
 ciss_cam_action: XPT_PATH_INQ 0:17:0
 ciss_cam_action: XPT_PATH_INQ 0:18:0
 ciss_cam_action: XPT_PATH_INQ 0:18:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:18
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:18:0
 ciss_cam_action: XPT_PATH_INQ 0:18:0
 ciss_cam_action: XPT_PATH_INQ 0:19:0
 ciss_cam_action: XPT_PATH_INQ 0:19:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:19
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:19:0
 ciss_cam_action: XPT_PATH_INQ 0:19:0
 ciss_cam_action: XPT_PATH_INQ 0:20:0
 ciss_cam_action: XPT_PATH_INQ 0:20:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:20
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:20:0
 ciss_cam_action: XPT_PATH_INQ 0:20:0
 ciss_cam_action: XPT_PATH_INQ 0:21:0
 ciss_cam_action: XPT_PATH_INQ 0:21:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:21
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:21:0
 ciss_cam_action: XPT_PATH_INQ 0:21:0
 ciss_cam_action: XPT_PATH_INQ 0:22:0
 uhub3: 6 ports with 6 removable, self powered
 ciss_cam_action: XPT_PATH_INQ 0:22:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:22
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:22:0
 ciss_cam_action: XPT_PATH_INQ 0:22:0
 ciss_cam_action: XPT_PATH_INQ 0:23:0
 ciss_cam_action: XPT_PATH_INQ 0:23:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:23
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:23:0
 ciss_cam_action: XPT_PATH_INQ 0:23:0
 uhub6: 6 ports with 6 removable, self powered
 ciss_cam_action: XPT_PATH_INQ 0:24:0
 ciss_cam_action: XPT_PATH_INQ 0:24:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:24
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:24:0
 ciss_cam_action: XPT_PATH_INQ 0:24:0
 ciss_cam_action: XPT_PATH_INQ 0:25:0
 ciss_cam_action: XPT_PATH_INQ 0:25:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:25
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:25:0
 ciss_cam_action: XPT_PATH_INQ 0:25:0
 ciss_cam_action: XPT_PATH_INQ 0:26:0
 ciss_cam_action: XPT_PATH_INQ 0:26:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:26
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:26:0
 ciss_cam_action: XPT_PATH_INQ 0:26:0
 ciss_cam_action: XPT_PATH_INQ 0:27:0
 ciss_cam_action: XPT_PATH_INQ 0:27:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:27
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:27:0
 ciss_cam_action: XPT_PATH_INQ 0:27:0
 ciss_cam_action: XPT_PATH_INQ 0:28:0
 ciss_cam_action: XPT_PATH_INQ 0:28:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:28
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:28:0
 ciss_cam_action: XPT_PATH_INQ 0:28:0
 ciss_cam_action: XPT_PATH_INQ 0:29:0
 ciss_cam_action: XPT_PATH_INQ 0:29:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:29
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:29:0
 ciss_cam_action: XPT_PATH_INQ 0:29:0
 ciss_cam_action: XPT_PATH_INQ 0:30:0
 ciss_cam_action: XPT_PATH_INQ 0:30:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:30
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:30:0
 ciss_cam_action: XPT_PATH_INQ 0:30:0
 ciss_cam_action: XPT_PATH_INQ 0:31:0
 ciss_cam_action: XPT_PATH_INQ 0:31:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:31
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:31:0
 ciss_cam_action: XPT_PATH_INQ 0:31:0
 ciss_cam_action: XPT_PATH_INQ 0:32:0
 ciss_cam_action: XPT_PATH_INQ 0:32:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:32
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:32:0
 ciss_cam_action: XPT_PATH_INQ 0:32:0
 ciss_cam_action: XPT_PATH_INQ 0:33:0
 ciss_cam_action: XPT_PATH_INQ 0:33:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:33
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:33:0
 ciss_cam_action: XPT_PATH_INQ 0:33:0
 ciss_cam_action: XPT_PATH_INQ 0:34:0
 ciss_cam_action: XPT_PATH_INQ 0:34:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:34
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:34:0
 ciss_cam_action: XPT_PATH_INQ 0:34:0
 ciss_cam_action: XPT_PATH_INQ 0:35:0
 ciss_cam_action: XPT_PATH_INQ 0:35:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:35
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:35:0
 ciss_cam_action: XPT_PATH_INQ 0:35:0
 ciss_cam_action: XPT_PATH_INQ 0:36:0
 ciss_cam_action: XPT_PATH_INQ 0:36:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:36
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:36:0
 ciss_cam_action: XPT_PATH_INQ 0:36:0
 ciss_cam_action: XPT_PATH_INQ 0:37:0
 ciss_cam_action: XPT_PATH_INQ 0:37:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:37
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:37:0
 ciss_cam_action: XPT_PATH_INQ 0:37:0
 ciss_cam_action: XPT_PATH_INQ 0:38:0
 ciss_cam_action: XPT_PATH_INQ 0:38:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:38
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:38:0
 ciss_cam_action: XPT_PATH_INQ 0:38:0
 ciss_cam_action: XPT_PATH_INQ 0:39:0
 ciss_cam_action: XPT_PATH_INQ 0:39:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:39
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:39:0
 ciss_cam_action: XPT_PATH_INQ 0:39:0
 ciss_cam_action: XPT_PATH_INQ 0:40:0
 ciss_cam_action: XPT_PATH_INQ 0:40:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:40
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:40:0
 ciss_cam_action: XPT_PATH_INQ 0:40:0
 ciss_cam_action: XPT_PATH_INQ 0:41:0
 ciss_cam_action: XPT_PATH_INQ 0:41:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:41
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:41:0
 ciss_cam_action: XPT_PATH_INQ 0:41:0
 ciss_cam_action: XPT_PATH_INQ 0:42:0
 ciss_cam_action: XPT_PATH_INQ 0:42:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:42
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:42:0
 ciss_cam_action: XPT_PATH_INQ 0:42:0
 ciss_cam_action: XPT_PATH_INQ 0:43:0
 ciss_cam_action: XPT_PATH_INQ 0:43:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:43
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:43:0
 ciss_cam_action: XPT_PATH_INQ 0:43:0
 ciss_cam_action: XPT_PATH_INQ 0:44:0
 ciss_cam_action: XPT_PATH_INQ 0:44:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:44
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:44:0
 ciss_cam_action: XPT_PATH_INQ 0:44:0
 ciss_cam_action: XPT_PATH_INQ 0:45:0
 ciss_cam_action: XPT_PATH_INQ 0:45:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:45
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:45:0
 ciss_cam_action: XPT_PATH_INQ 0:45:0
 ciss_cam_action: XPT_PATH_INQ 0:46:0
 ciss_cam_action: XPT_PATH_INQ 0:46:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:46
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:46:0
 ciss_cam_action: XPT_PATH_INQ 0:46:0
 ciss_cam_action: XPT_PATH_INQ 0:47:0
 ciss_cam_action: XPT_PATH_INQ 0:47:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:47
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:47:0
 ciss_cam_action: XPT_PATH_INQ 0:47:0
 ciss_cam_action: XPT_PATH_INQ 0:48:0
 ciss_cam_action: XPT_PATH_INQ 0:48:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:48
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:48:0
 ciss_cam_action: XPT_PATH_INQ 0:48:0
 ciss_cam_action: XPT_PATH_INQ 0:49:0
 ciss_cam_action: XPT_PATH_INQ 0:49:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:49
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:49:0
 ciss_cam_action: XPT_PATH_INQ 0:49:0
 ciss_cam_action: XPT_PATH_INQ 0:50:0
 ciss_cam_action: XPT_PATH_INQ 0:50:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:50
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:50:0
 ciss_cam_action: XPT_PATH_INQ 0:50:0
 ciss_cam_action: XPT_PATH_INQ 0:51:0
 ciss_cam_action: XPT_PATH_INQ 0:51:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:51
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:51:0
 ciss_cam_action: XPT_PATH_INQ 0:51:0
 ciss_cam_action: XPT_PATH_INQ 0:52:0
 ciss_cam_action: XPT_PATH_INQ 0:52:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:52
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:52:0
 ciss_cam_action: XPT_PATH_INQ 0:52:0
 ciss_cam_action: XPT_PATH_INQ 0:53:0
 ciss_cam_action: XPT_PATH_INQ 0:53:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:53
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:53:0
 ciss_cam_action: XPT_PATH_INQ 0:53:0
 ciss_cam_action: XPT_PATH_INQ 0:54:0
 ciss_cam_action: XPT_PATH_INQ 0:54:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:54
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:54:0
 ciss_cam_action: XPT_PATH_INQ 0:54:0
 ciss_cam_action: XPT_PATH_INQ 0:55:0
 ciss_cam_action: XPT_PATH_INQ 0:55:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:55
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:55:0
 ciss_cam_action: XPT_PATH_INQ 0:55:0
 ciss_cam_action: XPT_PATH_INQ 0:56:0
 ciss_cam_action: XPT_PATH_INQ 0:56:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:56
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:56:0
 ciss_cam_action: XPT_PATH_INQ 0:56:0
 ciss_cam_action: XPT_PATH_INQ 0:57:0
 ciss_cam_action: XPT_PATH_INQ 0:57:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:57
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:57:0
 ciss_cam_action: XPT_PATH_INQ 0:57:0
 ciss_cam_action: XPT_PATH_INQ 0:58:0
 ciss_cam_action: XPT_PATH_INQ 0:58:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:58
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:58:0
 ciss_cam_action: XPT_PATH_INQ 0:58:0
 ciss_cam_action: XPT_PATH_INQ 0:59:0
 ciss_cam_action: XPT_PATH_INQ 0:59:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:59
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:59:0
 ciss_cam_action: XPT_PATH_INQ 0:59:0
 ciss_cam_action: XPT_PATH_INQ 0:60:0
 ciss_cam_action: XPT_PATH_INQ 0:60:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:60
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:60:0
 ciss_cam_action: XPT_PATH_INQ 0:60:0
 ciss_cam_action: XPT_PATH_INQ 0:61:0
 ciss_cam_action: XPT_PATH_INQ 0:61:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:61
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:61:0
 ciss_cam_action: XPT_PATH_INQ 0:61:0
 ciss_cam_action: XPT_PATH_INQ 0:62:0
 ciss_cam_action: XPT_PATH_INQ 0:62:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:62
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:62:0
 ciss_cam_action: XPT_PATH_INQ 0:62:0
 ciss_cam_action: XPT_PATH_INQ 0:63:0
 ciss_cam_action: XPT_PATH_INQ 0:63:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:63
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:63:0
 ciss_cam_action: XPT_PATH_INQ 0:63:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:-1:-1
 ciss_cam_action: XPT_PATH_INQ 32:0:0
 ciss_cam_action: XPT_PATH_INQ 32:0:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:0
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:0:0
 ciss_cam_action: XPT_PATH_INQ 32:0:0
 ugen3.2: <vendor 0x0424> at usbus3
 uhub7: <vendor 0x0424 product 0x2660, class 9/0, rev 2.00/8.01, addr 2> =
 on usbus3
 ciss_cam_action: XPT_PATH_INQ 32:1:0
 ciss_cam_action: XPT_PATH_INQ 32:1:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:1
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:1:0
 ciss_cam_action: XPT_PATH_INQ 32:1:0
 ciss_cam_action: XPT_PATH_INQ 32:2:0
 ciss_cam_action: XPT_PATH_INQ 32:2:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:2
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:2:0
 ciss_cam_action: XPT_PATH_INQ 32:2:0
 ciss_cam_action: XPT_PATH_INQ 32:3:0
 ciss_cam_action: XPT_PATH_INQ 32:3:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:3
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:3:0
 ciss_cam_action: XPT_PATH_INQ 32:3:0
 ciss_cam_action: XPT_PATH_INQ 32:4:0
 ciss_cam_action: XPT_PATH_INQ 32:4:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:4
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:4:0
 ciss_cam_action: XPT_PATH_INQ 32:4:0
 ciss_cam_action: XPT_PATH_INQ 32:5:0
 ciss_cam_action: XPT_PATH_INQ 32:5:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:5
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:5:0
 ciss_cam_action: XPT_PATH_INQ 32:5:0
 ciss_cam_action: XPT_PATH_INQ 32:6:0
 ciss_cam_action: XPT_PATH_INQ 32:6:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:6
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:6:0
 ciss_cam_action: XPT_PATH_INQ 32:6:0
 ciss_cam_action: XPT_PATH_INQ 32:7:0
 ciss_cam_action: XPT_PATH_INQ 32:7:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:7
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:7:0
 ciss_cam_action: XPT_PATH_INQ 32:7:0
 ciss_cam_action: XPT_PATH_INQ 32:8:0
 ciss_cam_action: XPT_PATH_INQ 32:8:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:8
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:8:0
 ciss_cam_action: XPT_PATH_INQ 32:8:0
 ciss_cam_action: XPT_PATH_INQ 32:9:0
 ciss_cam_action: XPT_PATH_INQ 32:9:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:9
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:9:0
 ciss_cam_action: XPT_PATH_INQ 32:9:0
 ciss_cam_action: XPT_PATH_INQ 32:10:0
 ciss_cam_action: XPT_PATH_INQ 32:10:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:10
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:10:0
 ciss_cam_action: XPT_PATH_INQ 32:10:0
 ciss_cam_action: XPT_PATH_INQ 32:11:0
 ciss_cam_action: XPT_PATH_INQ 32:11:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:11
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:11:0
 ciss_cam_action: XPT_PATH_INQ 32:11:0
 ciss_cam_action: XPT_PATH_INQ 32:12:0
 ciss_cam_action: XPT_PATH_INQ 32:12:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:12
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:12:0
 ciss_cam_action: XPT_PATH_INQ 32:12:0
 ciss_cam_action: XPT_PATH_INQ 32:13:0
 ciss_cam_action: XPT_PATH_INQ 32:13:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:13
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:13:0
 ciss_cam_action: XPT_PATH_INQ 32:13:0
 ciss_cam_action: XPT_PATH_INQ 32:14:0
 ciss_cam_action: XPT_PATH_INQ 32:14:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:14
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:14:0
 ciss_cam_action: XPT_PATH_INQ 32:14:0
 ciss_cam_action: XPT_PATH_INQ 32:15:0
 ciss_cam_action: XPT_PATH_INQ 32:15:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:15
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:15:0
 ciss_cam_action: XPT_PATH_INQ 32:15:0
 ciss_cam_action: XPT_PATH_INQ 32:16:0
 ciss_cam_action: XPT_PATH_INQ 32:16:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:16
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:16:0
 ciss_cam_action: XPT_PATH_INQ 32:16:0
 ciss_cam_action: XPT_PATH_INQ 32:17:0
 ciss_cam_action: XPT_PATH_INQ 32:17:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:17
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:17:0
 ciss_cam_action: XPT_PATH_INQ 32:17:0
 ciss_cam_action: XPT_PATH_INQ 32:18:0
 ciss_cam_action: XPT_PATH_INQ 32:18:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:18
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:18:0
 ciss_cam_action: XPT_PATH_INQ 32:18:0
 ciss_cam_action: XPT_PATH_INQ 32:19:0
 ciss_cam_action: XPT_PATH_INQ 32:19:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:19
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:19:0
 ciss_cam_action: XPT_PATH_INQ 32:19:0
 ciss_cam_action: XPT_PATH_INQ 32:20:0
 ciss_cam_action: XPT_PATH_INQ 32:20:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:20
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:20:0
 ciss_cam_action: XPT_PATH_INQ 32:20:0
 ciss_cam_action: XPT_PATH_INQ 32:21:0
 ciss_cam_action: XPT_PATH_INQ 32:21:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:21
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:21:0
 ciss_cam_action: XPT_PATH_INQ 32:21:0
 ciss_cam_action: XPT_PATH_INQ 32:22:0
 ciss_cam_action: XPT_PATH_INQ 32:22:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:22
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:22:0
 ciss_cam_action: XPT_PATH_INQ 32:22:0
 ciss_cam_action: XPT_PATH_INQ 32:23:0
 ciss_cam_action: XPT_PATH_INQ 32:23:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:23
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:23:0
 ciss_cam_action: XPT_PATH_INQ 32:23:0
 ciss_cam_action: XPT_PATH_INQ 32:24:0
 ciss_cam_action: XPT_PATH_INQ 32:24:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:24
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:24:0
 ciss_cam_action: XPT_PATH_INQ 32:24:0
 ciss_cam_action: XPT_PATH_INQ 32:25:0
 ciss_cam_action: XPT_PATH_INQ 32:25:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:25
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:25:0
 ciss_cam_action: XPT_PATH_INQ 32:25:0
 ciss_cam_action: XPT_PATH_INQ 32:26:0
 ciss_cam_action: XPT_PATH_INQ 32:26:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:26
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:26:0
 ciss_cam_action: XPT_PATH_INQ 32:26:0
 ciss_cam_action: XPT_PATH_INQ 32:27:0
 ciss_cam_action: XPT_PATH_INQ 32:27:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:27
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:27:0
 ciss_cam_action: XPT_PATH_INQ 32:27:0
 ciss_cam_action: XPT_PATH_INQ 32:28:0
 ciss_cam_action: XPT_PATH_INQ 32:28:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:28
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:28:0
 ciss_cam_action: XPT_PATH_INQ 32:28:0
 ciss_cam_action: XPT_PATH_INQ 32:29:0
 ciss_cam_action: XPT_PATH_INQ 32:29:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:29
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:29:0
 ciss_cam_action: XPT_PATH_INQ 32:29:0
 ciss_cam_action: XPT_PATH_INQ 32:30:0
 ciss_cam_action: XPT_PATH_INQ 32:30:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:30
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:30:0
 ciss_cam_action: XPT_PATH_INQ 32:30:0
 ciss_cam_action: XPT_PATH_INQ 32:31:0
 ciss_cam_action: XPT_PATH_INQ 32:31:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:31
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:31:0
 ciss_cam_action: XPT_PATH_INQ 32:31:0
 ciss_cam_action: XPT_PATH_INQ 32:32:0
 ciss_cam_action: XPT_PATH_INQ 32:32:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:32
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:32:0
 ciss_cam_action: XPT_PATH_INQ 32:32:0
 ciss_cam_action: XPT_PATH_INQ 32:33:0
 ciss_cam_action: XPT_PATH_INQ 32:33:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:33
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:33:0
 ciss_cam_action: XPT_PATH_INQ 32:33:0
 ciss_cam_action: XPT_PATH_INQ 32:34:0
 ciss_cam_action: XPT_PATH_INQ 32:34:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:34
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:34:0
 ciss_cam_action: XPT_PATH_INQ 32:34:0
 ciss_cam_action: XPT_PATH_INQ 32:35:0
 ciss_cam_action: XPT_PATH_INQ 32:35:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:35
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:35:0
 ciss_cam_action: XPT_PATH_INQ 32:35:0
 ciss_cam_action: XPT_PATH_INQ 32:36:0
 ciss_cam_action: XPT_PATH_INQ 32:36:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:36
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:36:0
 ciss_cam_action: XPT_PATH_INQ 32:36:0
 ciss_cam_action: XPT_PATH_INQ 32:37:0
 ciss_cam_action: XPT_PATH_INQ 32:37:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:37
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:37:0
 ciss_cam_action: XPT_PATH_INQ 32:37:0
 ciss_cam_action: XPT_PATH_INQ 32:38:0
 ciss_cam_action: XPT_PATH_INQ 32:38:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:38
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:38:0
 ciss_cam_action: XPT_PATH_INQ 32:38:0
 ciss_cam_action: XPT_PATH_INQ 32:39:0
 ciss_cam_action: XPT_PATH_INQ 32:39:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:39
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:39:0
 ciss_cam_action: XPT_PATH_INQ 32:39:0
 ciss_cam_action: XPT_PATH_INQ 32:40:0
 ciss_cam_action: XPT_PATH_INQ 32:40:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:40
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:40:0
 ciss_cam_action: XPT_PATH_INQ 32:40:0
 ciss_cam_action: XPT_PATH_INQ 32:41:0
 ciss_cam_action: XPT_PATH_INQ 32:41:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:41
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:41:0
 ciss_cam_action: XPT_PATH_INQ 32:41:0
 ciss_cam_action: XPT_PATH_INQ 32:42:0
 ciss_cam_action: XPT_PATH_INQ 32:42:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:42
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:42:0
 ciss_cam_action: XPT_PATH_INQ 32:42:0
 ciss_cam_action: XPT_PATH_INQ 32:43:0
 ciss_cam_action: XPT_PATH_INQ 32:43:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:43
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:43:0
 ciss_cam_action: XPT_PATH_INQ 32:43:0
 ciss_cam_action: XPT_PATH_INQ 32:44:0
 ciss_cam_action: XPT_PATH_INQ 32:44:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:44
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:44:0
 ciss_cam_action: XPT_PATH_INQ 32:44:0
 ciss_cam_action: XPT_PATH_INQ 32:45:0
 ciss_cam_action: XPT_PATH_INQ 32:45:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:45
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:45:0
 ciss_cam_action: XPT_PATH_INQ 32:45:0
 ciss_cam_action: XPT_PATH_INQ 32:46:0
 ciss_cam_action: XPT_PATH_INQ 32:46:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:46
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:46:0
 ciss_cam_action: XPT_PATH_INQ 32:46:0
 ciss_cam_action: XPT_PATH_INQ 32:47:0
 ciss_cam_action: XPT_PATH_INQ 32:47:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:47
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:47:0
 ciss_cam_action: XPT_PATH_INQ 32:47:0
 ciss_cam_action: XPT_PATH_INQ 32:48:0
 ciss_cam_action: XPT_PATH_INQ 32:48:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:48
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:48:0
 ciss_cam_action: XPT_PATH_INQ 32:48:0
 ciss_cam_action: XPT_PATH_INQ 32:49:0
 ciss_cam_action: XPT_PATH_INQ 32:49:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:49
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:49:0
 ciss_cam_action: XPT_PATH_INQ 32:49:0
 ciss_cam_action: XPT_PATH_INQ 32:50:0
 ciss_cam_action: XPT_PATH_INQ 32:50:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:50
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:50:0
 ciss_cam_action: XPT_PATH_INQ 32:50:0
 ciss_cam_action: XPT_PATH_INQ 32:51:0
 ciss_cam_action: XPT_PATH_INQ 32:51:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:51
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:51:0
 ciss_cam_action: XPT_PATH_INQ 32:51:0
 ciss_cam_action: XPT_PATH_INQ 32:52:0
 ciss_cam_action: XPT_PATH_INQ 32:52:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:52
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:52:0
 ciss_cam_action: XPT_PATH_INQ 32:52:0
 ciss_cam_action: XPT_PATH_INQ 32:53:0
 ciss_cam_action: XPT_PATH_INQ 32:53:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:53
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:53:0
 ciss_cam_action: XPT_PATH_INQ 32:53:0
 ciss_cam_action: XPT_PATH_INQ 32:54:0
 ciss_cam_action: XPT_PATH_INQ 32:54:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:54
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:54:0
 ciss_cam_action: XPT_PATH_INQ 32:54:0
 ciss_cam_action: XPT_PATH_INQ 32:55:0
 ciss_cam_action: XPT_PATH_INQ 32:55:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:55
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:55:0
 ciss_cam_action: XPT_PATH_INQ 32:55:0
 ciss_cam_action: XPT_PATH_INQ 32:56:0
 ciss_cam_action: XPT_PATH_INQ 32:56:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:56
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:56:0
 ciss_cam_action: XPT_PATH_INQ 32:56:0
 ciss_cam_action: XPT_PATH_INQ 32:57:0
 ciss_cam_action: XPT_PATH_INQ 32:57:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:57
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:57:0
 ciss_cam_action: XPT_PATH_INQ 32:57:0
 ciss_cam_action: XPT_PATH_INQ 32:58:0
 ciss_cam_action: XPT_PATH_INQ 32:58:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:58
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:58:0
 ciss_cam_action: XPT_PATH_INQ 32:58:0
 ciss_cam_action: XPT_PATH_INQ 32:59:0
 ciss_cam_action: XPT_PATH_INQ 32:59:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:59
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:59:0
 ciss_cam_action: XPT_PATH_INQ 32:59:0
 ciss_cam_action: XPT_PATH_INQ 32:60:0
 ciss_cam_action: XPT_PATH_INQ 32:60:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:60
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:60:0
 ciss_cam_action: XPT_PATH_INQ 32:60:0
 ciss_cam_action: XPT_PATH_INQ 32:61:0
 ciss_cam_action: XPT_PATH_INQ 32:61:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:61
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:61:0
 ciss_cam_action: XPT_PATH_INQ 32:61:0
 ciss_cam_action: XPT_PATH_INQ 32:62:0
 ciss_cam_action: XPT_PATH_INQ 32:62:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:62
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:62:0
 ciss_cam_action: XPT_PATH_INQ 32:62:0
 ciss_cam_action: XPT_PATH_INQ 32:63:0
 ciss_cam_action: XPT_PATH_INQ 32:63:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 32:63
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 32:63:0
 ciss_cam_action: XPT_PATH_INQ 32:63:0
 uhub_attach: getting USB 2.0 HUB descriptor failed,error=3DUSB_ERR_TIMEOUT=
 
 device_attach: uhub7 attach returned 6
 ciss_periodic: called
 ciss_cam_action: XPT_PATH_INQ 33:-1:-1
 ciss_cam_action: XPT_PATH_INQ 33:0:0
 ciss_cam_action: XPT_PATH_INQ 33:0:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:0
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:0:0
 ciss_cam_action: XPT_PATH_INQ 33:0:0
 ciss_cam_action: XPT_PATH_INQ 33:1:0
 ciss_cam_action: XPT_PATH_INQ 33:1:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:1
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:1:0
 ciss_cam_action: XPT_PATH_INQ 33:1:0
 ciss_cam_action: XPT_PATH_INQ 33:2:0
 ciss_cam_action: XPT_PATH_INQ 33:2:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:2
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:2:0
 ciss_cam_action: XPT_PATH_INQ 33:2:0
 ciss_cam_action: XPT_PATH_INQ 33:3:0
 ciss_cam_action: XPT_PATH_INQ 33:3:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:3
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:3:0
 ciss_cam_action: XPT_PATH_INQ 33:3:0
 ciss_cam_action: XPT_PATH_INQ 33:4:0
 ciss_cam_action: XPT_PATH_INQ 33:4:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:4
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:4:0
 ciss_cam_action: XPT_PATH_INQ 33:4:0
 ciss_cam_action: XPT_PATH_INQ 33:5:0
 ciss_cam_action: XPT_PATH_INQ 33:5:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:5
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:5:0
 ciss_cam_action: XPT_PATH_INQ 33:5:0
 ciss_cam_action: XPT_PATH_INQ 33:6:0
 ciss_cam_action: XPT_PATH_INQ 33:6:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:6
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:6:0
 ciss_cam_action: XPT_PATH_INQ 33:6:0
 ciss_cam_action: XPT_PATH_INQ 33:7:0
 ciss_cam_action: XPT_PATH_INQ 33:7:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:7
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:7:0
 ciss_cam_action: XPT_PATH_INQ 33:7:0
 ciss_cam_action: XPT_PATH_INQ 33:8:0
 ciss_cam_action: XPT_PATH_INQ 33:8:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:8
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:8:0
 ciss_cam_action: XPT_PATH_INQ 33:8:0
 ciss_cam_action: XPT_PATH_INQ 33:9:0
 ciss_cam_action: XPT_PATH_INQ 33:9:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:9
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:9:0
 ciss_cam_action: XPT_PATH_INQ 33:9:0
 ciss_cam_action: XPT_PATH_INQ 33:10:0
 ciss_cam_action: XPT_PATH_INQ 33:10:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:10
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:10:0
 ciss_cam_action: XPT_PATH_INQ 33:10:0
 ciss_cam_action: XPT_PATH_INQ 33:11:0
 ciss_cam_action: XPT_PATH_INQ 33:11:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:11
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:11:0
 ciss_cam_action: XPT_PATH_INQ 33:11:0
 ciss_cam_action: XPT_PATH_INQ 33:12:0
 ciss_cam_action: XPT_PATH_INQ 33:12:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:12
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:12:0
 ciss_cam_action: XPT_PATH_INQ 33:12:0
 ciss_cam_action: XPT_PATH_INQ 33:13:0
 ciss_cam_action: XPT_PATH_INQ 33:13:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:13
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:13:0
 ciss_cam_action: XPT_PATH_INQ 33:13:0
 ciss_cam_action: XPT_PATH_INQ 33:14:0
 ciss_cam_action: XPT_PATH_INQ 33:14:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:14
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:14:0
 ciss_cam_action: XPT_PATH_INQ 33:14:0
 ciss_cam_action: XPT_PATH_INQ 33:15:0
 ciss_cam_action: XPT_PATH_INQ 33:15:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:15
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:15:0
 ciss_cam_action: XPT_PATH_INQ 33:15:0
 ciss_cam_action: XPT_PATH_INQ 33:16:0
 ciss_cam_action: XPT_PATH_INQ 33:16:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:16
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:16:0
 ciss_cam_action: XPT_PATH_INQ 33:16:0
 ciss_cam_action: XPT_PATH_INQ 33:17:0
 ciss_cam_action: XPT_PATH_INQ 33:17:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:17
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:17:0
 ciss_cam_action: XPT_PATH_INQ 33:17:0
 ciss_cam_action: XPT_PATH_INQ 33:18:0
 ciss_cam_action: XPT_PATH_INQ 33:18:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:18
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:18:0
 ciss_cam_action: XPT_PATH_INQ 33:18:0
 ciss_cam_action: XPT_PATH_INQ 33:19:0
 ciss_cam_action: XPT_PATH_INQ 33:19:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:19
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:19:0
 ciss_cam_action: XPT_PATH_INQ 33:19:0
 ciss_cam_action: XPT_PATH_INQ 33:20:0
 ciss_cam_action: XPT_PATH_INQ 33:20:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:20
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:20:0
 ciss_cam_action: XPT_PATH_INQ 33:20:0
 ciss_cam_action: XPT_PATH_INQ 33:21:0
 ciss_cam_action: XPT_PATH_INQ 33:21:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:21
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:21:0
 ciss_cam_action: XPT_PATH_INQ 33:21:0
 ciss_cam_action: XPT_PATH_INQ 33:22:0
 ciss_cam_action: XPT_PATH_INQ 33:22:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:22
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:22:0
 ciss_cam_action: XPT_PATH_INQ 33:22:0
 ciss_cam_action: XPT_PATH_INQ 33:23:0
 ciss_cam_action: XPT_PATH_INQ 33:23:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:23
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:23:0
 ciss_cam_action: XPT_PATH_INQ 33:23:0
 ciss_cam_action: XPT_PATH_INQ 33:24:0
 ciss_cam_action: XPT_PATH_INQ 33:24:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:24
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:24:0
 ciss_cam_action: XPT_PATH_INQ 33:24:0
 ciss_cam_action: XPT_PATH_INQ 33:25:0
 ciss_cam_action: XPT_PATH_INQ 33:25:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:25
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:25:0
 ciss_cam_action: XPT_PATH_INQ 33:25:0
 ciss_cam_action: XPT_PATH_INQ 33:26:0
 ciss_cam_action: XPT_PATH_INQ 33:26:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:26
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:26:0
 ciss_cam_action: XPT_PATH_INQ 33:26:0
 ciss_cam_action: XPT_PATH_INQ 33:27:0
 ciss_cam_action: XPT_PATH_INQ 33:27:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:27
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:27:0
 ciss_cam_action: XPT_PATH_INQ 33:27:0
 ciss_cam_action: XPT_PATH_INQ 33:28:0
 ciss_cam_action: XPT_PATH_INQ 33:28:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:28
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:28:0
 ciss_cam_action: XPT_PATH_INQ 33:28:0
 ciss_cam_action: XPT_PATH_INQ 33:29:0
 ciss_cam_action: XPT_PATH_INQ 33:29:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:29
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:29:0
 ciss_cam_action: XPT_PATH_INQ 33:29:0
 ciss_cam_action: XPT_PATH_INQ 33:30:0
 ciss_cam_action: XPT_PATH_INQ 33:30:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:30
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:30:0
 ciss_cam_action: XPT_PATH_INQ 33:30:0
 ciss_cam_action: XPT_PATH_INQ 33:31:0
 ciss_cam_action: XPT_PATH_INQ 33:31:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:31
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:31:0
 ciss_cam_action: XPT_PATH_INQ 33:31:0
 ciss_cam_action: XPT_PATH_INQ 33:32:0
 ciss_cam_action: XPT_PATH_INQ 33:32:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:32
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:32:0
 ciss_cam_action: XPT_PATH_INQ 33:32:0
 ciss_cam_action: XPT_PATH_INQ 33:33:0
 ciss_cam_action: XPT_PATH_INQ 33:33:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:33
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:33:0
 ciss_cam_action: XPT_PATH_INQ 33:33:0
 ciss_cam_action: XPT_PATH_INQ 33:34:0
 ciss_cam_action: XPT_PATH_INQ 33:34:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:34
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:34:0
 ciss_cam_action: XPT_PATH_INQ 33:34:0
 ciss_cam_action: XPT_PATH_INQ 33:35:0
 ciss_cam_action: XPT_PATH_INQ 33:35:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:35
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:35:0
 ciss_cam_action: XPT_PATH_INQ 33:35:0
 ciss_cam_action: XPT_PATH_INQ 33:36:0
 ciss_cam_action: XPT_PATH_INQ 33:36:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:36
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:36:0
 ciss_cam_action: XPT_PATH_INQ 33:36:0
 ciss_cam_action: XPT_PATH_INQ 33:37:0
 ciss_cam_action: XPT_PATH_INQ 33:37:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:37
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:37:0
 ciss_cam_action: XPT_PATH_INQ 33:37:0
 ciss_cam_action: XPT_PATH_INQ 33:38:0
 ciss_cam_action: XPT_PATH_INQ 33:38:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:38
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:38:0
 ciss_cam_action: XPT_PATH_INQ 33:38:0
 ciss_cam_action: XPT_PATH_INQ 33:39:0
 ciss_cam_action: XPT_PATH_INQ 33:39:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:39
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:39:0
 ciss_cam_action: XPT_PATH_INQ 33:39:0
 ciss_cam_action: XPT_PATH_INQ 33:40:0
 ciss_cam_action: XPT_PATH_INQ 33:40:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:40
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:40:0
 ciss_cam_action: XPT_PATH_INQ 33:40:0
 ciss_cam_action: XPT_PATH_INQ 33:41:0
 ciss_cam_action: XPT_PATH_INQ 33:41:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:41
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:41:0
 ciss_cam_action: XPT_PATH_INQ 33:41:0
 ciss_cam_action: XPT_PATH_INQ 33:42:0
 ciss_cam_action: XPT_PATH_INQ 33:42:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:42
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:42:0
 ciss_cam_action: XPT_PATH_INQ 33:42:0
 ciss_cam_action: XPT_PATH_INQ 33:43:0
 ciss_cam_action: XPT_PATH_INQ 33:43:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:43
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:43:0
 ciss_cam_action: XPT_PATH_INQ 33:43:0
 ciss_cam_action: XPT_PATH_INQ 33:44:0
 ciss_cam_action: XPT_PATH_INQ 33:44:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:44
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:44:0
 ciss_cam_action: XPT_PATH_INQ 33:44:0
 ciss_cam_action: XPT_PATH_INQ 33:45:0
 ciss_cam_action: XPT_PATH_INQ 33:45:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:45
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:45:0
 ciss_cam_action: XPT_PATH_INQ 33:45:0
 ciss_cam_action: XPT_PATH_INQ 33:46:0
 ciss_cam_action: XPT_PATH_INQ 33:46:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:46
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:46:0
 ciss_cam_action: XPT_PATH_INQ 33:46:0
 ciss_cam_action: XPT_PATH_INQ 33:47:0
 ciss_cam_action: XPT_PATH_INQ 33:47:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:47
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:47:0
 ciss_cam_action: XPT_PATH_INQ 33:47:0
 ciss_cam_action: XPT_PATH_INQ 33:48:0
 ciss_cam_action: XPT_PATH_INQ 33:48:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:48
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:48:0
 ciss_cam_action: XPT_PATH_INQ 33:48:0
 ciss_cam_action: XPT_PATH_INQ 33:49:0
 ciss_cam_action: XPT_PATH_INQ 33:49:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:49
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:49:0
 ciss_cam_action: XPT_PATH_INQ 33:49:0
 ciss_cam_action: XPT_PATH_INQ 33:50:0
 ciss_cam_action: XPT_PATH_INQ 33:50:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:50
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:50:0
 ciss_cam_action: XPT_PATH_INQ 33:50:0
 ciss_cam_action: XPT_PATH_INQ 33:51:0
 ciss_cam_action: XPT_PATH_INQ 33:51:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:51
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:51:0
 ciss_cam_action: XPT_PATH_INQ 33:51:0
 ciss_cam_action: XPT_PATH_INQ 33:52:0
 ciss_cam_action: XPT_PATH_INQ 33:52:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:52
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:52:0
 ciss_cam_action: XPT_PATH_INQ 33:52:0
 ciss_cam_action: XPT_PATH_INQ 33:53:0
 ciss_cam_action: XPT_PATH_INQ 33:53:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:53
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:53:0
 ciss_cam_action: XPT_PATH_INQ 33:53:0
 ciss_cam_action: XPT_PATH_INQ 33:54:0
 ciss_cam_action: XPT_PATH_INQ 33:54:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:54
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:54:0
 ciss_cam_action: XPT_PATH_INQ 33:54:0
 ciss_cam_action: XPT_PATH_INQ 33:55:0
 ciss_cam_action: XPT_PATH_INQ 33:55:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:55
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:55:0
 ciss_cam_action: XPT_PATH_INQ 33:55:0
 ciss_cam_action: XPT_PATH_INQ 33:56:0
 ciss_cam_action: XPT_PATH_INQ 33:56:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:56
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:56:0
 ciss_cam_action: XPT_PATH_INQ 33:56:0
 ciss_cam_action: XPT_PATH_INQ 33:57:0
 ciss_cam_action: XPT_PATH_INQ 33:57:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:57
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:57:0
 ciss_cam_action: XPT_PATH_INQ 33:57:0
 ciss_cam_action: XPT_PATH_INQ 33:58:0
 ciss_cam_action: XPT_PATH_INQ 33:58:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:58
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:58:0
 ciss_cam_action: XPT_PATH_INQ 33:58:0
 ciss_cam_action: XPT_PATH_INQ 33:59:0
 ciss_cam_action: XPT_PATH_INQ 33:59:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:59
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:59:0
 ciss_cam_action: XPT_PATH_INQ 33:59:0
 ciss_cam_action: XPT_PATH_INQ 33:60:0
 ciss_cam_action: XPT_PATH_INQ 33:60:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:60
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:60:0
 ciss_cam_action: XPT_PATH_INQ 33:60:0
 ciss_cam_action: XPT_PATH_INQ 33:61:0
 ciss_cam_action: XPT_PATH_INQ 33:61:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:61
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:61:0
 ciss_cam_action: XPT_PATH_INQ 33:61:0
 ciss_cam_action: XPT_PATH_INQ 33:62:0
 ciss_cam_action: XPT_PATH_INQ 33:62:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:62
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:62:0
 ciss_cam_action: XPT_PATH_INQ 33:62:0
 ciss_cam_action: XPT_PATH_INQ 33:63:0
 ciss_cam_action: XPT_PATH_INQ 33:63:0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 33:63
 ciss_cam_action: unspported func_code =3D 0x16
 ciss_cam_action: XPT_PATH_INQ 33:63:0
 ciss_cam_action: XPT_PATH_INQ 33:63:0
 ahcich0: AHCI reset...
 ahcich0: SATA connect timeout time=3D10000us status=3D00000000
 ahcich0: AHCI reset: device not found
 ata1: reset tp1 mask=3D03 ostat0=3D7f ostat1=3D7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat0=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: stat1=3D0x7f err=3D0x7f lsb=3D0x7f msb=3D0x7f
 ata1: reset tp2 stat0=3Dff stat1=3Dff devices=3D0x0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 pass0 at ciss0 bus 0 scbus0 target 0 lun 0
 pass0: <HP RAID 0 OK> Fixed Direct Access SCSI-5 device=20
 pass0: Serial Number PCUSK0ARH3Z0MI =20
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 pass0: 135.168MB/s transfers
 pass0: Command Queueing enabled
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 pass1 at ciss0 bus 0 scbus0 target 1 lun 0
 pass1: <HP RAID 0 OK> Fixed Direct Access SCSI-5 device=20
 pass1: Serial Number PCUSK0ARH3Z0MI =20
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 pass1: 135.168MB/s transfers
 pass1: Command Queueing enabled
 ciss_cam_action: XPT_PATH_INQ 0:-1:-1
 ciss_cam_action: XPT_PATH_INQ 32:-1:-1
 ciss_cam_action: XPT_PATH_INQ 33:-1:-1
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 da0 at ciss0 bus 0 scbus0 target 0 lun 0
 da0: <HP RAID 0 OK> Fixed Direct Access SCSI-5 device=20
 da0: Serial Number PCUSK0ARH3Z0MI =20
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 ciss_cam_action: XPT_PATH_INQ 0:0:0
 da0: 135.168MB/s transfers
 da0: Command Queueing enabled
 da0: 286070MB (585871964 512 byte sectors: 255H 32S/T 65535C)
 GEOM: new disk da0
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 da1 at ciss0 bus 0 scbus0 target 1 lun 0
 da1: <HP RAID 0 OK> Fixed Direct Access SCSI-5 device=20
 da1: Serial Number PCUSK0ARH3Z0MI =20
 ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ciss_cam_action: XPT_PATH_INQ 0:1:0
 da1: 135.168MB/s transfers
 da1: Command Queueing enabled
 da1: 286070MB (585871964 512 byte sectors: 255H 32S/T 65535C)
 SMP: AP CPU #1 Launched!
 cpu1 AP:
      ID: 0x21000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #23 Launched!
 cpu23 AP:
      ID: 0x47000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #19 Launched!
 cpu19 AP:
      ID: 0x43000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #20 Launched!
 cpu20 AP:
      ID: 0x44000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #12 Launched!
 cpu12 AP:
      ID: 0x2c000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #18 Launched!
 cpu18 AP:
      ID: 0x42000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #21 Launched!
 cpu21 AP:
      ID: 0x45000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #13 Launched!
 cpu13 AP:
      ID: 0x2d000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #27 Launched!
 cpu27 AP:
      ID: 0x4b000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #25 Launched!
 cpu25 AP:
      ID: 0x49000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #11 Launched!
 cpu11 AP:
      ID: 0x2b000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #6 Launched!
 cpu6 AP:
      ID: 0x26000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #7 Launched!
 cpu7 AP:
      ID: 0x27000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #10 Launched!
 cpu10 AP:
      ID: 0x2a000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #15 Launched!
 cpu15 AP:
      ID: 0x2f000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #24 Launched!
 cpu24 AP:
      ID: 0x48000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #22 Launched!
 cpu22 AP:
      ID: 0x46000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #5 Launched!
 cpu5 AP:
      ID: 0x25000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #26 Launched!
 cpu26 AP:
      ID: 0x4a000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #30 Launched!
 cpu30 AP:
      ID: 0x4e000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #9 Launched!
 cpu9 AP:
      ID: 0x29000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #28 Launched!
 cpu28 AP:
      ID: 0x4c000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #29 Launched!
 cpu29 AP:
      ID: 0x4d000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #31 Launched!
 cpu31 AP:
      ID: 0x4f000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #17 Launched!
 cpu17 AP:
      ID: 0x41000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #14 Launched!
 cpu14 AP:
      ID: 0x2e000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #2 Launched!
 cpu2 AP:
      ID: 0x22000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #3 Launched!
 cpu3 AP:
      ID: 0x23000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #16 Launched!
 cpu16 AP:
      ID: 0x40000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #8 Launched!
 cpu8 AP:
      ID: 0x28000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 SMP: AP CPU #4 Launched!
 cpu4 AP:
      ID: 0x24000000   VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
   lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
   timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ioapic0: routing intpin 1 (ciss_cam_action: XPT_GET_TRAN_SETTINGS 0:1
 ISA IRQ 1) to lapic 33 vector 48
 ioapic0: routing intpin 3 (ISA IRQ 3) to lapic 34 vector 48
 ioapic0: routing intpin 4 (ISA IRQ 4) to lapic 35 vector 48
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 36 vector 48
 ioapic0: routing intpin 15 (ISA IRQ 15) to lapic 37 vector 48
 ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 38 vector 48
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 39 vector 48
 ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 40 vector 48
 ioapic1: routing intpin 20 (ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 PCI IRQ 44) to lapic 41 vector 48
 msi: Assigning MSI-X IRQ 259 to local APIC 42 vector 48
 msi: Assigning MSI-X IRQ 261 to local APIC 33 vector 49
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 msi: Assigning MSI-X IRQ 262 to local APIC 34 vector 49
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 msi: Assigning MSI-X IRQ 263 to local APIC 35 vector 49
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 msi: Assigning MSI-X IRQ 264 to local APIC 36 vector 49
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 msi: Assigning MSI-X IRQ 265 to local APIC 37 vector 49
 msi: Assigning MSI-X IRQ 266 to local APIC 38 vector 49
 msi: Assigning MSI-X IRQ 267 to local APIC 39 vector 49
 msi: Assigning MSI-X IRQ 268 to local APIC 43 vector 48
 msi: Assigning MSI-X IRQ 270 to local APIC 33 vector 50
 msi: Assigning MSI-X IRQ 271 to local APIC 34 vector 50
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 msi: Assigning MSI-X IRQ 272 to local APIC 35 vector 50
 msi: Assigning MSI-X IRQ 273 to local APIC 36 vector 50
 msi: Assigning MSI-X IRQ 274 to local APIC 37 vector 50
 msi: Assigning MSI-X IRQ 275 to local APIC 38 vector 50
 msi: Assigning MSI-X IRQ 276 to local APIC 39 vector 50
 msi: Assigning MSI-X IRQ 277 to local APIC 44 vector 48
 GEOM: new disk da1
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 SMP: failed TSC synchronization test
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 TSC timecounter discards lower 7 bit(s)
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 Timecounter "TSC-low" frequency 14062966 Hz quality -100
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_periodic: called
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 Trying to mount root from zfs:zroot/ROOT/fb91-201301-web-sh []...
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:0:0
 ciss_cam_action: XPT_CALC_GEOMETRY 0:1:0
 start_init: trying /sbin/init
 
 --Apple-Mail=_61B0517C-6445-4210-BB08-6B16755D634C
 Content-Transfer-Encoding: 7bit
 Content-Type: text/plain;
 	charset=us-ascii
 
 
 
 
 
 
 
 --Apple-Mail=_61B0517C-6445-4210-BB08-6B16755D634C--

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?iso-8859-1?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 "sean_bruno@yahoo.com" <sean_bruno@yahoo.com>
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Fri, 28 Jun 2013 15:23:25 +0200

 I already replied to Sean last friday but the copy has not made its way =
 into the PR system, probably due to the size of the alltrace attachment. =
 So here's a dropbox link:
 
 =
 https://dl.dropboxusercontent.com/u/10669369/alltrace%20G8%20PERF%209.1cis=
 s.txt
 
 And the email I sent:
 
 ----
 Hi again
 
 One of the G8 blades we had booted back into PERF mode yesterday stalled =
 last night. This one was _not_ patched with the ciss changes from head, =
 so it was the plain 9.1 driver running in default PERF mode. This means =
 that as soon as we restore the original default configuration, the =
 stalls come back quite quickly. Of course we still don't know wether it =
 is the patch, SIMPLE mode or the combination of both that seems to help =
 the other systems. Hopefully we'll know that soon.
 
 Anyway, we got an alltrace from the server that stalled. Unfortunately =
 no ciss debug outpout since it was not patched.
 
 
 Markus
 ----
 

From: Sean Bruno <sean_bruno@yahoo.com>
To: bug-followup@FreeBSD.org, philipp.maechler@hostpoint.ch
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8
 (and HP Bl Gen7 + Storage Blade)
Date: Tue, 02 Jul 2013 20:13:38 -0700

 --=-1oDHSwgoKhillQ25c2wC
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 While I wait for a p420 and p410 to test your configuration, I setup a
 dl180g6 with a p400 in a test configuration.  I've had some interesting
 results.
 
 I setup two disks in a RAID1+0 volume for root and swap and UFS
 
 I created a 10 disk raidz2 volume named "ztest":
 ---------------------------------------------------------------------------=
 -----
 bash-4.2# swapinfo; df -k; zpool status
 Device          512-blocks     Used    Avail Capacity
 /dev/da0p3        16777216        0 16777216     0%
 ---------------------------------------------------------------------------=
 -----
 Filesystem 1024-blocks    Used      Avail Capacity  Mounted on
 /dev/da0p2     4058430 1256338    2477418    34%    /
 devfs                1       1          0   100%    /dev
 /dev/da0p4   245197222 6081304  219500142     3%    /home
 procfs               4       4          0   100%    /proc
 ztest       1118637925      67 1118637858     0%    /ztest
 ---------------------------------------------------------------------------=
 -----
   pool: ztest
  state: ONLINE
   scan: none requested
 config:
 
         NAME        STATE     READ WRITE CKSUM
         ztest       ONLINE       0     0     0
           raidz2-0  ONLINE       0     0     0
             da1     ONLINE       0     0     0
             da2     ONLINE       0     0     0
             da3     ONLINE       0     0     0
             da4     ONLINE       0     0     0
             da5     ONLINE       0     0     0
             da6     ONLINE       0     0     0
             da7     ONLINE       0     0     0
             da8     ONLINE       0     0     0
             da9     ONLINE       0     0     0
             da10    ONLINE       0     0     0
 
 errors: No known data errors
 ---------------------------------------------------------------------------=
 -----
 
 I find that as we reach maximum capacity of /ztest, zfs really starts
 bogging down. =20
 
 I'm running iozone with the following parameters:
 ---------------------------------------------------------------------------=
 -----
 iozone -s 50G -r 256K -+q 30 -i 0 -i 1 -R -t 12
 -F /ztest/1 /ztest/2 /ztest/3 /ztest/4 /ztest/5 /ztest/6 /ztest/7 /ztest/8 =
 /ztest/9 /ztest/10 /ztest/11 /ztest/12
 ---------------------------------------------------------------------------=
 -----
 
 
 This would be a good start to more reliably test your configuration.  I
 didn't bother doing gpt partitions and the geom partitioning scheme in
 this configuration because its not bootable.
 
 Sean
 
 --=-1oDHSwgoKhillQ25c2wC
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.13 (FreeBSD)
 
 iQEcBAABAgAGBQJR05bZAAoJEBkJRdwI6BaH1BgH/3ohHo9N533wnCXnGPyQFR2d
 WRJQWwT6NW/YyuHk5M5kNxupRegfS2IHPvrTCEqEHJEgKHaoFkbyUw1BNH0iqECM
 eelvL8Y4vHxBPqL9BHbUBz6rW19piEB8hZP0kPPhsbI5GR67zzHmIRV82WGTIwQg
 CtHbEK+77f1Ol5onJ1SYkDJh06swRPOMFZOnAqU2cl2Aw6apLQSWiF2PQ3+jeOk7
 wtiqKuL8Sz0428GKvDE6spWNrEW9FS7I3yC6pHKKQB07r7mYgzmg80pJ8KG4qcZ8
 f1b/UlBg1nkYb/Tj1LsD6bx0kgp4yHVBRxHo8f8HhGfrU21CZOD197k8Kr69uDA=
 =GSPu
 -----END PGP SIGNATURE-----
 
 --=-1oDHSwgoKhillQ25c2wC--
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?iso-8859-1?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 "sean_bruno@yahoo.com" <sean_bruno@yahoo.com>
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Fri, 5 Jul 2013 10:19:58 +0200

 Hey Sean
 
 I'm glad to hear you're getting the same controller as ours to test. In =
 the meantime it seems that the backported ciss changes from head seem to =
 help a lot on the G8 blades with the p220 controllers. It's quite likely =
 that the G8 problem is already fixed in head. Of course, we can't be =
 sure yet, but still it might be better to focus on the G7 with p410 and =
 storage blade, where the issue has occured even with ciss from head. So =
 it's good your getting a p410.
 
 We discussed your test scenario. ZFS is known to go nuts and do really =
 much IO once a zpool get quite full, so is your goal just to maximise IO =
 to reproduce the problem more reliably? Or is there a specific reason =
 why you want us to fill a zpool?
 
 Our problem is that half of the G7 blades are productive, so filling the =
 zpool is no option there. The second half is where the first half =
 replicates all data to, so they're kind of hot standby and we're more =
 flexibel doing tests there, but we still have to keep the replication =
 running, which makes filling the pool impossible as well.
 
 The day before yesterday we installed the patched kernel that has ciss =
 from head and CISS_DEBUG defined on all these standby systems. We run =
 zpool scrubs non-stop on all of them to generate IO and as they are =
 replication targets, they also receive some amount of write IO. Like =
 that, we hope to get a system to stall more often, so we can progress =
 more quickly debugging the G7 problem. If you think that more write IO =
 would help, we can look into using iozone, but a stated before, we won't =
 be able to do things like filling the zpool.
 
 Also, once a G7 blade stalls, is there any information apart from =
 alltrace and DDB ciss debug print you want as to pull out of the system?
 
 When reading through the ciss driver source I noticed that the DDB print =
 may only outpout information about the first controller. Since the =
 storage blade contains a second p410, do you think it'd be worth to =
 alter the debug function to print out information about any ciss =
 controller in the system?
 
 
 Markus
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?windows-1252?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 "sean_bruno@yahoo.com" <sean_bruno@yahoo.com>
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Fri, 5 Jul 2013 14:28:42 +0200

 Hey Sean
 
 Two of the G7 blades stalled today, that was quick=85 Here's an alltrace =
 and ciss debug output each:
 
 First stall:
 =
 https://dl.dropboxusercontent.com/u/10669369/fbsd%20ciss%20iostall%20debug=
 /20130705%20-%20G7%20crash%201%20(12s)/20130705%20-%201%20-%20alltrace.txt=
 
 =
 https://dl.dropboxusercontent.com/u/10669369/fbsd%20ciss%20iostall%20debug=
 /20130705%20-%20G7%20crash%201%20(12s)/20130705%20-%201%20-%20cissdebug.tx=
 t
 
 Second stall:
 =
 https://dl.dropboxusercontent.com/u/10669369/fbsd%20ciss%20iostall%20debug=
 /20130705%20-%20G7%20crash%202%20(16s)/20130705%20-%202%20-%20alltrace.txt=
 
 =
 https://dl.dropboxusercontent.com/u/10669369/fbsd%20ciss%20iostall%20debug=
 /20130705%20-%20G7%20crash%202%20(16s)/20130705%20-%202%20-%20cissdebug.tx=
 t
 
 As said, the debug information is for ciss0 only, because the driver =
 does not iterate through all controllers when printing debug =
 information. Also, if you need more information when this happens the =
 next time, please let us know.
 
 
 Markus
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: Steven Hartland <killing@multiplay.co.uk>
Cc: freebsd-scsi@FreeBSD.org,
 "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Fri, 5 Jul 2013 16:14:26 +0200

 --Apple-Mail=_9D4196B5-B411-44BB-BDE1-8695E2E76451
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=windows-1252
 
 Hey Steven
 
 Thanks for your input.
 
 On 05.07.2013, at 15:43, Steven Hartland <killing@multiplay.co.uk> =
 wrote:
 
 > Might also want to get the output from "show sleepchain" for all =
 threads
 > too as that will easily identify sleep lock dead locks.
 
 Is there an easy way to do this for all threads with one command? The =
 first server that crashed had 800 threads=85 If not, we should probably =
 script this outside of ddb using thread ids from the alltrace output. Or =
 is there a subset of threads you're particularly interested in?
 
 
 > Also whats the check_disk process?
 
 This is Nagios' check_disk plugin we use to check the filesystem usage =
 on all mountpoints. It runs quite frequently, that's why multiple may be =
 get started until we notice and break into the debugger.
 
 
 Markus
 
 
 --Apple-Mail=_9D4196B5-B411-44BB-BDE1-8695E2E76451
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
 	charset=windows-1252
 
 <html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
 charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
 -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; =
 "><div>Hey Steven</div><div><br></div><div>Thanks for your =
 input.</div><br><div><div>On 05.07.2013, at 15:43, Steven Hartland =
 &lt;<a =
 href=3D"mailto:killing@multiplay.co.uk">killing@multiplay.co.uk</a>&gt; =
 wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
 type=3D"cite"><span style=3D"font-family: Helvetica; font-size: medium; =
 font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; display: inline !important; float: none; =
 ">Might also want to get the output from "show sleepchain" for all =
 threads</span><br style=3D"font-family: Helvetica; font-size: medium; =
 font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "><span style=3D"font-family: Helvetica; =
 font-size: medium; font-style: normal; font-variant: normal; =
 font-weight: normal; letter-spacing: normal; line-height: normal; =
 orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: =
 none; white-space: normal; widows: 2; word-spacing: 0px; =
 -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: =
 inline !important; float: none; ">too as that will easily identify sleep =
 lock dead locks.</span><br style=3D"font-family: Helvetica; font-size: =
 medium; font-style: normal; font-variant: normal; font-weight: normal; =
 letter-spacing: normal; line-height: normal; orphans: 2; text-align: =
 -webkit-auto; text-indent: 0px; text-transform: none; white-space: =
 normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; =
 -webkit-text-stroke-width: 0px; "></blockquote><div><br></div><div>Is =
 there an easy way to do this for all threads with one command? The first =
 server that crashed had 800 threads=85 If not, we should probably script =
 this outside of ddb using thread ids from the alltrace output. Or is =
 there a subset of threads you're particularly interested =
 in?</div><div><br></div><br><blockquote type=3D"cite"><span =
 style=3D"font-family: Helvetica; font-size: medium; font-style: normal; =
 font-variant: normal; font-weight: normal; letter-spacing: normal; =
 line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: =
 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: =
 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; =
 display: inline !important; float: none; ">Also whats the check_disk =
 process?</span></blockquote></div><br><div>This is Nagios' check_disk =
 plugin we use to check the filesystem usage on all mountpoints. It runs =
 quite frequently, that's why multiple may be get started until we notice =
 and break into the =
 debugger.</div><div><br></div><div><br></div><div>Markus</div><div><br></d=
 iv></body></html>=
 
 --Apple-Mail=_9D4196B5-B411-44BB-BDE1-8695E2E76451--

From: Sean Bruno <seanbru@yahoo-inc.com>
To: bug-followup@FreeBSD.org, philipp.maechler@hostpoint.ch
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8
 (and HP Bl Gen7 + Storage Blade)
Date: Sun, 14 Jul 2013 10:17:29 -0700

 I updated stable/9 with most of the changes made to head recently.  See
 if that makes any difference.
 
 Sean
 

From: Sean Bruno <sean_bruno@yahoo.com>
To: bug-followup@FreeBSD.org, philipp.maechler@hostpoint.ch
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8
 (and HP Bl Gen7 + Storage Blade)
Date: Sun, 14 Jul 2013 10:54:50 -0700

 --=-8GMlK85srlOGW3NNuk3G
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 I've updated the DDB hook to display as many adapters as possible.  Can
 you add this to your tests please?
 
 http://people.freebsd.org/~sbruno/ciss_ddb_update.txt
 
 Sean
 
 --=-8GMlK85srlOGW3NNuk3G
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.13 (FreeBSD)
 
 iQEcBAABAgAGBQJR4uXqAAoJEBkJRdwI6BaHNcYH/2FAkpSVW1SbIDcyKgkD9nGd
 KMzk/LvF7ysJNuNdsgmcBc0EGcLe7fcZOSmnMyGNBCPe95rC4cRhMruJDU9qi6MV
 pWJav9CEooUBZ+i9foXMn4E/lQ8xYeG0jXs6M0kG+27As85VIjFlbACvGKAw//FU
 JUh5bFiJw6nFs+Moljdl3nEyQTqF+DS46k18A1vDQC/MitU7qkYhTdn8tMAdWJVE
 fwCKF7VdQFCP5Vaq2b5XOupjJjluhAXWCmhEl5ZiUaSRfBAet0Cb5iaTqBs3w3rk
 7YfW3OVkq3cEAOIXp/TmDjc1sa3xN99wEyzenpogCmGb/xSPuGWm8fp0tTMAR4U=
 =TvrB
 -----END PGP SIGNATURE-----
 
 --=-8GMlK85srlOGW3NNuk3G--
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?iso-8859-1?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 "sean_bruno@yahoo.com" <sean_bruno@yahoo.com>
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Mon, 15 Jul 2013 15:51:06 +0200

 I checked your MFC and all the fixes are already included in my patch =
 for 9.1 that we're currently testing with. With that patch, all G8 =
 blades are still running stable and have not shown any more IO stalls. =
 The G7 ones still reliably crash with our test load. So I think we can =
 state that we have already tested wether the changes from head help or =
 not. Is there another reason you want us to test with a stable/9 kernel, =
 or should we stick with the patched 9.1 for now?
 
 In any case I'll apply your DDB hook patch to our patched 9.1 kernel, so =
 we'll get out more debug information when a G7 blade stalls next time.
 
 
 Markus
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?iso-8859-1?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 "sean_bruno@yahoo.com" <sean_bruno@yahoo.com>
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Mon, 15 Jul 2013 16:42:29 +0200

 The patch applied but it broke the the kernel build. I've corrected it =
 as I think it was intended. The version I used is here:
 
 https://dl.dropboxusercontent.com/u/10669369/ciss_ddb_update_v2.txt
 
 
 Markus
 

From: Markus Gebert <markus.gebert@hostpoint.ch>
To: bug-followup@FreeBSD.org,
 =?windows-1252?Q?Philipp_M=E4chler?= <philipp.maechler@hostpoint.ch>,
 "sean_bruno@yahoo.com" <sean_bruno@yahoo.com>
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8 (and HP Bl Gen7 + Storage Blade)
Date: Fri, 19 Jul 2013 10:52:27 +0200

 We had another G7 IO stall and were able to get ciss debug outpout for =
 both controllers. ciss0 is the internal one, ciss1 is the one built into =
 the storage blade.
 
 =
 https://dl.dropboxusercontent.com/u/10669369/fbsd%20ciss%20iostall%20debug=
 /20130717%20-%20G7%20crash%20%2815s%29/20130717%20-%20alltrace.txt
 =
 https://dl.dropboxusercontent.com/u/10669369/fbsd%20ciss%20iostall%20debug=
 /20130717%20-%20G7%20crash%20%2815s%29/20130717%20-%20cissdebug.txt
 
 I hope this helps=85
 
 G8 blades are still running stable with the ciss changes from head.
 
 
 Markus
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/179932: commit references a PR
Date: Sat, 27 Jul 2013 17:21:00 +0000 (UTC)

 Author: sbruno
 Date: Sat Jul 27 17:20:43 2013
 New Revision: 253712
 URL: http://svnweb.freebsd.org/changeset/base/253712
 
 Log:
   update ciss debugger command to iterate over multiple raid controllers up to
   max controllers supported
   
   PR:	kern/179932
   Reviewed by:	Markus Gebert <markus.gebert@hostpoint.ch>
   MFC after:	2 weeks
   Sponsored by:	Yahoo! Inc.
 
 Modified:
   head/sys/dev/ciss/ciss.c
 
 Modified: head/sys/dev/ciss/ciss.c
 ==============================================================================
 --- head/sys/dev/ciss/ciss.c	Sat Jul 27 17:16:59 2013	(r253711)
 +++ head/sys/dev/ciss/ciss.c	Sat Jul 27 17:20:43 2013	(r253712)
 @@ -4378,11 +4378,17 @@ ciss_print_adapter(struct ciss_softc *sc
  DB_COMMAND(ciss_prt, db_ciss_prt)
  {
      struct ciss_softc	*sc;
 +    devclass_t dc;
 +    int maxciss, i;
  
 -    sc = devclass_get_softc(devclass_find("ciss"), 0);
 -    if (sc == NULL) {
 -	printf("no ciss controllers\n");
 -    } else {
 +    dc = devclass_find("ciss");
 +    if ( dc == NULL ) {
 +        printf("%s: can't find devclass!\n", __func__);
 +        return;
 +    }
 +    maxciss = devclass_get_maxunit(dc);
 +    for (i = 0; i < maxciss; i++) {
 +        sc = devclass_get_softc(dc, i);
  	ciss_print_adapter(sc);
      }
  }
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: Sean Bruno <sean_bruno@yahoo.com>
To: bug-followup@FreeBSD.org, philipp.maechler@hostpoint.ch
Cc:  
Subject: Re: kern/179932: [ciss] ciss i/o stall problem with HP Bl Gen8
 (and HP Bl Gen7 + Storage Blade)
Date: Mon, 25 Nov 2013 08:45:07 -0800

 --=-pQztALPEYNid4Hq+my6z
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: quoted-printable
 
 I have a test box for this now with an external array.
 
 Currently, its configured with an onboard p420i with a single raid0 of
 one disk and a P222 handling a 40TB array external to the chassis.
 
 I'll see if I can do something to make this die in my Gen8 box.
 
 sean
 
 --=-pQztALPEYNid4Hq+my6z
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: This is a digitally signed message part
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.15 (FreeBSD)
 
 iQEcBAABAgAGBQJSk36LAAoJEBkJRdwI6BaHXGsIAJIZ9KfADM6d3zs8ndaRL5Wp
 6tQjCxVKehzX1CLgEvmG4GRq7FRUXMskvs7G+/EQMJFS9egOcz+CcXm5TocZp+Qu
 21vt/7XYk8VRkCsb5I5GA+Jlbo1k8MiFI7waBPFeWzS3VfciEQ/qGk1H1m3IE1ax
 ZNVSmClQFGDsw9dlZSGEgrU6h/yoJM254dvIezbDC9opJ7cdUi9GDPwc00+38Y1o
 y8xOQYYXgREnDp1pX5SYjSeyWIjUJxOT/nSlMOvMGb79DBEqlf/dO7fxbn5fmyBV
 b37gX+xBa8uz+WJSzL8IUxdoMblRMTj2MATQkpHZ2xmfw9+HagBrb3re+BwD8qY=
 =TQRM
 -----END PGP SIGNATURE-----
 
 --=-pQztALPEYNid4Hq+my6z--
 
>Unformatted:
