Project

General

Profile

Actions

Bug #1692

closed

fix some comments in ahci_cam.c

Added by Johannes.Hofmann about 14 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Hi,

fix some comments in ahci_cam.c:

diff --git a/sys/dev/disk/ahci/ahci_cam.c b/sys/dev/disk/ahci/ahci_cam.c
index e7bcc07..bad6b51 100644
--- a/sys/dev/disk/ahci/ahci_cam.c
+++ b/sys/dev/disk/ahci/ahci_cam.c
@ -136,8 +136,8 @ ahci_cam_attach(struct ahci_port ap)
/
* The state of the port has changed. *
- * If at is NULL the physical port has changed state.
- * If at is non-NULL a particular target behind a PM has changed state.
+ * If atx is NULL the physical port has changed state.
+ * If atx is non-NULL a particular target behind a PM has changed state. * * If found is -1 the target state must be queued to a non-interrupt context. * (only works with at == NULL).
@ -788,7 +788,7 @ ahci_xpt_action(struct cam_sim *sim, union ccb *ccb) * probed. * * Calculate at and atx. at is always non-NULL. atx is only
- * non-NULL for direct-attached devices. It will be NULL for
+ * NULL for direct-attached devices. It will be non-NULL for * devices behind a port multiplier. * * XXX What do we do with a LUN wildcard?

Cheers,
Johannes

Actions #1

Updated by swildner about 12 years ago

  • Description updated (diff)
  • Status changed from New to Closed
  • Assignee deleted (0)

Committed (44a472ba116cfef449c3384381d16e50a9a4bbee).

Thanks!

Actions

Also available in: Atom PDF