summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/matcd
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-12-02 21:07:20 +0000
committerphk <phk@FreeBSD.org>1997-12-02 21:07:20 +0000
commita1bfb618d996ea613b9d640d00950f5ffef739db (patch)
treed373e61301d1dc027cf0572e25d38f7a9f63450d /sys/i386/isa/matcd
parentbf21e6b4e0e85ae08cb5d1f2335da248f52e2d26 (diff)
downloadFreeBSD-src-a1bfb618d996ea613b9d640d00950f5ffef739db.zip
FreeBSD-src-a1bfb618d996ea613b9d640d00950f5ffef739db.tar.gz
In all such uses of struct buf: 's/b_un.b_addr/b_data/g'
Diffstat (limited to 'sys/i386/isa/matcd')
-rw-r--r--sys/i386/isa/matcd/matcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/matcd/matcd.c b/sys/i386/isa/matcd/matcd.c
index b1356af..4c58561 100644
--- a/sys/i386/isa/matcd/matcd.c
+++ b/sys/i386/isa/matcd/matcd.c
@@ -337,7 +337,7 @@ static char MATCDVERSION[]="Version 1(26) 18-Oct-95";
static char MATCDCOPYRIGHT[] = "Matsushita CD-ROM driver, Copr. 1994,1995 Frank Durda IV";
/* The proceeding strings may not be changed*/
-/* $Id: matcd.c,v 1.29 1997/09/21 21:42:18 gibbs Exp $ */
+/* $Id: matcd.c,v 1.30 1997/11/07 08:52:48 phk Exp $ */
/*---------------------------------------------------------------------------
Include declarations
@@ -1958,7 +1958,7 @@ nextblock:
#ifdef DEBUGIO
printf("matcd%d: Data Phase\n",ldrive);
#endif /*DEBUGIO*/
- addr=bp->b_un.b_addr + mbx->skip;
+ addr=bp->b_data + mbx->skip;
#ifdef DEBUGIO
printf("matcd%d: Xfer Addr %x size %x",
ldrive,(unsigned int)addr,mbx->sz);
OpenPOWER on IntegriCloud