summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/asc.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-30 21:17:13 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-30 21:17:13 +0000
commit42bee8c8d91174f2fc5fa0f7bd3004fcb03903a1 (patch)
treef16f0aebdaed6c61530ecb6636f4f63cfa0b98c0 /sys/i386/isa/asc.c
parentb42b04fa8508860f70837f3f765e76184a8b16d7 (diff)
downloadFreeBSD-src-42bee8c8d91174f2fc5fa0f7bd3004fcb03903a1.zip
FreeBSD-src-42bee8c8d91174f2fc5fa0f7bd3004fcb03903a1.tar.gz
Apply a similar fix as in gsc.c rev 1.23.
Pointed out by: bde
Diffstat (limited to 'sys/i386/isa/asc.c')
-rw-r--r--sys/i386/isa/asc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/isa/asc.c b/sys/i386/isa/asc.c
index 173784a..6ad738d 100644
--- a/sys/i386/isa/asc.c
+++ b/sys/i386/isa/asc.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
- * $Id: asc.c,v 1.20 1996/06/18 01:22:12 bde Exp $
+ * $Id: asc.c,v 1.21 1996/09/06 23:07:09 phk Exp $
*/
#include "asc.h"
@@ -652,7 +652,6 @@ ascclose(dev_t dev, int flags, int fmt, struct proc *p)
isa_dma_release(scu->dma_num);
/* --- disable interrupts on the controller (sub_24) --- */
- scu->sbuf.base = NULL;
scu->sbuf.size = INVALID;
scu->sbuf.rptr = INVALID;
OpenPOWER on IntegriCloud