diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-07-05 21:50:40 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-07-05 21:50:40 +0000 |
commit | e1f86d8050f7833c3acc78d4e8573c8ac98c01da (patch) | |
tree | d605c94c4ba11d5511a0b45debd38236d3bf50bd /sys/arch/alpha/tc/tcds_dma.c | |
parent | d2134cc9d92c7dbde96f758859f0faef2d483c92 (diff) |
change the esp scsi driver name to asc as not to conflict with
the ncr53c9x driver. ok niklas@
Diffstat (limited to 'sys/arch/alpha/tc/tcds_dma.c')
-rw-r--r-- | sys/arch/alpha/tc/tcds_dma.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/alpha/tc/tcds_dma.c b/sys/arch/alpha/tc/tcds_dma.c index 00e9a22db79..8e26331ba34 100644 --- a/sys/arch/alpha/tc/tcds_dma.c +++ b/sys/arch/alpha/tc/tcds_dma.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcds_dma.c,v 1.5 1997/01/24 19:58:23 niklas Exp $ */ +/* $OpenBSD: tcds_dma.c,v 1.6 2000/07/05 21:50:39 ericj Exp $ */ /* $NetBSD: tcds_dma.c,v 1.15 1996/12/04 22:35:08 mycroft Exp $ */ /* @@ -48,8 +48,8 @@ #include <dev/tc/tcvar.h> #include <alpha/tc/tcdsreg.h> #include <alpha/tc/tcdsvar.h> -#include <alpha/tc/espreg.h> -#include <alpha/tc/espvar.h> +#include <alpha/tc/ascreg.h> +#include <alpha/tc/ascvar.h> void tcds_dma_reset(sc) |