| Summary: | [patch] Update Handbook, Chapter 8, kernel configuration | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Joel Dahl <joel> | ||||||||
| Component: | Books & Articles | Assignee: | Ceri Davies <ceri> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
On Tuesday 02 November 2004 01:32 pm, Joel Dahl wrote: > >Number: 73429 > >Category: docs > >Synopsis: [patch] Update Handbook, Chapter 8, kernel configuration > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-doc > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: doc-bug > >Submitter-Id: current-users > >Arrival-Date: Tue Nov 02 18:40:29 GMT 2004 > >Closed-Date: > >Last-Modified: > >Originator: Joel Dahl > >Release: FreeBSD 5.2.1-RELEASE-p9 i386 > >Organization: > >Environment: > > System: FreeBSD dude.automatvapen.se 5.2.1-RELEASE-p9 FreeBSD > 5.2.1-RELEASE-p9 #2: Sat Oct 30 14:56:56 CEST 2004 > joel@dude.automatvapen.se:/usr/obj/usr/src/sys/WORKSTATION i386 > > >Description: > > [1] Update the weak description of ADAPTIVE_GIANT. > > [2] Option SMP was removed from GENERIC in RELENG_5 and RELENG_5_3, so it > should probably be removed here as well. > > [3] Update description for apic since SMP is gone. > > [4] Device hptmv now ships with RELENG_5 and RELENG_5_3, but it's missing > in here, so let's add it. > > See attached patch for suggested corrections. Only note I have (patch looks great!) is that instead of removing SMP, you probably want to say that 'options SMP' should be added to include support for multiple processors. Note that SMP is present in GENERIC on other architectures such as Alpha and sparc64. There is also an 'SMP' kernel config for i386 and amd64. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org On Tue, 2004-11-02 at 22:02, John Baldwin wrote:
> Only note I have (patch looks great!) is that instead of removing SMP, you
> probably want to say that 'options SMP' should be added to include support
> for multiple processors. Note that SMP is present in GENERIC on other
> architectures such as Alpha and sparc64. There is also an 'SMP' kernel
> config for i386 and amd64.
I've attached an updated patch that includes your suggestion, and I've
improved the description of ADAPTIVE_GIANT. Thanks.
Fix small spelling error. New patch attached. Responsible Changed From-To: freebsd-doc->ceri Take this one too. State Changed From-To: open->closed Committed, thanks. |
[1] Update the weak description of ADAPTIVE_GIANT. [2] Option SMP was removed from GENERIC in RELENG_5 and RELENG_5_3, so it should probably be removed here as well. [3] Update description for apic since SMP is gone. [4] Device hptmv now ships with RELENG_5 and RELENG_5_3, but it's missing in here, so let's add it. See attached patch for suggested corrections.