From e7194f7e290b2169939de6088db18112269bd9a4 Mon Sep 17 00:00:00 2001 From: Eric Jackson Date: Wed, 5 Jul 2000 21:52:08 +0000 Subject: change these to use asc as well --- sys/arch/alpha/conf/GENERIC | 8 ++++---- sys/arch/alpha/conf/files.alpha | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'sys/arch/alpha/conf') diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 62e38655cb2..706e6808f9d 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.50 2000/07/03 20:13:00 ericj Exp $ +# $OpenBSD: GENERIC,v 1.51 2000/07/05 21:52:07 ericj Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -47,8 +47,8 @@ le* at ioasic? offset ? scc0 at ioasic? offset ? scc1 at ioasic? offset ? tcds0 at tc? slot ? offset ? -esp0 at tcds? slot ? -esp1 at tcds? slot ? +asc0 at tcds? slot ? +asc1 at tcds? slot ? cfb* at tc? slot ? offset ? sfb* at tc? slot ? offset ? le* at tc? slot ? offset ? @@ -142,7 +142,7 @@ atapiscsi* at wdc? channel ? scsibus* at atapiscsi? # SCSI bus support -scsibus* at esp? +scsibus* at asc? scsibus* at ncr? #scsibus* at ahc? #scsibus* at aic? diff --git a/sys/arch/alpha/conf/files.alpha b/sys/arch/alpha/conf/files.alpha index 2db6c6bab86..5c819dfbac2 100644 --- a/sys/arch/alpha/conf/files.alpha +++ b/sys/arch/alpha/conf/files.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: files.alpha,v 1.32 2000/07/03 20:14:22 ericj Exp $ +# $OpenBSD: files.alpha,v 1.33 2000/07/05 21:52:07 ericj Exp $ # $NetBSD: files.alpha,v 1.32 1996/11/25 04:03:21 cgd Exp $ # # alpha-specific configuration info @@ -90,9 +90,10 @@ attach tcds at tc file arch/alpha/tc/tcds.c tcds needs-count # 53C[F]90 SCSI -attach esp at tcds -file arch/alpha/tc/esp.c esp needs-count -file arch/alpha/tc/tcds_dma.c esp +device asc: scsi +attach asc at tcds +file arch/alpha/tc/asc.c asc needs-count +file arch/alpha/tc/tcds_dma.c asc # Baseboard Lance ethernet. attach le at ioasic with le_ioasic -- cgit v1.2.3