SCSIのPCカードを引っ張り出したのだが
pccarddって無くなったのねとか
結局再起動させてみたりとかしたのだが /etc/devd.conf を見ると
#
# Rescan scsi device-names on attach, but not detach. However, it is
# disabled by default due to reports of problems.
#
attach 0 {
device-name "$scsi-controller-regex";
// action "camcontrol rescan all";
};となっている.アンコメントしてカードを抜き差ししてみてもうまく認識しないっぽい
手動で camcontrol rescan all をやってやればいい模様