summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/mcdreg.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-01-30 10:31:12 +0000
committerache <ache@FreeBSD.org>1996-01-30 10:31:12 +0000
commitb2ad84f5ce4ebeb44b8e31628cc9c8040c1a2a29 (patch)
tree26b36200462759d42bc3a714489d61912248b0b6 /sys/i386/isa/mcdreg.h
parente7566de9d1b4fde9281541812c7464c241942861 (diff)
downloadFreeBSD-src-b2ad84f5ce4ebeb44b8e31628cc9c8040c1a2a29.zip
FreeBSD-src-b2ad84f5ce4ebeb44b8e31628cc9c8040c1a2a29.tar.gz
Fix audio part, especially READTOCENTRYS inspired by NetBSD driver
and my own ideas
Diffstat (limited to 'sys/i386/isa/mcdreg.h')
-rw-r--r--sys/i386/isa/mcdreg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/isa/mcdreg.h b/sys/i386/isa/mcdreg.h
index d5ece62..4c21b12 100644
--- a/sys/i386/isa/mcdreg.h
+++ b/sys/i386/isa/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.7 1995/01/30 06:44:40 ache Exp $
+ * $Id: mcdreg.h,v 1.8 1995/05/30 08:02:45 rgrimes Exp $
*/
#ifndef MCD_H
@@ -178,7 +178,8 @@ struct mcd_volinfo {
};
struct mcd_qchninfo {
- u_char ctrl_adr;
+ u_char control:4;
+ u_char addr_type:4;
u_char trk_no;
u_char idx_no;
bcd_t trk_size_msf[3];
OpenPOWER on IntegriCloud