diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-01 18:41:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-12-01 18:41:49 +0000 |
commit | b14cfa83c45cc26a5739945c9309be47c5d10f9b (patch) | |
tree | 5ae70e1afee3916585bf0d46c82c8b9c5cbbd5fa /sys/arch/macppc | |
parent | 8f23a50ace09e2cd40568b4864f12f354d78cf45 (diff) |
change to WSEMUL_NO_DUMB
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index b1efa944efa..72750d2e89a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.6 2001/11/13 14:31:52 drahn Exp $ +# $OpenBSD: GENERIC,v 1.7 2001/12/01 18:41:48 deraadt Exp $ # # PPC GENERIC config file # @@ -16,7 +16,6 @@ option PPC_MPC106_BUG option PCIVERBOSE option USBVERBOSE #option MACOBIOVERBOSE -option WSEMUL_NO_DUMB #option PPC_VECTOR_SUPPORTED option USER_PCICONF # user-space PCI configuration diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 9b739fad8d6..0ae9921d919 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.3 2001/10/10 23:43:42 millert Exp $ +# $OpenBSD: RAMDISK,v 1.4 2001/12/01 18:41:48 deraadt Exp $ # # PPC GENERIC config file # @@ -14,7 +14,6 @@ option SYS_TYPE=APPL option FIREPOWERBUGS option PPC_MPC106_BUG option PCIVERBOSE -option WSEMUL_NO_DUMB # include "../../../conf/GENERIC" option TIMEZONE=0 # time zone to adjust RTC time by |