aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mcd/mcdreg.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-02-02 20:50:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-02-02 20:50:04 +0000
commit4a52a30aff974ea8fe4be2c2d7efde6fd722f0f4 (patch)
tree075cfb18c4dced1e5b6de99ffcb0e6973e50e555 /sys/dev/mcd/mcdreg.h
parent3017478d1cf67cc6965102ce1f9c0061904608cc (diff)
downloadsrc-4a52a30aff974ea8fe4be2c2d7efde6fd722f0f4.tar.gz
src-4a52a30aff974ea8fe4be2c2d7efde6fd722f0f4.zip
Calculate TOC size to match what scsi cd says.
Exchange control<->addr_type fields
Notes
Notes: svn path=/head/; revision=13862
Diffstat (limited to 'sys/dev/mcd/mcdreg.h')
-rw-r--r--sys/dev/mcd/mcdreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mcd/mcdreg.h b/sys/dev/mcd/mcdreg.h
index 2b40059169c5..146159a7cc24 100644
--- a/sys/dev/mcd/mcdreg.h
+++ b/sys/dev/mcd/mcdreg.h
@@ -41,7 +41,7 @@
* the manufacturer or anyone else might provide better documentation,
* so this file (and the driver) will then have a better quality.
*
- * $Id: mcdreg.h,v 1.9 1996/01/30 10:31:12 ache Exp $
+ * $Id: mcdreg.h,v 1.10 1996/02/01 17:19:46 ache Exp $
*/
#ifndef MCD_H
@@ -178,8 +178,8 @@ struct mcd_volinfo {
};
struct mcd_qchninfo {
- u_char control:4;
u_char addr_type:4;
+ u_char control:4;
u_char trk_no;
u_char idx_no;
bcd_t trk_size_msf[3];