diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-26 18:11:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-26 18:11:08 +0000 |
commit | f8bc9fc741886cdb6606326d80da919ef2cee3af (patch) | |
tree | 4decb901bc12213704e4480826aacfd964a9790f /sys/arch/alpha/conf/MACALLAN | |
parent | 831ca5b10c8b11a58332ed94e3d3e0b501127aa0 (diff) |
from netbsd; rename TC 'asic' to 'ioasic'
Diffstat (limited to 'sys/arch/alpha/conf/MACALLAN')
-rw-r--r-- | sys/arch/alpha/conf/MACALLAN | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sys/arch/alpha/conf/MACALLAN b/sys/arch/alpha/conf/MACALLAN index bb81245b754..2dfff09b113 100644 --- a/sys/arch/alpha/conf/MACALLAN +++ b/sys/arch/alpha/conf/MACALLAN @@ -1,4 +1,4 @@ -# $NetBSD: MACALLAN,v 1.6 1995/11/23 02:35:13 cgd Exp $ +# $NetBSD: MACALLAN,v 1.7 1995/12/20 00:14:17 cgd Exp $ # # Kernel for macallan.dssc.cs.cmu.edu. @@ -41,15 +41,18 @@ config netbsd root on sd0 swap on sd0 and sd1 mainbus0 at root cpu* at mainbus0 +# TurboChannel host bus adapter support +tcasic* at mainbus0 + # TurboChannel bus support -tc* at mainbus0 +tc* at tcasic? # TurboChannel devices -asic0 at tc? slot ? offset ? -clock0 at asic? offset ? -le0 at asic? offset ? -scc0 at asic? offset ? -scc1 at asic? offset ? +ioasic0 at tc? slot ? offset ? +clock0 at ioasic? offset ? +le0 at ioasic? offset ? +scc0 at ioasic? offset ? +scc1 at ioasic? offset ? tcds0 at tc? slot ? offset ? esp0 at tcds? slot ? esp1 at tcds? slot ? |