Unbreak the SCSI drivers. Move the callout_init() from xpt_get_ccb() to
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 17 Sep 2004 09:09:21 +0000 (09:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 17 Sep 2004 09:09:21 +0000 (09:09 +0000)
commit5a8f60a39b73ce3528b5e08e1e006a226d15bfc4
tree435b3b606f7aa3cad47aa0804e6331b779dc0561
parent1d4e3033765c5fd64eaa2f77ee623c5c851af5fd
Unbreak the SCSI drivers.  Move the callout_init() from xpt_get_ccb() to
xpt_setup_ccb().  Otherwise the callout for stack-based ccb's (and there
are a LOT of them) will not be properly initialized.  The only caller of
xpt_get_ccb() also calls xpt_setup_ccb().
sys/bus/cam/cam_xpt.c