summaryrefslogtreecommitdiffstats
path: root/sys/dev/ciss/cissvar.h
diff options
context:
space:
mode:
authorps <ps@FreeBSD.org>2003-02-05 08:43:46 +0000
committerps <ps@FreeBSD.org>2003-02-05 08:43:46 +0000
commit0eca408203af42b507f3bd31ee7949304aa8a26d (patch)
tree75fcd112d3b72019aa821398b5ceaabd92d11151 /sys/dev/ciss/cissvar.h
parent79b6a6c38cc108fee126e8cceebeeb370c0cda6d (diff)
downloadFreeBSD-src-0eca408203af42b507f3bd31ee7949304aa8a26d.zip
FreeBSD-src-0eca408203af42b507f3bd31ee7949304aa8a26d.tar.gz
Properly get the drive geometry from the controller. This should
fix booting off of volumes > 255GB.
Diffstat (limited to 'sys/dev/ciss/cissvar.h')
-rw-r--r--sys/dev/ciss/cissvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h
index 5baa136..4c102e0 100644
--- a/sys/dev/ciss/cissvar.h
+++ b/sys/dev/ciss/cissvar.h
@@ -158,6 +158,7 @@ struct ciss_ldrive
struct ciss_bmic_id_ldrive *cl_ldrive;
struct ciss_bmic_id_lstatus *cl_lstatus;
+ struct ciss_ldrive_geometry cl_geometry;
char cl_name[16]; /* device name */
};
OpenPOWER on IntegriCloud