summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-03-15 21:55:48 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-03-15 21:55:48 +0000
commitc79db8767162cd0aed9fbb47c04b0460fdb7d3cb (patch)
treec02b2bd0c0cd8ef24ce600cb5459fa7c01a053ee /sys/cam/scsi
parent8a8c3a195af46fa7f5e11b369396c50917395148 (diff)
downloadFreeBSD-src-c79db8767162cd0aed9fbb47c04b0460fdb7d3cb.zip
FreeBSD-src-c79db8767162cd0aed9fbb47c04b0460fdb7d3cb.tar.gz
Various typo's.
One minor nit. The speed was displayed wrong when below 1Mb/s.
Diffstat (limited to 'sys/cam/scsi')
-rw-r--r--sys/cam/scsi/scsi_da.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.h b/sys/cam/scsi/scsi_da.h
index 88a0fcd..0ac2f9e 100644
--- a/sys/cam/scsi/scsi_da.h
+++ b/sys/cam/scsi/scsi_da.h
@@ -261,7 +261,7 @@ union disk_pages /* this is the structure copied from osf */
u_int8_t pg_code; /* page code (should be 5) */
#define SMS_FLEXIBLE_GEOMETRY_PAGE 0x05
u_int8_t pg_length; /* page length (should be 0x1E) */
-#define SMS_FLEXIBLE_GEOMETRY_PLEN 0x0x1E
+#define SMS_FLEXIBLE_GEOMETRY_PLEN 0x1E
u_int8_t xfr_rate_1; /* transfer rate (MSB) */
u_int8_t xfr_rate_0; /* transfer rate (LSB) */
u_int8_t nheads; /* number of heads */
OpenPOWER on IntegriCloud