From e0bf750b61ca31d1d958146aadb63e6bcc56fb7c Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Mon, 14 Mar 2005 21:44:36 +0000 Subject: [PATCH] Move the Soft Updates section to a better section, to match GENERIC. Add some more supported drivers for the GENERIC example, remove miibus. PR: docs/78486 Submitted by: Joel Dahl Approved by: simon (mentor) --- .../books/handbook/kernelconfig/chapter.sgml | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 00a4914012..598b99b61f 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -724,6 +724,18 @@ device loop # Network loopback This is the basic hard drive file system. Leave it in if you boot from the hard disk. + options SOFTUPDATES # Enable FFS Soft Updates support + + This option enables Soft Updates in the kernel, this will + help speed up write access on the disks. Even when this + functionality is provided by the kernel, it must be turned on + for specific disks. Review the output from &man.mount.8; to see + if Soft Updates is enabled for your system disks. If you do not + see the soft-updates option then you will + need to activate it using the &man.tunefs.8; (for existing + file systems) or &man.newfs.8; (for new file systems) + commands. + options UFS_ACL # Support for access control lists This option, present only in &os; 5.X, enables kernel support @@ -744,18 +756,6 @@ device loop # Network loopback using &os; on a smaller system where memory is at a premium and disk access speed is less important, such as a firewall. - options SOFTUPDATES # Enable FFS Soft Updates support - - This option enables Soft Updates in the kernel, this will - help speed up write access on the disks. Even when this - functionality is provided by the kernel, it must be turned on - for specific disks. Review the output from &man.mount.8; to see - if Soft Updates is enabled for your system disks. If you do not - see the soft-updates option then you will - need to activate it using the &man.tunefs.8; (for existing - file systems) or &man.newfs.8; (for new file systems) - commands. - options MD_ROOT # MD is a potential root device This option enables support for a memory backed virtual disk @@ -1229,12 +1229,12 @@ device miibus # MII bus support including a generic one for PHYs that are not specifically handled by an individual driver. - device dc # DEC/Intel 21143 and various workalikes -device miibus # MII bus support -device bfe # Broadcom BCM440x 10/100 Ethernet + device bfe # Broadcom BCM440x 10/100 Ethernet device bge # Broadcom BCM570xx Gigabit Ethernet device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) +device lge # Level 1 LXT1001 gigabit ethernet +device nge # NatSemi DP83820 gigabit ethernet device pcn # AMD Am79C97x PCI 10/100 (precedence over 'lnc') device re # RealTek 8139C+/8169/8169S/8110S device rl # RealTek 8129/8139 @@ -1245,6 +1245,7 @@ device ste # Sundance ST201 (D-Link DFE-550TX) device ti # Alteon Networks Tigon I/II gigabit Ethernet device tl # Texas Instruments ThunderLAN device tx # SMC EtherPower II (83c170 EPIC) +device vge # VIA VT612x gigabit ethernet device vr # VIA Rhine, Rhine II device wb # Winbond W89C840F device xl # 3Com 3c90x (Boomerang, Cyclone)