diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-02-14 19:38:27 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-02-14 19:38:27 +0000 |
| commit | 50ae5fde8d275e57e290c224f774b1be55d24deb (patch) | |
| tree | 15999acb21405570eeb89fd497c45b18288d7233 /sys/dev/trm | |
| parent | 9290c85988e864de698cfb7947c9a351f4cb9e96 (diff) | |
Notes
Diffstat (limited to 'sys/dev/trm')
| -rw-r--r-- | sys/dev/trm/trm.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 26ab35239e7f..e7d5aad6d77d 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -747,15 +747,6 @@ trm_action(struct cam_sim *psim, union ccb *pccb) xpt_done(pccb); break; /* - * (Re)Scan the SCSI Bus - * Rescan the given bus, or bus/target/lun - */ - case XPT_SCAN_BUS: - TRM_DPRINTF(" XPT_SCAN_BUS \n"); - pccb->ccb_h.status = CAM_REQ_INVALID; - xpt_done(pccb); - break; - /* * Get EDT entries matching the given pattern */ case XPT_DEV_MATCH: @@ -819,15 +810,6 @@ trm_action(struct cam_sim *psim, union ccb *pccb) xpt_done(pccb); break; /* - * Scan Logical Unit - */ - case XPT_SCAN_LUN: - TRM_DPRINTF(" XPT_SCAN_LUN \n"); - pccb->ccb_h.status = CAM_REQ_INVALID; - xpt_done(pccb); - break; - - /* * Get/Set transfer rate/width/disconnection/tag queueing * settings * (GET) default/user transfer settings for the target |
