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/GENERIC_NFS | |
parent | 831ca5b10c8b11a58332ed94e3d3e0b501127aa0 (diff) |
from netbsd; rename TC 'asic' to 'ioasic'
Diffstat (limited to 'sys/arch/alpha/conf/GENERIC_NFS')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC_NFS | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/sys/arch/alpha/conf/GENERIC_NFS b/sys/arch/alpha/conf/GENERIC_NFS index d85cfab8627..cb7f540af64 100644 --- a/sys/arch/alpha/conf/GENERIC_NFS +++ b/sys/arch/alpha/conf/GENERIC_NFS @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_NFS,v 1.3 1995/11/23 02:35:06 cgd Exp $ +# $NetBSD: GENERIC_NFS,v 1.4 1995/12/20 00:14:16 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -56,15 +56,18 @@ config netbsd_nfs root on nfs swap on nfs 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 ? |