We rechecked all the connections on the drives, and now it's resilvering, but much faster.
Instead of 50,000 hours, it's saying 13 hours and consistently going down...
But I'm confused why I don't see the 6th disk in the console & zpool.
camcontrol devlist gives:
Code:
<WDC WD30EZRX-00MMMB0 80.00A80>    at scbus0 target 0 lun 0 (ada0,pass0)
<ST3000DM001-9YN166 CC4C>          at scbus4 target 0 lun 0 (ada1,pass1)
<WDC WD30EZRX-00MMMB0 80.00A80>    at scbus4 target 1 lun 0 (ada2,pass2)
<WDC WD30EZRX-00MMMB0 80.00A80>    at scbus5 target 0 lun 0 (ada3,pass3)
<ST3000DM001-9YN166 CC4C>          at scbus5 target 1 lun 0 (ada4,pass4)
<ASUS DRW-24B1ST   a 1.04>         at scbus6 target 0 lun 0 (cd0,pass5)
<Hitachi HDS5C3030ALA630 MEAOA580>  at scbus7 target 0 lun 0 (ada5,pass6)
< USB Flash Memory 1.00>           at scbus8 target 0 lun 0 (pass7,da0)
 
I believe the 
bold items are 2TB disks.
Yet 
zpool status, 
gpart show and the console only show 
5 disks:
Code:
 pool: raid-5x3
 state: ONLINE
status: One or more devices has experienced an error resulting in data
	corruption.  Applications may be affected.
action: Restore the file in question if possible.  Otherwise restore the
	entire pool from backup.
   see: http://www.sun.com/msg/ZFS-8000-8A
 scrub: resilver in progress for 1h30m, 9.94% done, 13h40m to go
config:
	NAME        STATE     READ WRITE CKSUM
	raid-5x3    ONLINE       0     0     0
	  raidz1    ONLINE       0     0     0
	    ada1p2  ONLINE       0     0     0
	    ada2p2  ONLINE       0     0     0  121M resilvered
	    ada4p2  ONLINE       0     0     0
	    ada5p2  ONLINE       0     0     0  213G resilvered
	    ada3p2  ONLINE       0     0     0
errors: 7607009 data errors, use '-v' for a list
 
Why does 
ada0 not show up?
EDIT:  Oh, I see now, ada0 appears if I "add a volume." So I guess it's just not part of the pool.
Does the fact that it's properly resilvering now mean there's a chance we could get our data back?
Should I replace one of the disks in the pool with the new drive? How would I tell which disk it was that gave me "FAULTED" a couple days ago? (When zpool gave me:
Code:
     NAME                      STATE     READ WRITE CKSUM
     raid-5x3                  DEGRADED     0     0 7.29M
       raidz1                  DEGRADED     0     0 14.7M
         ada0p2                ONLINE       0     0     0
         10739480653363274060  FAULTED      0     0     0  was /dev/ada1p2
         ada2p2                ONLINE       0     0     0
         ada3p2                ONLINE       0     0     3  254M resilvered
         ada1p2                ONLINE       0     0     0
 
I was going to scrub as soon as the resilver is done.