diff --git a/sys/arch/pmppc/conf/INSTALL b/sys/arch/pmppc/conf/INSTALL index b18d2ecb9034..379ed2ebb53d 100644 --- a/sys/arch/pmppc/conf/INSTALL +++ b/sys/arch/pmppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.8 2004/01/30 14:25:54 augustss Exp $ +# $NetBSD: INSTALL,v 1.9 2004/02/21 11:38:28 augustss Exp $ # # INSTALL # @@ -18,7 +18,7 @@ maxusers 32 options MEMORY_DISK_HOOKS options MEMORY_DISK_IS_ROOT # force root on memory disk options MEMORY_DISK_SERVER=0 # no userspace memory disk support -options MEMORY_DISK_ROOT_SIZE=5120 # size of memory disk, in blocks +options MEMORY_DISK_ROOT_SIZE=4000 # size of memory disk, in blocks options INSECURE # disable kernel security levels @@ -111,7 +111,7 @@ options INET # IP + ICMP + TCP + UDP # These options enable verbose messages for several subsystems. # Warning, these may compile large string tables into the kernel! -options PCIVERBOSE # verbose PCI device autoconfig messages +#options PCIVERBOSE # verbose PCI device autoconfig messages #options MIIVERBOSE # verbose PHY autoconfig messages #options PCI_CONFIG_DUMP # verbosely dump PCI config space #options SCSIVERBOSE # human readable SCSI error messages @@ -151,7 +151,7 @@ pseudo-device md 1 # memory disk device pseudo-device loop # network loopback pseudo-device bpfilter 8 # packet filter #pseudo-device ipfilter # IP filter (firewall) and NAT -pseudo-device ppp 2 # Point-to-Point Protocol +#pseudo-device ppp 2 # Point-to-Point Protocol #pseudo-device sl 2 # Serial Line IP #pseudo-device tun 4 # network tunneling over tty #pseudo-device gre 2 # generic L3 over IP tunnel