diff --git a/sys/arch/macppc/conf/POWERMAC b/sys/arch/macppc/conf/POWERMAC index 32f31776b984..921d32d07685 100644 --- a/sys/arch/macppc/conf/POWERMAC +++ b/sys/arch/macppc/conf/POWERMAC @@ -1,4 +1,4 @@ -# $NetBSD: POWERMAC,v 1.11 1998/07/29 05:38:04 tsubai Exp $ +# $NetBSD: POWERMAC,v 1.12 1998/09/03 15:11:52 tsubai Exp $ # # POWERMAC config file # @@ -9,7 +9,6 @@ maxusers 32 # Standard system options options BUFPAGES=1200 -options UVM # Diagnostic/debugging support options options DIAGNOSTIC # cheap kernel consistency checks @@ -61,7 +60,7 @@ pci0 at mainbus0 bus ? pci1 at mainbus0 bus ? pchb* at pci? dev ? function ? # PCI-Host bridges -#macofcons0 at pci? dev ? function ? # Openfirmware console +#macofcons0 at pci? dev ? function ? # Openfirmware console de* at pci? dev ? function ? # DEC 21x4x-based Ethernet ep* at pci? dev ? function ? diff --git a/sys/arch/macppc/conf/std.macppc b/sys/arch/macppc/conf/std.macppc index 2543b1d28b45..678088ad075b 100644 --- a/sys/arch/macppc/conf/std.macppc +++ b/sys/arch/macppc/conf/std.macppc @@ -1,4 +1,4 @@ -# $NetBSD: std.macppc,v 1.3 1998/09/03 14:10:56 tsubai Exp $ +# $NetBSD: std.macppc,v 1.4 1998/09/03 15:11:52 tsubai Exp $ # # Standard/required options for NetBSD/macppc. @@ -19,5 +19,5 @@ options DEVPAGER # mmap() of devices; REQUIRED # UVM is the standard VM system on NetBSD/powerpc. # XXX not yet, apparently. -#options UVM # New UVM VM system +options UVM # New UVM VM system #options PMAP_NEW # UVM's new pmap interface