diff options
author | Eric Jackson <ericj@cvs.openbsd.org> | 2000-07-05 21:55:38 +0000 |
---|---|---|
committer | Eric Jackson <ericj@cvs.openbsd.org> | 2000-07-05 21:55:38 +0000 |
commit | ef0a58f34fc6dfd0c01ab039fdb4202dac8a9b5d (patch) | |
tree | 47fb40043a159c600ea6337e0bcd6c394d33d3ee /sys/arch/alpha/conf | |
parent | e7194f7e290b2169939de6088db18112269bd9a4 (diff) |
convert these config's to use asc as well
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/ALPHA | 8 | ||||
-rw-r--r-- | sys/arch/alpha/conf/AXPPCI33 | 8 | ||||
-rw-r--r-- | sys/arch/alpha/conf/RAMDISK | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index a6aab533394..3eaf3c89fb4 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -1,4 +1,4 @@ -# $OpenBSD: ALPHA,v 1.13 1999/01/08 03:16:15 niklas Exp $ +# $OpenBSD: ALPHA,v 1.14 2000/07/05 21:55:36 ericj Exp $ # $NetBSD: ALPHA,v 1.30 1996/12/03 17:25:27 cgd Exp $ # # Alpha kernel with all the options you'd want, and more. @@ -108,8 +108,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 ? @@ -160,7 +160,7 @@ vga* at isa? # ISA (EISA: XXX) VGA fea* at eisa? slot ? # DEC DEFEA FDDI cards # SCSI bus support -scsibus* at esp? +scsibus* at asc? scsibus* at ncr? # SCSI devices diff --git a/sys/arch/alpha/conf/AXPPCI33 b/sys/arch/alpha/conf/AXPPCI33 index d6bf9d710b0..bd47fe71db2 100644 --- a/sys/arch/alpha/conf/AXPPCI33 +++ b/sys/arch/alpha/conf/AXPPCI33 @@ -1,4 +1,4 @@ -# $OpenBSD: AXPPCI33,v 1.5 1999/01/08 03:16:15 niklas Exp $ +# $OpenBSD: AXPPCI33,v 1.6 2000/07/05 21:55:37 ericj Exp $ # # Generic Alpha AXPPCI33 (NoName) kernel. # Enough to get booted, etc., but not much more. @@ -82,8 +82,8 @@ cpu* at mainbus0 #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 ? @@ -140,7 +140,7 @@ ne1 at isa? port 0x300 irq 10 # NE[12]000 ethernet cards #fea* at eisa? slot ? # DEC DEFEA FDDI cards # SCSI bus support -#scsibus* at esp? +#scsibus* at asc? scsibus* at ncr? # SCSI devices diff --git a/sys/arch/alpha/conf/RAMDISK b/sys/arch/alpha/conf/RAMDISK index a40ff676f84..410f55e7ff3 100644 --- a/sys/arch/alpha/conf/RAMDISK +++ b/sys/arch/alpha/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.28 2000/07/03 19:15:34 niklas Exp $ +# $OpenBSD: RAMDISK,v 1.29 2000/07/05 21:55:36 ericj Exp $ # $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -87,8 +87,8 @@ cpu* at mainbus0 #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 ? @@ -171,7 +171,7 @@ ne2 at isa? port 0x280 irq 9 # NE[12]000 ethernet cards #scsibus* at atapiscsi? # SCSI bus support -#scsibus* at esp? +#scsibus* at asc? scsibus* at ncr? # SCSI devices |