diff options
Diffstat (limited to 'sys/dev/tc/asc.c')
-rw-r--r-- | sys/dev/tc/asc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tc/asc.c b/sys/dev/tc/asc.c index ab8634bebda..6bf47cc5312 100644 --- a/sys/dev/tc/asc.c +++ b/sys/dev/tc/asc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: asc.c,v 1.23 2008/06/26 05:42:18 ray Exp $ */ +/* $OpenBSD: asc.c,v 1.24 2009/02/16 21:19:07 miod Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -72,7 +72,7 @@ struct cfdriver asc_cd = { struct scsi_adapter asc_switch = { ncr53c9x_scsi_cmd, - minphys, /* no max at this level; handled by DMA code */ + scsi_minphys, /* no max at this level; handled by DMA code */ NULL, NULL, }; |