Creating a ZFS mirror pool
From Peter Pap's Technowiki
It's ridiculously simple:
zpool create name_of_pool mirror disk1 disk2
So it would look like:
zpool create export_pool mirror c0t0d0 c0t1d0
This will create the pool 'export_pool' and will mount it as /export_pool