From: Matthew Dillon Date: Thu, 12 Jul 2007 00:25:57 +0000 (+0000) Subject: Add an sc_maxiosize field which the ccd driver now needs. X-Git-Tag: v2.0.1~2593 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f145d89443094d3ccacce3db8e7850c03dfd02fa Add an sc_maxiosize field which the ccd driver now needs. Submitted-by: Peter Avalos --- diff --git a/sys/sys/ccdvar.h b/sys/sys/ccdvar.h index b0c7af6019..230377f8e6 100644 --- a/sys/sys/ccdvar.h +++ b/sys/sys/ccdvar.h @@ -1,5 +1,5 @@ /* $FreeBSD: src/sys/sys/ccdvar.h,v 1.11.2.1 2001/09/11 09:49:54 kris Exp $ */ -/* $DragonFly: src/sys/sys/ccdvar.h,v 1.6 2007/05/17 03:20:11 dillon Exp $ */ +/* $DragonFly: src/sys/sys/ccdvar.h,v 1.7 2007/07/12 00:25:57 dillon Exp $ */ /* $NetBSD: ccdvar.h,v 1.7.2.1 1995/10/12 21:30:18 thorpej Exp $ */ @@ -206,6 +206,7 @@ struct ccd_softc { int sc_cflags; /* configuration flags */ u_int64_t sc_size; /* size of ccd in sectors */ int sc_ileave; /* interleave */ + int sc_maxiosize; /* maximum I/O size */ u_int sc_nccdisks; /* number of components */ #define CCD_MAXNDISKS 65536 struct ccdcinfo *sc_cinfo; /* component info */