diff options
author | dgregor <dgregor@cvs.openbsd.org> | 1997-08-05 00:05:48 +0000 |
---|---|---|
committer | dgregor <dgregor@cvs.openbsd.org> | 1997-08-05 00:05:48 +0000 |
commit | 2304f6762e6b83eefb301db86725794ff35f2cb6 (patch) | |
tree | d1e549a0a44e7b3a4182f5d4da97f0a184ba15df /sys/arch/alpha | |
parent | 5e3dde29317a4a138aca54297f59fa785f27e75e (diff) |
Add cy0 (cyclades)
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index b4106a8dfe0..09dc1e17664 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 1997/07/24 06:04:16 niklas Exp $ +# $OpenBSD: GENERIC,v 1.26 1997/08/05 00:05:47 dgregor 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. @@ -105,6 +105,8 @@ wdc0 at isa? port 0x1f0 irq 14 # ST506, ESDI, and IDE wd* at wdc? drive ? atapibus* at wdc? acd* at atapibus? drive? +cy0 at isa? iomem 0xd4000 irq 12 # ISA cyclom card + # EISA devices fea* at eisa? slot ? # DEC DEFEA FDDI cards |