aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-03-12 19:04:07 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-03-12 19:04:07 +0000
commit1e2515f40060511be361220ba992267d13085ef0 (patch)
tree78fb8cf29403a5100526d325856102c52a29de98 /FAQ
parentdb5fcc41ecd75c34a956b9af73e9f109a193c4fd (diff)
downloaddoc-1e2515f40060511be361220ba992267d13085ef0.tar.gz
doc-1e2515f40060511be361220ba992267d13085ef0.zip
Update the HP NetServer LC FAQ entry.
Notes
Notes: svn path=/head/; revision=1288
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ/FAQ.sgml17
1 files changed, 7 insertions, 10 deletions
diff --git a/FAQ/FAQ.sgml b/FAQ/FAQ.sgml
index 6ea6b2c21a..a52685ead8 100644
--- a/FAQ/FAQ.sgml
+++ b/FAQ/FAQ.sgml
@@ -1,5 +1,5 @@
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN">
-<!-- $Id: FAQ.sgml,v 1.34 1997-02-22 12:58:01 peter Exp $ -->
+<!-- $Id: FAQ.sgml,v 1.35 1997-03-12 19:04:07 joerg Exp $ -->
<article>
@@ -7,7 +7,7 @@
<author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG'
name='&lt;pds@FreeBSD.ORG&gt;'></tt>
-<date>$Date: 1997-02-22 12:58:01 $
+<date>$Date: 1997-03-12 19:04:07 $
<abstract>
This is the FAQ for FreeBSD systems version 2.X All entries are
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
@@ -1412,9 +1412,8 @@ options PSM_CHECKSYNC #checks the header byte for sync.
situation very well.
So now, the best you can do is to pretend there were no address
- range clash :), go right ahead and edit the file
- <tt>/sys/i386/eisa/eisaconf.h</tt>. Look for a line defining the
- macro <tt/EISA_SLOTS/, and bump the number it's defining to 12.
+ range clash :), by bumping the kernel option <tt/EISA_SLOTS/
+ to a value of 12.
Configure and compile a kernel, as described in the
<url url="http://www.freebsd.org/handbook/kernelconfig.html"
name="Handbook entry on configuring the kernel">.
@@ -1429,11 +1428,9 @@ eisa 12
quit
</verb>
- at the prompt, and install your system as usual. Don't forget
- to install the kernel source distribution, since you need to
- build a custom kernel, or otherwise you would have to repeat the
- described procedure at each boot! <tt/dset(8)/ doesn't save this
- change for you.
+ at the prompt, and install your system as usual. While it's
+ recommendable to compile and install a custom kernel anyway,
+ <tt/dset(8)/ now also understands to save this value.
Hopefully, future version will have a proper fix for this problem.