diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-07 18:18:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-07-07 18:18:50 +0000 |
commit | 03d5e6c6bdbff6d814cb7489cb21c6d6e77d028b (patch) | |
tree | 48dae837053ca4376f6f89d4b877811d647825cc /sys/arch/alpha/conf | |
parent | 7e29617cd78ffca181511de83b05b8b50dcd2614 (diff) |
Add isadma to bsd.rd, for proper isapnp operation.
Found the hard way by pvalchev@
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/RAMDISKBIG | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/RAMDISKBIG b/sys/arch/alpha/conf/RAMDISKBIG index f73483d515b..8f6fff45a18 100644 --- a/sys/arch/alpha/conf/RAMDISKBIG +++ b/sys/arch/alpha/conf/RAMDISKBIG @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKBIG,v 1.32 2002/07/05 08:08:06 miod Exp $ +# $OpenBSD: RAMDISKBIG,v 1.33 2002/07/07 18:18:49 miod 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. @@ -221,6 +221,7 @@ ukphy* at mii? phy ? # "unknown" PHYs isa* at pceb? eisa* at pceb? isa* at sio? +isadma0 at isa? isapnp0 at isa? # ISA devices |