summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-28 10:08:04 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1996-09-28 10:08:04 +0000
commit8047d03c1ce86e6368f4130298088101062df5d8 (patch)
tree951b5451821e4787db2c9751496bfee9cebba644 /sys/arch
parentd18b3d61981cc91c84975bd3561373ca30914b98 (diff)
call global system minphys as well
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/arc/dev/asc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/asc.c b/sys/arch/arc/dev/asc.c
index 24780814358..35de8d19872 100644
--- a/sys/arch/arc/dev/asc.c
+++ b/sys/arch/arc/dev/asc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: asc.c,v 1.2 1996/08/26 11:11:59 pefo Exp $ */
+/* $OpenBSD: asc.c,v 1.3 1996/09/28 10:08:03 pefo Exp $ */
/* $NetBSD: asc.c,v 1.10 1994/12/05 19:11:12 dean Exp $ */
/*-
@@ -459,7 +459,7 @@ void asc_minphys __P((struct buf *));
struct scsi_adapter asc_switch = {
asc_scsi_cmd,
-/*XXX*/ asc_minphys, /* no max transfer size, DMA driver negotiates */
+ asc_minphys,
NULL,
NULL,
};
@@ -619,6 +619,7 @@ void
asc_minphys(bp)
struct buf *bp;
{
+ minphys(bp);
}
/*