diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-28 13:40:56 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-11-28 13:40:56 +0000 |
commit | c94e92c642bc5d7769666724e3d0fa5884e72c6a (patch) | |
tree | 3cb3ca6b667a63554dac04d470894b4d490f7940 /sys/scsi | |
parent | 8d26a577937b949de6da7bdb193aa0cd522bad74 (diff) |
remove a comment that was describing a behaviour that was changed over nine
years ago.
Diffstat (limited to 'sys/scsi')
-rw-r--r-- | sys/scsi/scsiconf.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/scsi/scsiconf.h b/sys/scsi/scsiconf.h index afb6f531a39..2ca21be321f 100644 --- a/sys/scsi/scsiconf.h +++ b/sys/scsi/scsiconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: scsiconf.h,v 1.78 2006/11/26 11:15:22 dlg Exp $ */ +/* $OpenBSD: scsiconf.h,v 1.79 2006/11/28 13:40:55 dlg Exp $ */ /* $NetBSD: scsiconf.h,v 1.35 1997/04/02 02:29:38 mycroft Exp $ */ /* @@ -126,12 +126,6 @@ struct scsi_device { void (*start)(void *); int (*async)(void); - /* - * When called with `0' as the second argument, we expect status - * back from the upper-level driver. When called with a `1', - * we're simply notifying the upper-level driver that the command - * is complete and expect no status back. - */ void (*done)(struct scsi_xfer *); }; |