summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wd_cd.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>1998-10-15 08:11:55 +0000
committersos <sos@FreeBSD.org>1998-10-15 08:11:55 +0000
commit42b4d56210315f67aa489b5ea260b3e6b83749dc (patch)
treed647ac810905f7f4077c3a6dfccec677d2f736bc /sys/i386/isa/wd_cd.h
parente41ce00c8d084c093a0cdfbbcbb6cd3938bd3b4e (diff)
downloadFreeBSD-src-42b4d56210315f67aa489b5ea260b3e6b83749dc.zip
FreeBSD-src-42b4d56210315f67aa489b5ea260b3e6b83749dc.tar.gz
Make the next_writeable address specific for each drive, there might
be more than one burner online.
Diffstat (limited to 'sys/i386/isa/wd_cd.h')
-rw-r--r--sys/i386/isa/wd_cd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/wd_cd.h b/sys/i386/isa/wd_cd.h
index 29da547..11aaf31 100644
--- a/sys/i386/isa/wd_cd.h
+++ b/sys/i386/isa/wd_cd.h
@@ -25,7 +25,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: atapi-cd.h,v 1.2 1998/09/02 08:47:31 sos Exp sos $
+ * $Id: atapi-cd.h,v 1.1 1998/09/08 20:57:47 sos Exp $
*/
/*
@@ -343,8 +343,8 @@ struct acd {
u_int block_size; /* Blocksize currently used */
u_char dummy; /* Use dummy writes */
u_char speed; /* Select drive speed */
+ u_int next_writeable_lba; /* Next writable position */
struct wormio_prepare_track preptrack; /* Scratch region */
-
#ifdef DEVFS
void *ra_devfs_token;
void *rc_devfs_token;
OpenPOWER on IntegriCloud