summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2001-06-21 08:56:59 +0000
committerluigi <luigi@FreeBSD.org>2001-06-21 08:56:59 +0000
commit044c990b8e9866778c64b583d29850fcf2d5da99 (patch)
tree6492444e1713ba63a4ab85e650e6e2489aa1ffb9
parentbaaa515eeabd79e258e37ebbd13404ce8a85ac82 (diff)
downloadFreeBSD-src-044c990b8e9866778c64b583d29850fcf2d5da99.zip
FreeBSD-src-044c990b8e9866778c64b583d29850fcf2d5da99.tar.gz
Remove support of I386_CPU in -current.
Make sure hints are statically compiled into the kernel, because the bootloader is not available in picobsd and so the hints file cannot be found at run time. (This is kind of inconvenient if you have to handle non PnP devices, but fortunately these days non-PnP ISA cards are disappearing...)
-rw-r--r--release/picobsd/bridge/PICOBSD1
-rw-r--r--release/picobsd/dial/PICOBSD1
-rw-r--r--release/picobsd/install/PICOBSD1
-rw-r--r--release/picobsd/isp/PICOBSD3
-rw-r--r--release/picobsd/net/PICOBSD3
-rw-r--r--release/picobsd/router/PICOBSD3
6 files changed, 9 insertions, 3 deletions
diff --git a/release/picobsd/bridge/PICOBSD b/release/picobsd/bridge/PICOBSD
index db7bad6..d3261f4 100644
--- a/release/picobsd/bridge/PICOBSD
+++ b/release/picobsd/bridge/PICOBSD
@@ -6,6 +6,7 @@
#PicoBSD 2200 init 8192 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine i386
#cpu I386_CPU # we do not want this on current...
cpu I486_CPU
diff --git a/release/picobsd/dial/PICOBSD b/release/picobsd/dial/PICOBSD
index 37c7248..5f9c89d 100644
--- a/release/picobsd/dial/PICOBSD
+++ b/release/picobsd/dial/PICOBSD
@@ -5,6 +5,7 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
#
machine i386
cpu I586_CPU
diff --git a/release/picobsd/install/PICOBSD b/release/picobsd/install/PICOBSD
index 29a96b3..f5ee5e8 100644
--- a/release/picobsd/install/PICOBSD
+++ b/release/picobsd/install/PICOBSD
@@ -6,6 +6,7 @@
#PicoBSD 2200 init 4096 4096
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine "i386"
#cpu "I386_CPU"
#cpu "I486_CPU"
diff --git a/release/picobsd/isp/PICOBSD b/release/picobsd/isp/PICOBSD
index 41ef80e..af00bd9 100644
--- a/release/picobsd/isp/PICOBSD
+++ b/release/picobsd/isp/PICOBSD
@@ -6,8 +6,9 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine i386
-cpu I386_CPU
+#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
diff --git a/release/picobsd/net/PICOBSD b/release/picobsd/net/PICOBSD
index 0dc8ad2..2ab013c 100644
--- a/release/picobsd/net/PICOBSD
+++ b/release/picobsd/net/PICOBSD
@@ -6,8 +6,9 @@
#PicoBSD 2200 init 4096 32768
options MD_ROOT_SIZE=2200 # same as def_sz
+hints "PICOBSD.hints"
machine i386
-cpu I386_CPU
+#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
diff --git a/release/picobsd/router/PICOBSD b/release/picobsd/router/PICOBSD
index 289a502..3b3c1d8 100644
--- a/release/picobsd/router/PICOBSD
+++ b/release/picobsd/router/PICOBSD
@@ -6,8 +6,9 @@
#PicoBSD 820 oinit 3072 32768
options MD_ROOT_SIZE=820 # same as def_sz
+hints "PICOBSD.hints"
machine i386
-cpu I386_CPU
+#cpu I386_CPU
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
OpenPOWER on IntegriCloud