diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-11 14:29:56 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-01-11 14:29:56 +0000 |
commit | 5a29b52d01b420bb61a3112d2d44740a0fa99601 (patch) | |
tree | 7d6238740f53a56f5c76ba8256c785b13caaa24a /sys/arch/i386/conf/GENERIC | |
parent | 799a3ea9a9c07e091f5f4e62273c6f105cf86191 (diff) |
Import of CMU's RAIDframe via NetBSD.
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 908756c1c35..721fc4b42a4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.101 1999/01/11 13:09:01 niklas Exp $ +# $OpenBSD: GENERIC,v 1.102 1999/01/11 14:28:57 niklas Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -80,7 +80,7 @@ ast0 at isa? port 0x1a0 irq 5 # AST 4-port serial card pccom* at ast? slave ? #boca0 at isa? port 0x100 irq 5 # BOCA 8-port serial cards #pccom* at boca? slave ? -#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cars +#rtfps0 at isa? port 0x1230 irq 10 # RT 4-port serial cards #pccom* at rtfps? slave ? pccom* at pcmcia? function ? # PCMCIA modems/serial ports pccom* at isapnp? @@ -251,5 +251,6 @@ joy* at isapnp? pseudo-device pctr 1 pseudo-device sequencer 1 +#pseudo-device raid 4 # RAIDframe disk driver #option DEBUG_ISAPNP |