diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-29 03:42:29 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-09-29 03:42:29 +0000 |
commit | e1524082576895812f0b3cdce8bd85adb309600f (patch) | |
tree | 1a9210efaaaba495667e266b5a8a3081c2019e25 /sys/arch/i386/conf | |
parent | 34fa754d3ed747cdda822208ebd5e45432353638 (diff) |
apm0 at bios0
configs will be updated
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0aa640a7896..de7e9444655 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.49 1997/09/24 18:19:45 niklas Exp $ +# $OpenBSD: GENERIC,v 1.50 1997/09/29 03:42:23 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -36,7 +36,7 @@ config bsd swap generic mainbus0 at root bios0 at mainbus0 -apm0 at mainbus0 +apm0 at bios0 option APM_NOIDLE isa0 at mainbus0 eisa0 at mainbus0 diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index 11b1ffb974f..0c77e6a5c56 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.15 1997/09/24 18:19:46 niklas Exp $ +# $OpenBSD: RAMDISK,v 1.16 1997/09/29 03:42:23 mickey Exp $ # from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp # # Install kernels no longer support X. @@ -51,8 +51,9 @@ config bsd root on rd0a swap on rd0b mainbus0 at root bios0 at mainbus0 -apm0 at mainbus0 +apm0 at bios0 option APM_NOIDLE +option APMDEBUG isa0 at mainbus0 eisa0 at mainbus0 pci0 at mainbus0 |