diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-21 12:16:05 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-01-21 12:16:05 +0000 |
commit | b985970334405a34a25fd39480c8c1a991e6e5b1 (patch) | |
tree | 6a9dda228fd808babb8238f8b4368fb687dba779 | |
parent | 3faec65993089034d4b6a639af0424b9f8b25dce (diff) |
remove obsolete comment
-rw-r--r-- | sys/dev/ccd.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ccd.c b/sys/dev/ccd.c index 06dadf44838..52db789163d 100644 --- a/sys/dev/ccd.c +++ b/sys/dev/ccd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ccd.c,v 1.25 1998/01/09 14:36:11 niklas Exp $ */ +/* $OpenBSD: ccd.c,v 1.26 1998/01/21 12:16:04 niklas Exp $ */ /* $NetBSD: ccd.c,v 1.33 1996/05/05 04:21:14 thorpej Exp $ */ /*- @@ -162,11 +162,6 @@ struct ccdbuf { #define CBF_MIRROR 0x01 /* we're for a mirror component */ #define CBF_OLD 0x02 /* use old I/O protocol */ - /* - * XXX These statically sized scatter/gather parameter vectors - * should maybe be dynamic instead... but that costs malloc time - * in ccdstart. - */ int cb_sgcnt; /* scatter/gather segment count */ struct ccdseg *cb_sg; /* scatter/gather segments */ }; |