summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-03-11 08:03:07 +0000
committerluigi <luigi@FreeBSD.org>2002-03-11 08:03:07 +0000
commit04d8a3dc77c0cc4a30df2769d77b736ceac24ab3 (patch)
treeb8685fcbd23cfc912c14154870b3a60b9cc0b969
parent22c75bf1c95925ca749760aa92580541ac2e6196 (diff)
downloadFreeBSD-src-04d8a3dc77c0cc4a30df2769d77b736ceac24ab3.zip
FreeBSD-src-04d8a3dc77c0cc4a30df2769d77b736ceac24ab3.tar.gz
Make this compile again (increase MFS size, remove invalid option).
Reported-by: Bruce Montague
-rw-r--r--release/picobsd/router/PICOBSD10
1 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD
index e74f7bc..8f6b93e 100644
--- a/release/picobsd/router/PICOBSD
+++ b/release/picobsd/router/PICOBSD
@@ -3,8 +3,8 @@
#
#Line starting with #PicoBSD contains PicoBSD build parameters
#marker def_sz init MFS_inodes floppy_inodes
-#PicoBSD 820 oinit 3072 32768
-options MD_ROOT_SIZE=820 # same as def_sz
+#PicoBSD 2000 oinit 3072 32768
+options MD_ROOT_SIZE=2000 # same as def_sz
hints "PICOBSD.hints"
machine i386
@@ -13,7 +13,7 @@ cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident PICOBSD
-maxusers 10
+#maxusers 10
#options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
@@ -27,7 +27,6 @@ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options IPFIREWALL
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPDIVERT
-options PCI_QUIET
#options DEVFS
options NO_SWAPPING
# Support for bridging and bandwidth limiting
@@ -54,7 +53,8 @@ device sio
# The following Ethernet NICs are all PCI devices.
#
-device de
+device miibus
+device dc
device fxp
# Order is important here due to intrusive probes, do *not* alphabetize
OpenPOWER on IntegriCloud