LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2687|回复: 9

Linux-kernel-2.6.3大家译

[复制链接]
发表于 2004-3-11 13:57:06 | 显示全部楼层 |阅读模式
-----------------------------------------Linux-2.6.3-Kernel -------------------------------

------注:本目录是从linux-2.6.3内核中摘录下来的,请大家把自己懂的都汇集写在这里相应的目录下,希望 能集大家的力量,让每一个人都能轻轻松的调试内核。小弟先说谢谢了。

------小弟升级2.6.3内核已经N 次了都没有成功,(过了grub一关就黑屏,始终不知道是什么原因)属于英盲级别的我这时多么需要一份中文说明啊。但好像还没有一份2.6.×的内核说明文档,反正我没有找到,好像有很多人都没有找到吧。因此我花了一个晚上把它给摘录下了,希望 大家能一起把这样的一个实事给做完。

------正个内核文件是从www.kernel.org官方网站下载下来的文件名为:linux-2.6.3.tar.bz2

解压过程:

[qdinfo@ES src$pwd

/usr/src

[qdinfo@ES src]$ls

debug linux-2.4 linux-2.4.21-4.EL linux-2.6.3.tar.bz2 redhat

[qdinfo@ES src$ tar jxvf linux-2.6.3.tar.bz2

[qdinfo@ES src$ls

debug linux-2.4 linux-2.4.21-4.EL linux-2.6.3 linux-2.6.3.tar.bz2 redhat

#编译过程我是按 readme 文件来做的,如下!

[qdinfo@ES src]$cd linux-2.6.3

[qdinfo@ES linux-2.6.3]$make mrproper

[qdinfo@ES linux-2.6.3]$make menuconfig

[qdinfo@ES linux-2.6.3]$make

[root@ES linux-2.6.3]#make modules_install install

#注:每一个根选项都在第一行用长短扛来注明。如“----------Code maturity level options----------”。选项后如果带有“---> ”符号表明其中还有子选项,其子选项一般在根选项下面!如果子选项结束后“<---”这个符号是反回上一层。(我不知道用什么办法可以表示的更明白,所以就按照内核里的样子来表示吧,希望 不会把大家给你晕了。

#选项注:因为2.6.3的内核选项很多,(也就是说功能太多了)有一些我们根本用不到,但一定有一部分人是会用到的,所以我想尽可能的把所有的选项都能列出来,但是这好像在某一方面来说又是没有意义的,因为有一些选项要是你不选择的话,内核本身默认是不显示(即不加载)的,为了列出一此内核本身没有列出来的选项,我就必需要选一些我觉的不需要选择的选项,所以在这里请不要看着本列表的选项来选择,(也就是说你不要看着这里的每一个选项来加载模块)你可以根据自己机器的硬件与需要来自己配置吧,反正大部份有中文注解了,不是吗?

[qdinfo@ES linux-2.6.3]$#make mrproper

内容略!

[qdinfo@ES linux-2.6.3]$make menuconfig

----------Code maturity level options----------

Code maturity level options --->

群众注释:

│ │
  • Prompt for development and/or incomplete code/drivers

    群众注释:

    │ │
  • Select only drivers expected to compile cleanly (NEW)

    群众注释:

    │ │
  • Select only drivers that don't need compile-time external firmware (NEW)

    群众注释:

    <---

    ----------General setup --->----------

    General setup --->

    群众注释:

    │ │
  • Support for paging of anonymous memory (NEW)

    群众注释:

    │ │
  • System V IPC

    群众注释:

    │ │
  • BSD Process Accounting

    群众注释:

    │ │
  • Sysctl support

    群众注释:

    │ │ (14) Kernel log buffer size (16 => 64KB, 17 => 128KB) (NEW)

    群众注释:

    │ │ [ *] Kernel .config support

    群众注释:

    │ │
  • Enable access to .config through /proc/config.gz

    群众注释:

    │ │ [ ] Remove kernel features (for embedded systems) (NEW) --->(这个“--->除外)

    群众注释:

    <---

    ----------Loadable module support --->----------

    Loadable module support --->

    群众注释:

    │ │
  • Enable loadable module support

    群众注释:

    │ │ [ *] Module unloading (NEW)

    群众注释:

    │ │
  • Forced module unloading

    群众注释:

    │ │
  • Module versioning support (EXPERIMENTAL)

    群众注释:

    │ │
  • Automatic kernel module loading

    群众注释:

    <---

    ----------Processor type and features --->----------

    Processor type and features --->

    群众注释:

    Subarchitecture Type (PC-compatible) --->

    群众注释:

    │ │ (X) PC-compatible

    群众注释:

    │ │ ( ) Voyager (NCR)

    群众注释:

    │ │ ( ) NUMAQ (IBM/Sequent)

    群众注释:

    │ │ ( ) SGI 320/540 (Visual Workstation)

    群众注释:

    <---

    Processor family (Athlon/Duron/K7) --->

    群众注释:

    │ │ ( ) 386

    群众注释:

    │ │ ( ) 486

    群众注释:

    │ │ ( ) 586/K5/5x86/6x86/6x86MX

    群众注释:

    │ │ ( ) Pentium-Classic

    群众注释:

    │ │ ( ) Pentium-MMX

    群众注释:

    │ │ ( ) Pentium-Pro

    群众注释:

    │ │ ( ) Pentium-II/Celeron(pre-Coppermine)

    群众注释:

    │ │ ( ) Pentium-III/Celeron(Coppermine)/Pentium-III Xeon

    群众注释:

    │ │ ( ) Pentium-4/Celeron(P4-based)/Xeon

    群众注释:

    │ │ ( ) K6/K6-II/K6-III

    群众注释:

    │ │ (X) Athlon/Duron/K7

    群众注释:

    │ │ ( ) Opteron/Athlon64/Hammer/K8

    群众注释:

    │ │ ( ) Elan

    群众注释:

    │ │ ( ) Crusoe

    群众注释:

    │ │ ( ) Winchip-C6

    群众注释:

    │ │ ( ) Winchip-2

    群众注释:

    │ │ ( ) Winchip-2A/Winchip-3

    群众注释:

    │ │ ( ) CyrixIII/VIA-C3

    群众注释:

    │ │ ( ) VIA C3-2 (Nehemiah)

    群众注释:

    <---

    │ │ [ ] Generic x86 support (NEW)

    群众注释:

    │ │ [ ] HPET Timer Support (NEW)

    群众注释:

    │ │ [ *] Symmetric multi-processing support

    群众注释:

    │ │ [ ] Preemptible Kernel (NEW)

    群众注释:

    │ │ [ ] Local APIC support on uniprocessors

    群众注释:

    │ │
  • Machine Check Exception

    群众注释:

    │ │ [ ] Check for non-fatal errors on AMD Athlon/Duron / Intel Pentium 4 (NEW)

    群众注释:

    │ │ <M> Toshiba Laptop support

    群众注释:

    │ │ <M> Dell laptop support

    群众注释:

    │ │ <M> /dev/cpu/microcode - Intel IA32 CPU microcode support

    群众注释:

    │ │ <M> /dev/cpu/*/msr - Model-specific register support

    群众注释:

    │ │ <M> /dev/cpu/*/cpuid - CPU information support

    群众注释:

    │ │ <M> BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)

    群众注释:

    High Memory Support (4GB) --->

    群众注释:

    │ │ ( ) off

    群众注释:

    │ │ (X) 4GB

    群众注释:

    │ │ ( ) 64GB

    群众注释:

    <---





    │ │ [ ] Allocate 3rd-level pagetables from highmem (NEW)

    群众注释:

    │ │ [ ] Math emulation

    群众注释:

    │ │
  • MTRR (Memory Type Range Register) support

    群众注释:

    ----------Power management options (ACPI, APM) --->----------

    Power management options (ACPI, APM) --->

    群众注释:

    │ │
  • Power Management support

    群众注释:

    │ │ [ ] Software Suspend (EXPERIMENTAL)

    群众注释:

    │ │ [ ] Suspend-to-Disk Support (NEW)

    群众注释:

    ACPI (Advanced Configuration and Power Interface) Support --->

    群众注释:

    │ │
  • ACPI Support

    群众注释:

    │ │
  • Sleep States (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> AC Adapter (NEW)

    群众注释:

    │ │ <M> Battery (NEW)

    群众注释:

    │ │ <M> Button (NEW)

    群众注释:

    │ │ <M> Fan (NEW)

    群众注释:

    │ │ <M> Processor (NEW)

    群众注释:

    │ │ <M> Thermal Zone (NEW)

    群众注释:

    │ │ <M> ASUS/Medion Laptop Extras (NEW)

    群众注释:

    │ │ <M> Toshiba Laptop Extras (NEW)

    群众注释:

    │ │ [ ] Debug Statements (NEW)

    群众注释:

    │ │ [ ] Relaxed AML (NEW)

    群众注释:

    <---

    APM (Advanced Power Management) BIOS Support --->

    群众注释:

    │ │ <*> APM (Advanced Power Management) BIOS support

    群众注释:

    │ │ [ ] Ignore USER SUSPEND

    群众注释:

    │ │ [ ] Enable PM at boot time

    群众注释:

    │ │
  • Make CPU Idle calls when idle

    群众注释:

    │ │ [ ] Enable console blanking using APM

    群众注释:

    │ │
  • RTC stores time in GMT

    群众注释:

    │ │ [ ] Allow interrupts during APM BIOS calls

    群众注释:

    │ │ [ ] Use real mode APM BIOS call to power off

    群众注释:

    <---

    CPU Frequency scaling --->

    群众注释:

    │ │
  • CPU Frequency scaling

    群众注释:

    │ │ <M> /proc/cpufreq interface (deprecated)

    群众注释:

    Default CPUFreq governor (performance) --->

    群众注释:

    │ │ (X) performance

    群众注释:

    │ │ ( ) userspace

    群众注释:

    <---

    │ │ --- 'performance' governor

    群众注释:

    │ │ <M> 'powersave' governor

    群众注释:

    │ │ <M> 'userspace' governor for userspace frequency scaling

    群众注释:

    │ │
  • /proc/sys/cpu/ interface (2.4. / OLD)

    群众注释:

    │ │ <M> CPU frequency table helpers

    群众注释:

    │ │ --- CPUFreq processor drivers

    群众注释:

    │ │ <M> ACPI Processor P-States driver

    群众注释:

    │ │ [ ] /proc/acpi/processor/../performance interface (deprecated)

    群众注释:

    │ │ < > AMD Mobile K6-2/K6-3 PowerNow!

    群众注释:

    │ │ < > AMD Mobile Athlon/Duron PowerNow!

    群众注释:

    │ │ < > AMD Opteron/Athlon64 PowerNow!

    群众注释:

    │ │ < > Cyrix MediaGX/NatSemi Geode Suspend Modulation

    群众注释:

    │ │ < > Intel Enhanced SpeedStep

    群众注释:

    │ │ < > Intel Speedstep on ICH-M chipsets (ioport interface)

    群众注释:

    │ │ < > Intel SpeedStep on 440BX/ZX/MX chipsets (SMI interface)

    群众注释:

    │ │ < > Intel Pentium 4 clock modulation

    群众注释:

    │ │ < > Transmeta LongRun

    群众注释:

    │ │ < > VIA Cyrix III Longhaul

    群众注释:

    <---

    <---
  •  楼主| 发表于 2004-3-11 13:58:10 | 显示全部楼层
    ----------Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->----------

    Bus options (PCI, PCMCIA, EISA, MCA, ISA) --->

    群众注释:

    │ │
  • PCI support

    群众注释:

    PCI access mode (Any) --->

    群众注释:

    │ │ ( ) BIOS

    群众注释:

    │ │ ( ) Direct

    群众注释:

    │ │ (X) Any

    群众注释:

    <---

    │ │ [ ] Legacy /proc/pci interface (NEW)

    群众注释:

    │ │
  • PCI device name database

    群众注释:

    │ │
  • ISA support

    群众注释:

    │ │
  • EISA support

    群众注释:

    │ │ [ ] Vesa Local Bus priming (NEW)

    群众注释:

    │ │
  • Generic PCI/EISA bridge (NEW)

    群众注释:

    │ │
  • EISA virtual root device (NEW)

    群众注释:

    │ │
  • EISA device name database (NEW)

    群众注释:

    │ │
  • MCA support

    群众注释:

    │ │
  • Legacy MCA API Support

    群众注释:

    │ │
  • Support for the mca entry in /proc

    群众注释:

    │ │ < > NatSemi SCx200 support

    群众注释:

    │ │
  • Support for hot-pluggable devices

    群众注释:

    PCMCIA/CardBus support --->

    群众注释:

    │ │ <M> PCMCIA/CardBus support

    群众注释:

    │ │ < > CardBus yenta-compatible bridge support (NEW)

    群众注释:

    │ │ <M> i82092 compatible bridge support

    群众注释:

    │ │ <M> i82365 compatible bridge support

    群众注释:

    │ │ <M> Databook TCIC host bridge support

    群众注释:

    <---

    PCI Hotplug Support --->

    群众注释:

    │ │ <M> Support for PCI Hotplug (EXPERIMENTAL)

    群众注释:

    │ │ <M> Fake PCI Hotplug driver

    群众注释:

    │ │ <M> Compaq PCI Hotplug driver

    群众注释:

    │ │
  • Save configuration into NVRAM on Compaq servers

    群众注释:

    │ │ <M> IBM PCI Hotplug driver

    群众注释:

    │ │ <M> ACPI PCI Hotplug driver

    群众注释:

    │ │
  • CompactPCI Hotplug driver

    群众注释:

    │ │ <M> Ziatech ZT5550 CompactPCI Hotplug driver

    群众注释:

    │ │ <M> Generic port I/O CompactPCI Hotplug driver

    群众注释:

    <---

    <---

    ----------Executable file formats --->----------

    Executable file formats --->

    群众注释:

    │ │
  • Kernel support for ELF binaries

    群众注释:

    │ │ <M> Kernel support for a.out and ECOFF binaries

    群众注释:

    │ │ <M> Kernel support for MISC binaries

    群众注释:

    <---

    ----------Device Drivers --->----------

    Device Drivers --->

    群众注释:

    Generic Driver Options --->

    群众注释:

    │ │ < > Hotplug firmware loading support (NEW)

    群众注释:

    <---

    Memory Technology Devices (MTD) --->

    群众注释:

    │ │ <M> Memory Technology Device (MTD) support

    群众注释:

    │ │ [ ] Debugging (NEW)

    群众注释:

    │ │ < > MTD partitioning support (NEW)

    群众注释:

    │ │ < > MTD concatenating support (NEW)

    群众注释:

    │ │ --- User Modules And Translation Layers

    群众注释:

    │ │ < > Direct char device access to MTD devices (NEW)

    群众注释:

    │ │ < > Caching block device access to MTD devices (NEW)

    群众注释:

    │ │ < > Readonly block device access to MTD devices (NEW)

    群众注释:

    │ │ < > FTL (Flash Translation Layer) support (NEW)

    群众注释:

    │ │ < > NFTL (NAND Flash Translation Layer) support (NEW)

    群众注释:

    │ │ < > INFTL (Inverse NAND Flash Translation Layer) support (NEW)

    群众注释:

    RAM/ROM/Flash chip drivers --->

    群众注释:

    Mapping drivers for chip access --->

    群众注释:

    Self-contained MTD device drivers --->

    群众注释:

    NAND Flash Device Drivers --->

    群众注释:

    <---

    Parallel port support --->

    群众注释:

    │ │ <M> Parallel port support

    群众注释:

    │ │ <M> PC-style hardware

    群众注释:

    │ │ <M> Multi-IO cards (parallel and serial)

    群众注释:

    │ │ [ ] Use FIFO/DMA if available (EXPERIMENTAL)

    群众注释:

    │ │ [ ] SuperIO chipset support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Support for PCMCIA management for PC-style ports

    群众注释:

    │ │ [ ] Support foreign hardware

    群众注释:

    │ │
  • IEEE 1284 transfer modes

    群众注释:

    <---

    Plug and Play support --->

    群众注释:

    │ │
  • Plug and Play support

    群众注释:

    │ │ [ ] PnP Debug Messages (NEW)

    群众注释:

    │ │ --- Protocols

    群众注释:

    │ │
  • ISA Plug and Play support (EXPERIMENTAL)

    群众注释:

    │ │ [ ] Plug and Play BIOS support (EXPERIMENTAL)

    群众注释:

    <---

    Block devices --->

    群众注释:

    │ │ <M> Normal floppy disk support

    群众注释:

    │ │ < > XT hard disk support

    群众注释:

    │ │ <M> Parallel port IDE device support

    群众注释:

    │ │ --- Parallel IDE high-level drivers

    群众注释:

    │ │ <M> Parallel port IDE disks

    群众注释:

    │ │ <M> Parallel port ATAPI CD-ROMs

    群众注释:

    │ │ <M> Parallel port ATAPI disks

    群众注释:

    │ │ <M> Parallel port ATAPI tapes

    群众注释:

    │ │ <M> Parallel port generic ATAPI devices

    群众注释:

    │ │ --- Parallel IDE protocol modules

    群众注释:

    │ │ <M> ATEN EH-100 protocol

    群众注释:

    │ │ <M> MicroSolutions backpack (Series 5) protocol

    群众注释:

    │ │ <M> MicroSolutions backpack (Series 6) protocol

    群众注释:

    │ │ <M> DataStor Commuter protocol

    群众注释:

    │ │ <M> DataStor EP-2000 protocol

    群众注释:

    │ │ <M> FIT TD-2000 protocol

    群众注释:

    │ │ <M> FIT TD-3000 protocol

    群众注释:

    │ │ <M> Shuttle EPAT/EPEZ protocol

    群众注释:

    │ │
  • Support c7/c8 chips (EXPERIMENTAL)

    群众注释:

    │ │ <M> Shuttle EPIA protocol

    群众注释:

    │ │ <M> Freecom IQ ASIC-2 protocol

    群众注释:

    │ │ <M> FreeCom power protocol

    群众注释:

    │ │ <M> KingByte KBIC-951A/971A protocols

    群众注释:

    │ │ <M> KT PHd protocol

    群众注释:

    │ │ <M> OnSpec 90c20 protocol

    群众注释:

    │ │ <M> OnSpec 90c26 protocol

    群众注释:

    │ │ <M> Compaq SMART2 support

    群众注释:

    │ │ <M> Compaq Smart Array 5xxx support

    群众注释:

    │ │
  • SCSI tape drive support for Smart Array 5xxx

    群众注释:

    │ │ <M> Mylex DAC960/DAC1100 PCI RAID Controller support

    群众注释:

    │ │ <M> Micro Memory MM5415 Battery Backed RAM support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Loopback device support

    群众注释:

    │ │ < > Cryptoloop Support (NEW)

    群众注释:

    │ │ <M> Network block device support

    群众注释:

    │ │ <*> RAM disk support

    群众注释:

    │ │ (8192) Default RAM disk size

    群众注释:

    │ │
  • Initial RAM disk (initrd) support

    群众注释:

    │ │ [ ] Support for Large Block Devices (NEW)

    群众注释:

    <---

    ATA/ATAPI/MFM/RLL support --->

    群众注释:

    │ │ <*> ATA/ATAPI/MFM/RLL support

    群众注释:

    │ │ <*> Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support

    群众注释:

    │ │ --- Please see Documentation/ide.txt for help/info on IDE drives

    群众注释:

    │ │ [ ] Use old disk-only driver on primary interface

    群众注释:

    │ │ <*> Include IDE/ATA-2 DISK support

    群众注释:

    │ │
  • Use multi-mode by default

    群众注释:

    │ │ [ ] Auto-Geometry Resizing support

    群众注释:

    │ │ <M> PCMCIA IDE support

    群众注释:

    │ │ <M> Include IDE/ATAPI CDROM support

    群众注释:

    │ │ <M> Include IDE/ATAPI TAPE support (EXPERIMENTAL)

    群众注释:

    │ │ <*> Include IDE/ATAPI FLOPPY support

    群众注释:

    │ │ <M> SCSI emulation support

    群众注释:

    │ │ [ ] IDE Taskfile Access

    群众注释:

    │ │ [ ] IDE Taskfile IO (EXPERIMENTAL)

    群众注释:

    │ │ --- IDE chipset support/bugfixes

    群众注释:

    │ │ <*> generic/default IDE chipset support (NEW)

    群众注释:

    │ │
  • CMD640 chipset bugfix/support

    群众注释:

    │ │ [ ] CMD640 enhanced support

    群众注释:

    │ │ [ ] PNP EIDE support (NEW)

    群众注释:

    │ │
  • PCI IDE chipset support

    群众注释:

    │ │
  • Sharing PCI IDE interrupts support

    群众注释:

    │ │ [ ] Boot off-board chipsets first support

    群众注释:

    │ │
  • Generic PCI IDE Chipset Support

    群众注释:

    │ │ < > OPTi 82C621 chipset enhanced support (EXPERIMENTAL)

    群众注释:

    │ │ <*> RZ1000 chipset bugfix/support

    群众注释:

    │ │
  • Generic PCI bus-master DMA support

    群众注释:

    │ │ [ ] Force enable legacy 2.0.X HOSTS to use DMA

    群众注释:

    │ │
  • Use PCI DMA by default when available

    群众注释:

    │ │ [ ] Enable DMA only for disks

    群众注释:

    │ │ <*> AEC62XX chipset support

    群众注释:

    │ │ <*> ALI M15x3 chipset support

    群众注释:

    │ │ [ ] ALI M15x3 WDC support (DANGEROUS)

    群众注释:

    │ │ <*> AMD and nVidia IDE support

    群众注释:

    │ │ <*> CMD64{3|6|8|9} chipset support

    群众注释:

    │ │ <*> Compaq Triflex IDE support

    群众注释:

    │ │ <*> CY82C693 chipset support

    群众注释:

    │ │ < > Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <*> Cyrix/National Semiconductor CS5530 MediaGX chipset support

    群众注释:

    │ │ <*> HPT34X chipset support

    群众注释:

    │ │ [ ] HPT34X AUTODMA support (EXPERIMENTAL)

    群众注释:

    │ │ <*> HPT36X/37X chipset support

    群众注释:

    │ │ < > National SCx200 chipset support

    群众注释:

    │ │ <*> Intel PIIXn chipsets support

    群众注释:

    │ │ < > NS87415 chipset support

    群众注释:

    │ │ <*> PROMISE PDC202{46|62|65|67} support

    群众注释:

    │ │ [ ] Special UDMA Feature

    群众注释:

    │ │ <*> PROMISE PDC202{68|69|70|71|75|76|77} support

    群众注释:

    │ │
  • Enable controller even if disabled by BIOS

    群众注释:

    │ │ <*> ServerWorks OSB4/CSB5/CSB6 chipsets support

    群众注释:

    │ │ <*> Silicon Image chipset support

    群众注释:

    │ │ <*> SiS5513 chipset support

    群众注释:

    │ │ <*> SLC90E66 chipset support

    群众注释:

    │ │ < > Tekram TRM290 chipset support

    群众注释:

    │ │ <*> VIA82CXXX chipset support

    群众注释:

    │ │ [ ] Other IDE chipset support

    群众注释:

    │ │ [ ] IGNORE word93 Validation BITS

    群众注释:

    <---
  •  楼主| 发表于 2004-3-11 13:58:53 | 显示全部楼层
    SCSI device support --->

    群众注释:

    │ │ <M> SCSI device support

    群众注释:

    │ │
  • legacy /proc/scsi/ support (NEW)

    群众注释:

    │ │ --- SCSI support type (disk, tape, CD-ROM)

    群众注释:

    │ │ <M> SCSI disk support

    群众注释:

    │ │ <M> SCSI tape support

    群众注释:

    │ │ <M> SCSI OnStream SC-x0 tape support

    群众注释:

    │ │ <M> SCSI CDROM support

    群众注释:

    │ │
  • Enable vendor-specific extensions (for SCSI CDROM)

    群众注释:

    │ │ <M> SCSI generic support

    群众注释:

    │ │ --- Some SCSI devices (e.g. CD jukebox) support multiple LUNs

    群众注释:

    │ │ [ ] Probe all LUNs on each SCSI device

    群众注释:

    │ │
  • Build with SCSI REPORT LUNS support (NEW)

    群众注释:

    │ │
  • Verbose SCSI error reporting (kernel size +=12K)

    群众注释:

    │ │
  • SCSI logging facility

    群众注释:

    SCSI low-level drivers --->

    群众注释:

    │ │ <M> 3ware Hardware ATA-RAID support

    群众注释:

    │ │ <M> 7000FASST SCSI support

    群众注释:

    │ │ <M> ACARD SCSI support

    群众注释:

    │ │ <M> Adaptec AHA152X/2825 support

    群众注释:

    │ │ <M> Adaptec AHA1542 support

    群众注释:

    │ │ <M> Adaptec AHA1740 support

    群众注释:

    │ │ <M> Adaptec AACRAID support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Adaptec AIC7xxx Fast -> U160 support (New Driver)

    群众注释:

    │ │ (32) Maximum number of TCQ commands per device

    群众注释:

    │ │ (15000) Initial bus reset delay in milli-seconds

    群众注释:

    │ │ [ ] Probe for EISA and VL AIC7XXX Adapters

    群众注释:

    │ │ [ ] Build Adapter Firmware with Kernel Build

    群众注释:

    │ │ [ ] Compile in Debugging Code

    群众注释:

    │ │ (0) Debug code enable mask (2047 for all debugging)

    群众注释:

    │ │ [ ] Decode registers during diagnostics

    群众注释:

    │ │ <M> Adaptec AIC7xxx support (old driver)

    群众注释:

    │ │ <M> Adaptec AIC79xx U320 support

    群众注释:

    │ │ (32) Maximum number of TCQ commands per device

    群众注释:

    │ │ (15000) Initial bus reset delay in milli-seconds

    群众注释:

    │ │ [ ] Build Adapter Firmware with Kernel Build

    群众注释:

    │ │ [ ] Enable Read Streaming for All Targets

    群众注释:

    │ │ [ ] Compile in Debugging Code

    群众注释:

    │ │ (0) Debug code enable mask (16383 for all debugging)

    群众注释:

    │ │ [ ] Decode registers during diagnostics

    群众注释:

    │ │ <M> AdvanSys SCSI support

    群众注释:

    │ │ <M> Always IN2000 SCSI support

    群众注释:

    │ │ <M> AMI MegaRAID support

    群众注释:

    │ │ [ ] Serial ATA (SATA) support (NEW)

    群众注释:

    │ │ <M> BusLogic SCSI support

    群众注释:

    │ │ [ ] Omit FlashPoint support

    群众注释:

    │ │ <M> Compaq Fibre Channel 64-bit/66Mhz HBA support

    群众注释:

    │ │ <M> DMX3191D SCSI support

    群众注释:

    │ │ <M> DTC3180/3280 SCSI support

    群众注释:

    │ │ <M> EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support

    群众注释:

    │ │
  • enable tagged command queueing

    群众注释:

    │ │ [ ] enable elevator sorting

    群众注释:

    │ │ (16) maximum number of queued commands

    群众注释:

    │ │ <M> EATA-PIO (old DPT PM2001, PM2012A) support

    群众注释:

    │ │ <M> Future Domain 16xx SCSI/AHA-2920A support

    群众注释:

    │ │ <M> Intel/ICP (former GDT SCSI Disk Array) RAID Controller support

    群众注释:

    │ │ <M> Generic NCR5380/53c400 SCSI PIO support

    群众注释:

    │ │ < > Generic NCR5380/53c400 SCSI MMIO support (NEW)

    群众注释:

    │ │ [ ] Enable NCR53c400 extensions

    群众注释:

    │ │ <M> IBM ServeRAID support

    群众注释:

    │ │ <M> Initio INI-A100U2W support

    群众注释:

    │ │ <M> IOMEGA parallel port (ppa - older drives)

    群众注释:

    │ │ <M> IOMEGA parallel port (imm - newer drives)

    群众注释:

    │ │ [ ] ppa/imm option - Use slow (but safe) EPP-16

    群众注释:

    │ │ [ ] ppa/imm option - Assume slow parport control register

    群众注释:

    │ │ <M> NCR53c406a SCSI support

    群众注释:

    │ │ <M> SYM53C8XX Version 2 SCSI support

    群众注释:

    │ │ (1) DMA addressing mode

    群众注释:

    │ │ (16) default tagged command queue depth

    群众注释:

    │ │ (64) maximum number of queued commands

    群众注释:

    │ │ [ ] use port IO

    群众注释:

    │ │ <M> PAS16 SCSI support

    群众注释:

    │ │ <M> PSI240i support

    群众注释:

    │ │ <M> Qlogic FAS SCSI support

    群众注释:

    │ │ <M> Qlogic ISP SCSI support

    群众注释:

    │ │ <M> Qlogic ISP FC SCSI support

    群众注释:

    │ │ [ ] Include loadable firmware in driver

    群众注释:

    │ │ <M> Qlogic QLA 1280 SCSI support

    群众注释:

    │ │ < > QLogic ISP2100 host adapter family support (NEW)

    群众注释:

    │ │ < > QLogic ISP2200 host adapter family support (NEW)

    群众注释:

    │ │ < > QLogic ISP2300 host adapter family support (NEW)

    群众注释:

    │ │ < > QLogic ISP2322 host adapter family support (NEW)

    群众注释:

    │ │ < > QLogic ISP6312 host adapter family support (NEW)

    群众注释:

    │ │ < > QLogic ISP6322 host adapter family support (NEW)

    群众注释:

    │ │ <M> Simple 53c710 SCSI support (Compaq, NCR machines)

    群众注释:

    │ │ <M> Symbios 53c416 SCSI support

    群众注释:

    │ │ < > Tekram DC395(U/UW/F) and DC315(U) SCSI support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> Tekram DC390(T) and Am53/79C974 SCSI support

    群众注释:

    │ │ [ ] _omit_ support for non-DC390 adapters

    群众注释:

    │ │ <M> Trantor T128/T128F/T228 SCSI support

    群众注释:

    │ │ <M> UltraStor 14F/34F support

    群众注释:

    │ │ [ ] enable tagged command queueing (NEW)

    群众注释:

    │ │ [ ] enable elevator sorting

    群众注释:

    │ │ (8) maximum number of queued commands

    群众注释:

    │ │ <M> UltraStor SCSI support

    群众注释:

    │ │ <M> Workbit NinjaSCSI-32Bi/UDE support

    群众注释:

    │ │ <M> SCSI debugging host simulator

    群众注释:

    <---

    PCMCIA SCSI adapter support --->

    群众注释:

    │ │ <M> Adaptec AHA152X PCMCIA support

    群众注释:

    │ │ <M> Future Domain PCMCIA support

    群众注释:

    │ │ <M> NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support

    群众注释:

    │ │ <M> Qlogic PCMCIA support

    群众注释:

    <---

    <---

    Old CD-ROM drivers (not SCSI, not IDE) --->

    群众注释:

    │ │ [ ] Support non-SCSI/IDE/ATAPI CDROM drives

    群众注释:

    <---

    Multi-device support (RAID and LVM) --->

    群众注释:

    │ │
  • Multiple devices driver support (RAID and LVM)

    群众注释:

    │ │ <*> RAID support

    群众注释:

    │ │ <M> Linear (append) mode

    群众注释:

    │ │ <M> RAID-0 (striping) mode

    群众注释:

    │ │ <M> RAID-1 (mirroring) mode

    群众注释:

    │ │ <M> RAID-4/RAID-5 mode

    群众注释:

    │ │ < > RAID-6 mode (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> Multipath I/O support

    群众注释:

    │ │ < > Device mapper support

    群众注释:

    <---

    Fusion MPT device support --->

    群众注释:

    │ │ <M> Fusion MPT (base + ScsiHost) drivers

    群众注释:

    │ │ (40) Maximum number of scatter gather entries

    群众注释:

    │ │ < > Enhanced SCSI error reporting

    群众注释:

    │ │ <M> Fusion MPT misc device (ioctl) driver

    群众注释:

    │ │ <M> Fusion MPT LAN driver

    群众注释:

    <---

    IEEE 1394 (FireWire) support (EXPERIMENTAL) --->

    群众注释:

    │ │ <M> IEEE 1394 (FireWire) support (EXPERIMENTAL)

    群众注释:

    │ │ --- Subsystem Options

    群众注释:

    │ │ [ ] Excessive debugging output

    群众注释:

    │ │ [ ] OUI Database built-in (NEW)

    群众注释:

    │ │ --- Device Drivers

    群众注释:

    │ │ < > Texas Instruments PCILynx support

    群众注释:

    │ │ <M> OHCI-1394 support

    群众注释:

    │ │ --- Protocol Drivers

    群众注释:

    │ │ <M> OHCI-1394 Video support

    群众注释:

    │ │ <M> SBP-2 support (Harddisks etc.)

    群众注释:

    │ │
  • Enable Phys DMA support for SBP2 (Debug)

    群众注释:

    │ │ <M> Ethernet over 1394

    群众注释:

    │ │ <M> OHCI-DV I/O support

    群众注释:

    │ │ <M> Raw IEEE1394 I/O support

    群众注释:

    │ │ <M> IEC61883-1 Plug support

    群众注释:

    │ │ <M> IEC61883-6 (Audio transmission) support

    群众注释:

    <---

    I2O device support --->

    群众注释:

    │ │ <M> I2O support

    群众注释:

    │ │ <M> I2O PCI support

    群众注释:

    │ │ <M> I2O Block OSM

    群众注释:

    │ │ <M> I2O SCSI OSM

    群众注释:

    │ │ <M> I2O /proc support

    群众注释:

    <---

    Macintosh device drivers --->(这个“--->除外)

    群众注释:

    Networking support --->

    群众注释:

    │ │
  • Networking support

    群众注释:

    Networking options --->

    群众注释:

    │ │ <*> Packet socket

    群众注释:

    │ │
  • Packet socket: mmapped IO

    群众注释:

    │ │ <*> Netlink device emulation

    群众注释:

    │ │ <*> Unix domain sockets

    群众注释:

    │ │ <M> PF_KEY sockets

    群众注释:

    │ │
  • TCP/IP networking

    群众注释:

    │ │
  • IP: multicasting

    群众注释:

    │ │
  • IP: advanced router

    群众注释:

    │ │
  • IP: policy routing

    群众注释:

    │ │
  • IP: use netfilter MARK value as routing key

    群众注释:

    │ │
  • IP: fast network address translation

    群众注释:

    │ │
  • IP: equal cost multipath

    群众注释:

    │ │
  • IP: use TOS value as routing key

    群众注释:

    │ │
  • IP: verbose route monitoring

    群众注释:

    │ │ [ ] IP: kernel level autoconfiguration

    群众注释:

    │ │ <M> IP: tunneling

    群众注释:

    │ │ <M> IP: GRE tunnels over IP

    群众注释:

    │ │
  • IP: broadcast GRE over IP

    群众注释:

    │ │
  • IP: multicast routing

    群众注释:

    │ │
  • IP: PIM-SM version 1 support

    群众注释:

    │ │
  • IP: PIM-SM version 2 support

    群众注释:

    │ │ [ ] IP: ARP daemon support (EXPERIMENTAL)

    群众注释:

    │ │ [ ] IP: TCP Explicit Congestion Notification support

    群众注释:

    │ │
  • IP: TCP syncookie support (disabled per default)

    群众注释:

    │ │ <M> IP: AH transformation

    群众注释:

    │ │ <M> IP: ESP transformation

    群众注释:

    │ │ <M> IP: IPComp transformation

    群众注释:

    IP: Virtual Server Configuration --->

    群众注释:

    │ │ <M> IP virtual server support (EXPERIMENTAL)

    群众注释:

    │ │ [ ] IP virtual server debugging

    群众注释:

    │ │ (16) IPVS connection table size (the Nth power of 2)

    群众注释:

    │ │ --- IPVS transport protocol load balancing support

    群众注释:

    │ │ [ ] TCP load balancing support (NEW)

    群众注释:

    │ │ [ ] UDP load balancing support (NEW)

    群众注释:

    │ │ [ ] ESP load balancing support (NEW)

    群众注释:

    │ │ [ ] AH load balancing support (NEW)

    群众注释:

    │ │ --- IPVS scheduler

    群众注释:

    │ │ <M> round-robin scheduling

    群众注释:

    │ │ <M> weighted round-robin scheduling

    群众注释:

    │ │ <M> least-connection scheduling scheduling

    群众注释:

    │ │ <M> weighted least-connection scheduling

    群众注释:

    │ │ <M> locality-based least-connection scheduling

    群众注释:

    │ │ <M> locality-based least-connection with replication scheduling

    群众注释:

    │ │ <M> destination hashing scheduling

    群众注释:

    │ │ <M> source hashing scheduling

    群众注释:

    │ │ < > shortest expected delay scheduling (NEW)

    群众注释:

    │ │ < > never queue scheduling (NEW)

    群众注释:

    │ │ --- IPVS application helper

    群众注释:

    <---

    │ │ <M> The IPv6 protocol (EXPERIMENTAL)

    群众注释:

    │ │
  • IPv6: Privacy Extensions (RFC 3041) support

    群众注释:

    │ │ <M> IPv6: AH transformation

    群众注释:

    │ │ <M> IPv6: ESP transformation

    群众注释:

    │ │ <M> IPv6: IPComp transformation

    群众注释:

    │ │ <M> IPv6: IPv6-in-IPv6 tunnel

    群众注释:

    │ │ <M> DECnet Support

    群众注释:

    │ │
  • DECnet: SIOCGIFCONF support

    群众注释:

    │ │
  • DECnet: router support (EXPERIMENTAL)

    群众注释:

    │ │
  • DECnet: use FWMARK value as routing key (EXPERIMENTAL)

    群众注释:

    │ │ <M> 802.1d Ethernet Bridging
  • Network packet filtering (replaces ipchains) --->

    群众注释:

    │ │ --- Network packet filtering (replaces ipchains)

    群众注释:

    │ │ [ ] Network packet filtering debugging

    群众注释:

    │ │
  • Bridged IP/ARP packets filtering (NEW)

    IP: Netfilter Configuration --->

    群众注释:

    │ │ <M> Connection tracking (required for masq/NAT)

    群众注释:

    │ │ <M> FTP protocol support

    群众注释:

    │ │ <M> IRC protocol support

    群众注释:

    │ │ <M> TFTP protocol support

    群众注释:

    │ │ <M> Amanda backup protocol support

    群众注释:

    │ │ <M> Userspace queueing via NETLINK

    群众注释:

    │ │ <M> IP tables support (required for filtering/masq/NAT)

    群众注释:

    │ │ <M> limit match support

    群众注释:

    │ │ < > IP range match support (NEW)

    群众注释:

    │ │ <M> MAC address match support

    群众注释:

    │ │ <M> Packet type match support

    群众注释:

    │ │ <M> netfilter MARK match support

    群众注释:

    │ │ <M> Multiple port match support

    群众注释:

    │ │ <M> TOS match support

    群众注释:

    │ │ <M> recent match support

    群众注释:

    │ │ <M> ECN match support

    群众注释:

    │ │ <M> DSCP match support

    群众注释:

    │ │ <M> AH/ESP match support

    群众注释:

    │ │ <M> LENGTH match support

    群众注释:

    │ │ <M> TTL match support

    群众注释:

    │ │ <M> tcpmss match support

    群众注释:

    │ │ <M> Helper match support

    群众注释:

    │ │ <M> Connection state match support

    群众注释:

    │ │ <M> Connection tracking match support

    群众注释:

    │ │ <M> Owner match support

    群众注释:

    │ │ < > Physdev match support (NEW)

    群众注释:

    │ │ <M> Packet filtering

    群众注释:

    │ │ <M> REJECT target support

    群众注释:

    │ │ <M> Full NAT

    群众注释:

    │ │ <M> MASQUERADE target support

    群众注释:

    │ │ <M> REDIRECT target support

    群众注释:

    │ │ < > NETMAP target support (NEW)

    群众注释:

    │ │ < > SAME target support (NEW)

    群众注释:

    │ │ [ ] NAT of local connections (READ HELP) (NEW)

    群众注释:

    │ │ <M> Basic SNMP-ALG support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Packet mangling

    群众注释:

    │ │ <M> TOS target support

    群众注释:

    │ │ <M> ECN target support

    群众注释:

    │ │ <M> DSCP target support

    群众注释:

    │ │ <M> MARK target support

    群众注释:

    │ │ < > CLASSIFY target support (NEW)

    群众注释:

    │ │ <M> LOG target support

    群众注释:

    │ │ <M> ULOG target support

    群众注释:

    │ │ <M> TCPMSS target support

    群众注释:

    │ │ <M> ARP tables support

    群众注释:

    │ │ <M> ARP packet filtering

    群众注释:

    │ │ <M> ARP payload mangling

    群众注释:

    │ │ <M> ipchains (2.2-style) support

    群众注释:

    │ │ <M> ipfwadm (2.0-style) support

    群众注释:

    <---

    IPv6: Netfilter Configuration --->

    群众注释:

    │ │ < > Userspace queueing via NETLINK

    群众注释:

    │ │ <M> IP6 tables support (required for filtering/masq/NAT)

    群众注释:

    │ │ <M> limit match support

    群众注释:

    │ │ <M> MAC address match support

    群众注释:

    │ │ <M> Routing header match support

    群众注释:

    │ │ <M> Hop-by-hop and Dst opts header match support

    群众注释:

    │ │ <M> Fragmentation header match support

    群众注释:

    │ │ <M> HL match support

    群众注释:

    │ │ <M> Multiple port match support

    群众注释:

    │ │ <M> Owner match support

    群众注释:

    │ │ <M> netfilter MARK match support

    群众注释:

    │ │ <M> IPv6 Extension Headers Match

    群众注释:

    │ │ <M> AH/ESP match support

    群众注释:

    │ │ <M> Packet Length match support

    群众注释:

    │ │ <M> EUI64 address check

    群众注释:

    │ │ <M> Packet filtering

    群众注释:

    │ │ <M> LOG target support

    群众注释:

    │ │ <M> Packet mangling

    群众注释:

    │ │ <M> MARK target support

    群众注释:

    <---

    DECnet: Netfilter Configuration --->

    群众注释:

    │ │ < > Routing message grabulator (for userland routing daemon) (NEW)

    群众注释:

    <---

    Bridge: Netfilter Configuration --->

    群众注释:

    │ │ < > Ethernet Bridge tables (ebtables) support (NEW)

    群众注释:

    <---

    │ │ <*> IPsec user configuration interface

    群众注释:

    SCTP Configuration (EXPERIMENTAL) --->

    群众注释:

    │ │ < > The SCTP Protocol (EXPERIMENTAL) (NEW)

    群众注释:

    <---

    │ │ <*> Asynchronous Transfer Mode (ATM) (EXPERIMENTAL)

    群众注释:

    │ │ <*> Classical IP over ATM (EXPERIMENTAL)

    群众注释:

    │ │ [ ] Do NOT send ICMP if no neighbour (EXPERIMENTAL)

    群众注释:
  •  楼主| 发表于 2004-3-11 13:59:39 | 显示全部楼层
    │ │ <M> LAN Emulation (LANE) support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Multi-Protocol Over ATM (MPOA) support (EXPERIMENTAL)

    群众注释:

    │ │ <M> RFC1483/2684 Bridged protocols

    群众注释:

    │ │
  • Per-VC IP filter kludge

    群众注释:

    │ │ <M> 802.1Q VLAN Support

    群众注释:

    │ │ < > ANSI/IEEE 802.2 LLC type 2 Support (NEW)

    群众注释:

    │ │ <M> The IPX protocol

    群众注释:

    │ │ [ ] IPX: Full internal IPX network

    群众注释:

    │ │ <M> Appletalk protocol support

    群众注释:

    │ │
  • Appletalk interfaces support

    群众注释:

    │ │ <M> Apple/Farallon LocalTalk PC support

    群众注释:

    │ │ <M> COPS LocalTalk PC support

    群众注释:

    │ │
  • Dayna firmware support

    群众注释:

    │ │
  • Tangent firmware support

    群众注释:

    │ │ <M> Appletalk-IP driver support

    群众注释:

    │ │
  • IP to Appletalk-IP Encapsulation support

    群众注释:

    │ │
  • Appletalk-IP to IP Decapsulation support

    群众注释:

    │ │ < > CCITT X.25 Packet Layer (EXPERIMENTAL)

    群众注释:

    │ │ < > LAPB Data Link Driver (EXPERIMENTAL)

    群众注释:

    │ │
  • Frame Diverter (EXPERIMENTAL)

    群众注释:

    │ │ < > Acorn Econet/AUN protocols (EXPERIMENTAL)

    群众注释:

    │ │ <M> WAN router

    群众注释:

    │ │ [ ] Fast switching (read help!)

    群众注释:

    │ │ [ ] Forwarding between high speed interfaces

    群众注释:

    QoS and/or fair queueing --->

    群众注释:

    │ │
  • QoS and/or fair queueing

    群众注释:

    │ │ <M> CBQ packet scheduler

    群众注释:

    │ │ <M> HTB packet scheduler

    群众注释:

    │ │ < > HFSC packet scheduler (NEW)

    群众注释:

    │ │ <M> CSZ packet scheduler

    群众注释:

    │ │ < > ATM pseudo-scheduler

    群众注释:

    │ │ <M> The simplest PRIO pseudoscheduler

    群众注释:

    │ │ <M> RED queue

    群众注释:

    │ │ <M> SFQ queue

    群众注释:

    │ │ <M> TEQL queue

    群众注释:

    │ │ <M> TBF queue

    群众注释:

    │ │ <M> GRED queue

    群众注释:

    │ │ <M> Diffserv field marker

    群众注释:

    │ │ <M> Ingress Qdisc

    群众注释:

    │ │
  • QoS support

    群众注释:

    │ │
  • Rate estimator

    群众注释:

    │ │
  • Packet classifier API

    群众注释:

    │ │ <M> TC index classifier

    群众注释:

    │ │ <M> Routing table based classifier

    群众注释:

    │ │ <M> Firewall based classifier

    群众注释:

    │ │ <M> U32 classifier

    群众注释:

    │ │ <M> Special RSVP classifier

    群众注释:

    │ │ <M> Special RSVP classifier for IPv6

    群众注释:

    │ │
  • Traffic policing (needed for in/egress)

    群众注释:

    <---

    Network testing --->

    群众注释:

    │ │ < > Packet Generator (USE WITH CAUTION)

    群众注释:

    <---

    <---

    │ │
  • Network device support

    群众注释:

    ARCnet devices --->

    群众注释:

    │ │ < > ARCnet support

    群众注释:

    <---

    │ │ <M> Dummy net driver support

    群众注释:

    │ │ <M> Bonding driver support

    群众注释:

    │ │ <M> EQL (serial line load balancing) support

    群众注释:

    │ │ <M> Universal TUN/TAP device driver support

    群众注释:

    │ │ <M> Ethertap network tap

    群众注释:

    │ │ <M> General Instruments Surfboard 1000

    群众注释:

    Ethernet (10 or 100Mbit) --->

    群众注释:

    │ │
  • Ethernet (10 or 100Mbit)

    群众注释:

    │ │ <M> Generic Media Independent Interface device support (NEW)

    群众注释:

    │ │ <M> Sun Happy Meal 10/100baseT support

    群众注释:

    │ │ <M> Sun GEM support

    群众注释:

    │ │
  • 3COM cards

    群众注释:

    │ │ <M> 3c501 "EtherLink" support

    群众注释:

    │ │ <M> 3c503 "EtherLink II" support

    群众注释:

    │ │ <M> 3c505 "EtherLink Plus" support

    群众注释:

    │ │ <M> 3c507 "EtherLink 16" support (EXPERIMENTAL)

    群众注释:

    │ │ <M> 3c509/3c529 (MCA)/3c569B (98)/3c579 "EtherLink III" support

    群众注释:

    │ │ <M> 3c515 ISA "Fast EtherLink"

    群众注释:

    │ │ <M> 3c590/3c900 series (592/595/597) "Vortex/Boomerang" support

    群众注释:

    │ │ <M> 3cr990 series "Typhoon" support

    群众注释:

    │ │ <M> AMD LANCE and PCnet (AT1500 and NE2100) support

    群众注释:

    │ │
  • Western Digital/SMC cards

    群众注释:

    │ │ <M> WD80*3 support

    群众注释:

    │ │ <M> SMC Ultra support

    群众注释:

    │ │ <M> SMC Ultra32 EISA support

    群众注释:

    │ │ <M> SMC 9194 support

    群众注释:

    │ │
  • Racal-Interlan (Micom) NI cards

    群众注释:

    │ │ <M> NI5010 support (EXPERIMENTAL)

    群众注释:

    │ │ <M> NI5210 support

    群众注释:

    │ │ <M> NI6510 support

    群众注释:

    Tulip family network device support --->

    群众注释:

    │ │ [ ] "Tulip" family network device support (NEW)

    群众注释:

    <---

    │ │ <M> AT1700/1720/RE1000Plus(C-Bus) support (EXPERIMENTAL)

    群众注释:

    │ │ <M> DEPCA, DE10x, DE200, DE201, DE202, DE422 support

    群众注释:

    │ │ <M> HP 10/100VG PCLAN (ISA, EISA, PCI) support

    群众注释:

    │ │
  • Other ISA cards

    群众注释:

    │ │ <M> Cabletron E21xx support

    群众注释:

    │ │ <M> EtherWORKS 3 (DE203, DE204, DE205) support

    群众注释:

    │ │ <M> EtherExpress 16 support

    群众注释:

    │ │ <M> EtherExpressPro support/EtherExpress 10 (i82595) support

    群众注释:

    │ │ <M> HP PCLAN+ (27247B and 27252A) support

    群众注释:

    │ │ <M> HP PCLAN (27245 and other 27xxx series) support

    群众注释:

    │ │ <M> LP486E on board Ethernet

    群众注释:

    │ │ <M> ICL EtherTeam 16i/32 support

    群众注释:

    │ │ <M> NE2000/NE1000 support

    群众注释:

    │ │ < > Zenith Z-Note support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ < > SEEQ8005 support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │
  • EISA, VLB, PCI and on board controllers

    群众注释:

    │ │ <M> AMD PCnet32 PCI support

    群众注释:

    │ │ <M> AMD 8111 (new PCI lance) support

    群众注释:

    │ │ <M> Adaptec Starfire/DuraLAN support

    群众注释:

    │ │ [ ] Use Rx Polling (NAPI) (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> Ansel Communications EISA 3200 support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Apricot Xen-II on board Ethernet

    群众注释:

    │ │ <M> Broadcom 4400 ethernet support (EXPERIMENTAL)

    群众注释:

    │ │ < > Reverse Engineered nForce Ethernet support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> CS89x0 support

    群众注释:

    │ │ <M> Digi Intl. RightSwitch SE-X support

    群众注释:

    │ │ <M> EtherExpressPro/100 support (eepro100, original Becker driver)

    群众注释:

    │ │ [ ] Use PIO instead of MMIO

    群众注释:

    │ │ <M> EtherExpressPro/100 support (e100, Alternate Intel driver)

    群众注释:

    │ │ <M> Mylex EISA LNE390A/B support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Myson MTD-8xx PCI Ethernet support

    群众注释:

    │ │ <M> National Semiconductor DP8381x series PCI Ethernet support

    群众注释:

    │ │ <M> PCI NE2000 and clones support (see help)

    群众注释:

    │ │ <M> Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Racal-Interlan EISA ES3210 support (EXPERIMENTAL)

    群众注释:

    │ │ <M> RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)

    群众注释:

    │ │ <M> RealTek RTL-8139 PCI Fast Ethernet Adapter support

    群众注释:

    │ │ [ ] Use PIO instead of MMIO

    群众注释:

    │ │ [ ] Support for uncommon RTL-8139 rev. K (automatic channel equalization)

    群众注释:

    │ │
  • Support for older RTL-8129/8130 boards

    群众注释:

    │ │ [ ] Use older RX-reset method

    群众注释:

    │ │ (2) Receive ring size (0 => 8K, 1 => 16K, 2 => 32K, 3 => 64K) (NEW)

    群众注释:

    │ │ <M> SiS 900/7016 PCI Fast Ethernet Adapter support

    群众注释:

    │ │ <M> SMC EtherPower II

    群众注释:

    │ │ <M> Sundance Alta support

    群众注释:

    │ │ [ ] Use MMIO instead of PIO

    群众注释:

    │ │ <M> TI ThunderLAN support

    群众注释:

    │ │ <M> VIA Rhine support

    群众注释:

    │ │ [ ] Use MMIO instead of PIO (EXPERIMENTAL)

    群众注释:

    │ │
  • Pocket and portable adapters

    群众注释:

    │ │ <M> AT-LAN-TEC/RealTek pocket adapter support

    群众注释:

    │ │ <M> D-Link DE600 pocket adapter support

    群众注释:

    │ │ <M> D-Link DE620 pocket adapter support

    群众注释:

    <---

    Ethernet (1000 Mbit) --->

    群众注释:

    │ │ <M> Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support

    群众注释:

    │ │ [ ] Omit support for old Tigon I based AceNICs

    群众注释:

    │ │ <M> D-Link DL2000-based Gigabit Ethernet support

    群众注释:

    │ │ <M> Intel(R) PRO/1000 Gigabit Ethernet support

    群众注释:

    │ │
  • Use Rx Polling (NAPI)

    群众注释:

    │ │ <M> National Semiconduct DP83820 support

    群众注释:

    │ │ <M> Packet Engines Hamachi GNIC-II support

    群众注释:

    │ │ <M> Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Realtek 8169 gigabit ethernet support

    群众注释:

    │ │ < > SiS190 gigabit ethernet support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> Marvell Yukon Chipset / SysKonnect SK-98xx Support

    群众注释:

    │ │ <M> Broadcom Tigon3 support

    群众注释:

    <---

    Ethernet (10000 Mbit) --->

    群众注释:

    │ │ <*> Intel(R) PRO/10GbE support

    群众注释:

    │ │
  • Use Rx Polling (NAPI) (EXPERIMENTAL)

    群众注释:

    <---

    │ │
  • FDDI driver support

    群众注释:

    │ │ <M> Digital DEFEA and DEFPA adapter support

    群众注释:

    │ │ <M> SysKonnect FDDI PCI support

    群众注释:

    │ │ [ ] HIPPI driver support (EXPERIMENTAL)

    群众注释:

    │ │ <M> PLIP (parallel port) support

    群众注释:

    │ │ <M> PPP (point-to-point protocol) support

    群众注释:

    │ │
  • PPP multilink support (EXPERIMENTAL)

    群众注释:

    │ │
  • PPP filtering

    群众注释:

    │ │ <M> PPP support for async serial ports

    群众注释:

    │ │ <M> PPP support for sync tty ports

    群众注释:

    │ │ < > PPP Deflate compression

    群众注释:

    │ │ < > PPP BSD-Compress compression

    群众注释:

    │ │ < > PPP over Ethernet (EXPERIMENTAL)

    群众注释:

    │ │ <M> PPP over ATM

    群众注释:

    │ │ <M> SLIP (serial line) support

    群众注释:

    │ │
  • CSLIP compressed headers

    群众注释:

    │ │
  • Keepalive and linefill

    群众注释:

    │ │
  • Six bit SLIP encapsulation

    群众注释:

    Wireless LAN (non-hamradio) --->

    群众注释:

    │ │
  • Wireless LAN drivers (non-hamradio) & Wireless Extensions

    群众注释:

    │ │ --- Obsolete Wireless cards support (pre-802.11)

    群众注释:

    │ │ <M> STRIP (Metricom starmode radio IP)

    群众注释:

    │ │ <M> Aironet Arlan 655 & IC2200 DS support

    群众注释:

    │ │ <M> AT&T/Lucent old WaveLAN & DEC RoamAbout DS ISA support

    群众注释:

    │ │ <M> AT&T/Lucent old WaveLAN Pcmcia wireless support

    群众注释:

    │ │ <M> Xircom Netwave AirSurfer Pcmcia wireless support

    群众注释:

    │ │ --- Wireless 802.11 Frequency Hopping cards support

    群众注释:

    │ │ <M> Aviator/Raytheon 2.4MHz wireless support

    群众注释:

    │ │ --- Wireless 802.11b ISA/PCI cards support

    群众注释:

    │ │ <M> Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards

    群众注释:

    │ │ <M> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol)

    群众注释:

    │ │ <M> Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.) (EXPERIMENTAL)

    群众注释:

    │ │ < > Hermes in TMD7160 based PCI adaptor support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL)

    群众注释:

    │ │ < > Atmel at76c50x chipset 802.11b support (NEW)

    群众注释:

    │ │ --- Wireless 802.11b Pcmcia/Cardbus cards support

    群众注释:

    │ │ <M> Hermes PCMCIA card support

    群众注释:

    │ │ <M> Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards

    群众注释:

    │ │ < > Planet WL3501 PCMCIA cards (NEW)

    群众注释:

    Token Ring devices --->

    群众注释:

    │ │
  • Token Ring driver support

    群众注释:

    │ │ <M> IBM Tropic chipset based adapter support

    群众注释:

    │ │ <M> IBM Olympic chipset PCI adapter support

    群众注释:

    │ │ <M> IBM Lanstreamer chipset PCI adapter support

    群众注释:

    │ │ <M> 3Com 3C359 Token Link Velocity XL adapter support

    群众注释:

    │ │ <M> Generic TMS380 Token Ring ISA/PCI adapter support

    群众注释:

    │ │ <M> Generic TMS380 PCI support

    群众注释:

    │ │ < > SysKonnect TR4/16 ISA support (NEW)

    群众注释:

    │ │ < > Proteon ISA support (NEW)

    群众注释:

    │ │ <M> Madge Smart 16/4 PCI Mk2 support

    群众注释:

    │ │ <M> SMC ISA/MCA adapter support

    群众注释:

    <---

    │ │
  • Fibre Channel driver support

    群众注释:

    │ │ < > Red Creek Hardware VPN (EXPERIMENTAL)

    群众注释:

    │ │ <M> Traffic Shaper (EXPERIMENTAL)

    群众注释:

    Wan interfaces --->

    群众注释:

    │ │
  • Wan interfaces support

    群众注释:

    │ │ <M> Comtrol Hostess SV-11 support

    群众注释:

    │ │ <M> COSA/SRP sync serial boards support

    群众注释:

    │ │ < > Etinc PCISYNC serial board support

    群众注释:

    │ │ < > LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards

    群众注释:

    │ │ <M> Sealevel Systems 4021 support

    群众注释:

    │ │ < > SyncLink HDLC/SYNCPPP support

    群众注释:

    │ │ < > Generic HDLC layer

    群众注释:

    │ │ <M> Frame relay DLCI support

    群众注释:

    │ │ (24) Max open DLCI

    群众注释:

    │ │ (8) Max DLCI per device

    群众注释:

    │ │ <M> SDLA (Sangoma S502/S508) support

    群众注释:

    │ │
  • WAN router drivers

    群众注释:

    │ │ <M> Cyclom 2X(tm) cards (EXPERIMENTAL)

    群众注释:

    │ │
  • Cyclom 2X X.25 support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Granch SBNI12 Leased Line adapter support

    群众注释:

    │ │
  • Multiple line feature support

    群众注释:

    <---

    PCMCIA network device support --->

    群众注释:

    │ │
  • PCMCIA network device support

    群众注释:

    │ │ <M> 3Com 3c589 PCMCIA support

    群众注释:

    │ │ <M> 3Com 3c574 PCMCIA support

    群众注释:

    │ │ <M> Fujitsu FMV-J18x PCMCIA support

    群众注释:

    │ │ <M> NE2000 compatible PCMCIA support

    群众注释:

    │ │ <M> New Media PCMCIA support

    群众注释:

    │ │ <M> SMC 91Cxx PCMCIA support

    群众注释:

    │ │ <M> Xircom 16-bit PCMCIA support

    群众注释:

    │ │ <M> Asix AX88190 PCMCIA support

    群众注释:

    │ │ <M> IBM PCMCIA tokenring adapter support

    群众注释:

    <---

    ATM drivers --->

    群众注释:

    │ │ <M> ATM over TCP

    群众注释:

    │ │ <M> Efficient Networks Speedstream 3010

    群众注释:

    │ │ <M> Efficient Networks ENI155P

    群众注释:

    │ │ [ ] Enable extended debugging

    群众注释:

    │ │ [ ] Fine-tune burst settings

    群众注释:

    │ │ <M> Fujitsu FireStream (FS50/FS155)

    群众注释:

    │ │ <M> ZeitNet ZN1221/ZN1225

    群众注释:
  •  楼主| 发表于 2004-3-11 14:00:37 | 显示全部楼层
    │ │ [ ] Enable extended debugging

    群众注释:

    │ │ <M> IDT 77201 (NICStAR) (ForeRunnerLE)

    群众注释:

    │ │
  • Use suni PHY driver (155Mbps)

    群众注释:

    │ │
  • Use IDT77015 PHY driver (25Mbps)

    群众注释:

    │ │ <M> IDT 77252 (NICStAR II)

    群众注释:

    │ │ [ ] Enable debugging messages

    群众注释:

    │ │ [ ] Receive ALL cells in raw queue

    群众注释:

    │ │ <M> Madge Ambassador (Collage PCI 155 Server)

    群众注释:

    │ │ [ ] Enable debugging messages

    群众注释:

    │ │ <M> Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client)

    群众注释:

    │ │ [ ] Enable debugging messages

    群众注释:

    │ │ <M> Interphase ATM PCI x575/x525/x531

    群众注释:

    │ │ [ ] Enable debugging messages

    群众注释:

    │ │ <M> FORE Systems 200E-series

    群众注释:

    │ │
  • PCA-200E support

    群众注释:

    │ │
  • Use default PCA-200E firmware (normally enabled)

    群众注释:

    │ │ (16) Maximum number of tx retries

    群众注释:

    │ │ (0) Debugging level (0-3)

    群众注释:

    │ │ < > ForeRunner HE Series (NEW)

    群众注释:

    <---

    Amateur Radio support --->

    群众注释:

    │ │
  • Amateur Radio support

    群众注释:

    │ │ --- Packet Radio protocols

    群众注释:

    │ │ <M> Amateur Radio AX.25 Level 2 protocol

    群众注释:

    │ │
  • AX.25 DAMA Slave support

    群众注释:

    │ │ <M> Amateur Radio NET/ROM protocol

    群众注释:

    │ │ <M> Amateur Radio X.25 PLP (Rose)

    群众注释:

    AX.25 network device drivers --->

    群众注释:

    │ │ <M> Serial port KISS driver

    群众注释:

    │ │ <M> Serial port 6PACK driver

    群众注释:

    │ │ <M> BPQ Ethernet driver

    群众注释:

    │ │ <M> High-speed (DMA) SCC driver for AX.25

    群众注释:

    │ │ <M> Z8530 SCC driver

    群众注释:

    │ │
  • additional delay for PA0HZP OptoSCC compatible boards

    群众注释:

    │ │
  • support for TRX that feedback the tx signal to rx

    群众注释:

    │ │ <M> BAYCOM ser12 fullduplex driver for AX.25

    群众注释:

    │ │ <M> BAYCOM ser12 halfduplex driver for AX.25

    群众注释:

    │ │ <M> BAYCOM picpar and par96 driver for AX.25

    群众注释:

    │ │ <M> BAYCOM epp driver for AX.25

    群众注释:

    │ │ <M> YAM driver for AX.25

    群众注释:

    <---

    IrDA (infrared) support --->

    群众注释:

    │ │ <*> IrDA subsystem support

    群众注释:

    │ │ --- IrDA protocols

    群众注释:

    │ │ <*> IrLAN protocol

    群众注释:

    │ │ <M> IrNET protocol

    群众注释:

    │ │ <M> IrCOMM protocol

    群众注释:

    │ │
  • Ultra (connectionless) protocol

    群众注释:

    │ │ --- IrDA options

    群众注释:

    │ │
  • Cache last LSAP

    群众注释:

    │ │
  • Fast RRs (low latency)

    群众注释:

    │ │
  • Debug information

    群众注释:

    Infrared-port device drivers --->

    群众注释:

    │ │ --- SIR device drivers

    群众注释:

    │ │ <M> IrTTY (uses Linux serial driver)

    群众注释:

    │ │ --- Dongle support

    群众注释:

    │ │
  • Serial dongle support

    群众注释:

    │ │ <M> ESI JetEye PC dongle

    群众注释:

    │ │ <M> ACTiSYS IR-220L and IR220L+ dongle

    群众注释:

    │ │ <M> Tekram IrMate 210B dongle

    群众注释:

    │ │ <M> Parallax LiteLink dongle

    群众注释:

    │ │ <M> Mobile Action MA600 dongle

    群众注释:

    │ │ <M> Greenwich GIrBIL dongle

    群众注释:

    │ │ <M> Microchip MCP2120

    群众注释:

    │ │ <M> Old Belkin dongle

    群众注释:

    │ │ <M> ACTiSYS IR-200L dongle

    群众注释:

    │ │ --- Old SIR device drivers

    群众注释:

    │ │ <M> IrPORT (IrDA serial driver)

    群众注释:

    │ │ --- Old Serial dongle support

    群众注释:

    │ │
  • Old Serial dongle support

    群众注释:

    │ │ <M> ESI JetEye PC dongle

    群众注释:

    │ │ <M> ACTiSYS IR-220L and IR220L+ dongle

    群众注释:

    │ │ <M> Tekram IrMate 210B dongle

    群众注释:

    │ │ <M> Greenwich GIrBIL dongle

    群众注释:

    │ │ <M> Parallax LiteLink dongle

    群众注释:

    │ │ <M> Microchip MCP2120

    群众注释:

    │ │ <M> Old Belkin dongle

    群众注释:

    │ │ <M> ACTiSYS IR-200L dongle (EXPERIMENTAL)

    群众注释:

    │ │ <M> Mobile Action MA600 dongle (EXPERIMENTAL)

    群众注释:

    │ │ --- FIR device drivers

    群众注释:

    │ │ <M> IrDA USB dongles

    群众注释:

    │ │ <M> NSC PC87108/PC87338

    群众注释:

    │ │ <M> Winbond W83977AF (IR)

    群众注释:

    │ │ <M> Toshiba Type-O IR Port

    群众注释:

    │ │ <M> SMSC IrCC (EXPERIMENTAL)

    群众注释:

    │ │ <M> ALi M5123 FIR (EXPERIMENTAL)

    群众注释:

    │ │ <M> VLSI 82C147 SIR/MIR/FIR (EXPERIMENTAL)

    群众注释:

    │ │ <M> VIA VT8231/VT1211 SIR/MIR/FIR

    群众注释:

    <---

    <---

    Bluetooth support --->

    群众注释:

    │ │ <M> Bluetooth subsystem support

    群众注释:

    │ │ <M> L2CAP protocol support

    群众注释:

    │ │ <M> SCO links support

    群众注释:

    │ │ <M> RFCOMM protocol support

    群众注释:

    │ │
  • RFCOMM TTY support

    群众注释:

    │ │ <M> BNEP protocol support

    群众注释:

    │ │
  • Multicast filter support

    群众注释:

    │ │
  • Protocol filter support

    群众注释:

    Bluetooth device drivers --->

    群众注释:

    │ │ <M> HCI USB driver

    群众注释:

    │ │
  • SCO (voice) support

    群众注释:

    │ │ <M> HCI UART driver

    群众注释:

    │ │
  • UART (H4) protocol support

    群众注释:

    │ │
  • BCSP protocol support

    群众注释:

    │ │
  • Transmit CRC with every BCSP packet

    群众注释:

    │ │ <M> HCI BCM203x USB driver

    群众注释:

    │ │ <M> HCI BlueFRITZ! USB driver

    群众注释:

    │ │ <M> HCI DTL1 (PC Card) driver

    群众注释:

    │ │ <M> HCI BT3C (PC Card) driver

    群众注释:

    │ │ <M> HCI BlueCard (PC Card) driver

    群众注释:

    │ │ <M> HCI UART (PC Card) device driver

    群众注释:

    │ │ <M> HCI VHCI (Virtual HCI device) driver

    群众注释:

    <---

    <---

    <---

    ISDN subsystem --->

    群众注释:

    │ │
  • ISDN support

    群众注释:

    Old ISDN4Linux --->

    群众注释:

    │ │ <M> Old ISDN4Linux (obsolete)

    群众注释:

    │ │
  • Support raw-IP and other simple protocols

    群众注释:

    │ │
  • Support CISCO router protocols

    群众注释:

    │ │
  • Support synchronous PPP

    群众注释:

    │ │
  • Use VJ-compression with synchronous PPP

    群众注释:

    │ │
  • Support generic MP (RFC 1717)

    群众注释:

    │ │ <M> Support BSD compression

    群众注释:

    │ │
  • Support audio via ISDN

    群众注释:

    │ │
  • Support AT-Fax Class 1 and 2 commands

    群众注释:

    ISDN feature submodules --->

    群众注释:

    │ │ <M> isdnloop support

    群众注释:

    <---

    <---

    │ │ --- CAPI subsystem

    群众注释:

    │ │ <M> CAPI2.0 support

    群众注释:

    │ │
  • Verbose reason code reporting (kernel size +=7K)

    群众注释:

    │ │
  • CAPI2.0 Middleware support (EXPERIMENTAL)

    群众注释:

    │ │ <M> CAPI2.0 /dev/capi support

    群众注释:

    │ │
  • CAPI2.0 filesystem support

    群众注释:

    │ │ <M> CAPI2.0 capidrv interface support

    群众注释:

    │ │ --- CAPI hardware drivers

    群众注释:

    Active AVM cards --->

    群众注释:

    │ │
  • Support AVM cards

    群众注释:

    │ │ <M> AVM B1 ISA support

    群众注释:

    │ │ <M> AVM B1 PCI support

    群众注释:

    │ │
  • AVM B1 PCI V4 support

    群众注释:

    │ │ <M> AVM T1/T1-B ISA support

    群众注释:

    │ │ <M> AVM B1/M1/M2 PCMCIA support

    群众注释:

    │ │ <M> AVM B1/M1/M2 PCMCIA cs module

    群众注释:

    │ │ <M> AVM T1/T1-B PCI support

    群众注释:

    │ │ <M> AVM C4/C2 support

    群众注释:

    <---

    Active Eicon DIVA Server cards --->

    群众注释:

    │ │
  • Support Eicon cards

    群众注释:

    │ │ <M> Support Eicon DIVA Server cards

    群众注释:

    │ │
  • DIVA Server BRI/PCI support

    群众注释:

    │ │
  • DIVA Server PRI/PCI support

    群众注释:

    │ │ <M> DIVA CAPI2.0 interface support

    群众注释:

    │ │ <M> DIVA User-IDI interface support

    群众注释:

    │ │ <M> DIVA Maint driver support

    群众注释:

    <---

    <---

    Telephony Support --->

    群众注释:

    │ │ <M> Linux telephony support

    群众注释:

    │ │ <M> QuickNet Internet LineJack/PhoneJack support

    群众注释:

    │ │ <M> QuickNet Internet LineJack/PhoneJack PCMCIA support

    群众注释:

    <---

    Input device support --->

    群众注释:

    │ │ --- Userland interfaces

    群众注释:

    │ │ --- Mouse interface

    群众注释:

    │ │ (1024) Horizontal screen resolution

    群众注释:

    │ │ (768) Vertical screen resolution

    群众注释:

    │ │ <M> Joystick interface

    群众注释:

    │ │ <M> Touchscreen interface

    群众注释:

    │ │ (240) Horizontal screen resolution (NEW)

    群众注释:

    │ │ (320) Vertical screen resolution (NEW)

    群众注释:

    │ │ <M> Event interface

    群众注释:

    │ │ <M> Event debugging

    群众注释:

    │ │ --- Input I/O drivers

    群众注释:

    │ │ <M> Gameport support

    群众注释:

    │ │ <M> Classic ISA and PnP gameport support

    群众注释:

    │ │ <M> PDPI Lightning 4 gamecard support

    群众注释:

    │ │ <M> SB Live and Audigy gameport support

    群众注释:

    │ │ <M> Aureal Vortex, Vortex 2 gameport support

    群众注释:

    │ │ <M> ForteMedia FM801 gameport support

    群众注释:

    │ │ <M> Crystal SoundFusion gameport support

    群众注释:

    │ │ <*> Serial port line discipline (NEW)

    群众注释:

    │ │ <M> ct82c710 Aux port controller

    群众注释:

    │ │ <M> Parallel port keyboard adapter

    群众注释:

    │ │ <M> PCI PS/2 keyboard and PS/2 mouse controller

    群众注释:

    │ │ --- Input Device Drivers

    群众注释:

    │ │ --- Keyboards

    群众注释:

    │ │ <M> Sun Type 4 and Type 5 keyboard support

    群众注释:

    │ │ <M> XT Keyboard support

    群众注释:

    │ │ <M> Newton keyboard

    群众注释:

    │ │
  • Mice (NEW)

    群众注释:

    │ │ <*> PS/2 mouse (NEW)

    群众注释:

    │ │ <M> Serial mouse

    群众注释:

    │ │ <M> InPort/MS/ATIXL busmouse

    群众注释:

    │ │
  • ATI XL variant

    群众注释:

    │ │ <M> Logitech busmouse

    群众注释:

    │ │ <M> IBM PC110 touchpad

    群众注释:

    │ │
  • Joysticks

    群众注释:

    │ │ <M> Classic PC analog joysticks and gamepads

    群众注释:

    │ │ <M> Assasin 3D and MadCatz Panther devices

    群众注释:

    │ │ <M> Logitech ADI digital joysticks and gamepads

    群众注释:

    │ │ <M> Creative Labs Blaster Cobra gamepad

    群众注释:

    │ │ <M> Genius Flight2000 Digital joysticks and gamepads

    群众注释:

    │ │ <M> Gravis GrIP joysticks and gamepads

    群众注释:

    │ │ <M> Gravis GrIP MultiPort

    群众注释:

    │ │ <M> Guillemot joysticks and gamepads

    群众注释:

    │ │ <M> InterAct digital joysticks and gamepads

    群众注释:

    │ │ <M> Microsoft SideWinder digital joysticks and gamepads

    群众注释:

    │ │ <M> ThrustMaster DirectConnect joysticks and gamepads

    群众注释:

    │ │ <M> I-Force devices

    群众注释:

    │ │
  • I-Force USB joysticks and wheels

    群众注释:

    │ │
  • I-Force Serial joysticks and wheels

    群众注释:

    │ │ <M> Logitech WingMan Warrior joystick

    群众注释:

    │ │ <M> LogiCad3d Magellan/SpaceMouse 6dof controllers

    群众注释:

    │ │ <M> SpaceTec SpaceOrb/Avenger 6dof controllers

    群众注释:

    │ │ <M> SpaceTec SpaceBall 6dof controllers

    群众注释:

    │ │ <M> Gravis Stinger gamepad

    群众注释:

    │ │ <M> Twiddler as a joystick

    群众注释:

    │ │ <M> Multisystem, Sega Genesis, Saturn joysticks and gamepads

    群众注释:

    │ │ <M> Multisystem, NES, SNES, N64, PSX joysticks and gamepads

    群众注释:

    │ │ <M> Multisystem joysticks via TurboGraFX device

    群众注释:

    │ │ <M> Gameport data dumper

    群众注释:

    │ │
  • Touchscreens

    群众注释:

    │ │ <M> Gunze AHL-51S touchscreen

    群众注释:

    │ │
  • Misc

    群众注释:

    │ │ <M> PC Speaker support

    群众注释:

    │ │ <*> User level driver support

    群众注释:

    <---

    Character devices --->

    群众注释:

    │ │
  • Non-standard serial port support

    群众注释:

    │ │ <M> Computone IntelliPort Plus serial support

    群众注释:

    │ │ <*> Comtrol RocketPort support

    群众注释:

    │ │ <*> Cyclades async mux support

    群众注释:

    │ │
  • Cyclades-Z interrupt mode operation (EXPERIMENTAL)

    群众注释:

    │ │ <*> Digiboard Intelligent Async Support

    群众注释:

    │ │ <*> Hayes ESP serial port support

    群众注释:

    │ │ <*> Moxa Intellio support

    群众注释:

    │ │ <*> Moxa SmartIO support

    群众注释:

    │ │ <M> Multi-Tech multiport card support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Microgate SyncLink card support

    群众注释:

    │ │ <M> SyncLink Multiport support

    群众注释:

    │ │ <M> HDLC line discipline support

    群众注释:

    │ │ <M> SDL RISCom/8 card support

    群众注释:

    │ │ <M> Specialix IO8+ card support

    群众注释:

    │ │
  • Specialix DTR/RTS pin is RTS

    群众注释:

    │ │ <M> Specialix SX (and SI) card support

    群众注释:

    │ │ <M> Specialix RIO system support

    群众注释:

    │ │
  • Support really old RIO/PCI cards

    群众注释:

    │ │
  • Stallion multiport serial support

    群众注释:

    │ │ <M> Stallion EasyIO or EC8/32 support

    群众注释:

    │ │ <M> Stallion EC8/64, ONboard, Brumby support

    群众注释:

    Serial drivers --->

    群众注释:

    │ │ <M> 8250/16550 and compatible serial support (NEW)

    群众注释:

    │ │ <M> 8250/16550 PCMCIA device support

    群众注释:

    │ │ (4) Maximum number of non-legacy 8250/16550 serial ports (NEW)

    群众注释:

    │ │
  • Extended 8250/16550 serial driver options

    群众注释:

    │ │
  • Support more than 4 legacy serial ports

    群众注释:

    │ │
  • Support for sharing serial interrupts

    群众注释:

    │ │
  • Autodetect IRQ on standard ports (unsafe)

    群众注释:

    │ │
  • Support special multiport boards

    群众注释:

    │ │
  • Support RSA serial ports

    群众注释:

    │ │ --- Non-8250 serial port support

    群众注释:

    <---

    │ │
  • Unix98 PTY support

    群众注释:

    │ │ (2048) Maximum number of Unix98 PTYs in use (0-2048)

    群众注释:

    │ │ <M> Parallel printer support

    群众注释:

    │ │
  • Support for console on line printer

    群众注释:

    │ │ <M> Support for user-space parallel port device drivers

    群众注释:

    │ │ <M> Texas Instruments parallel link cable support

    群众注释:

    Mice --->

    群众注释:

    │ │ <M> Bus Mouse Support

    群众注释:

    <---

    │ │ <M> QIC-02 tape support

    群众注释:

    │ │
  • Do you want runtime configuration for QIC-02

    群众注释:

    │ │ --- Setting runtime QIC-02 configuration is done with qic02conf

    群众注释:

    │ │ --- from the tpqic02-support package. It is available at

    群众注释:

    │ │ --- metalab.unc.edu or ftp://titus.cfw.com/pub/Linux/util/

    群众注释:

    IPMI --->

    群众注释:

    │ │ <M> IPMI top-level message handler

    群众注释:

    │ │
  • Generate a panic event to all BMCs on a panic

    群众注释:

    │ │
  • Generate OEM events containing the panic string

    群众注释:

    │ │ <M> Device interface for IPMI

    群众注释:

    │ │ <M> IPMI KCS handler

    群众注释:

    │ │ <M> IPMI Watchdog Timer

    群众注释:

    <---

    Watchdog Cards --->

    群众注释:

    │ │
  • Watchdog Timer Support

    群众注释:

    │ │
  • Disable watchdog shutdown on close

    群众注释:

    │ │ --- Watchdog Device Drivers

    群众注释:

    │ │ <M> Software watchdog

    群众注释:

    │ │ <M> Acquire SBC Watchdog Timer

    群众注释:

    │ │ <M> Advantech SBC Watchdog Timer

    群众注释:

    │ │ <M> ALi M1535 PMU Watchdog Timer

    群众注释:

    │ │ <M> ALi M7101 PMU Computer Watchdog

    群众注释:

    │ │ <M> AMD 766/768 TCO Timer/Watchdog

    群众注释:

    │ │ <M> AMD Elan SC520 processor Watchdog

    群众注释:

    │ │ <M> Eurotech CPU-1220/1410 Watchdog Timer

    群众注释:

    │ │ <M> IB700 SBC Watchdog Timer

    群众注释:

    │ │ <M> ICP Wafer 5823 Single Board Computer Watchdog

    群众注释:

    │ │ <M> Intel i8xx TCO Timer/Watchdog

    群众注释:

    │ │ <M> National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog

    群众注释:

    │ │ <M> National Semiconductor SCx200 Watchdog

    群众注释:

    │ │ <M> SBC-60XX Watchdog Timer

    群众注释:

    │ │ <M> SMA CPU5 Watchdog

    群众注释:

    │ │ <M> W83627HF Watchdog Timer

    群众注释:

    │ │ <M> W83877F (EMACS) Watchdog Timer

    群众注释:

    │ │ <M> ZF MachZ Watchdog

    群众注释:

    │ │ --- ISA-based Watchdog Cards

    群众注释:

    │ │ <M> Berkshire Products ISA-PC Watchdog

    群众注释:

    │ │ <M> Mixcom Watchdog

    群众注释:

    │ │ <M> WDT Watchdog timer

    群众注释:

    │ │
  • WDT501 features

    群众注释:

    │ │
  • Fan Tachometer

    群众注释:
  •  楼主| 发表于 2004-3-11 14:01:37 | 显示全部楼层
    │ │ --- PCI-based Watchdog Cards

    群众注释:

    │ │ <M> Berkshire Products PCI-PC Watchdog

    群众注释:

    │ │ <M> WDT PCI Watchdog timer

    群众注释:

    │ │
  • WDT501-PCI features

    群众注释:

    <---

    │ │ <M> Intel/AMD/VIA HW Random Number Generator support

    群众注释:

    │ │ <M> /dev/nvram support

    群众注释:

    │ │ <M> Enhanced Real Time Clock Support

    群众注释:

    │ │ <M> Generic /dev/rtc emulation

    群众注释:

    │ │
  • Extended RTC operation

    群众注释:

    │ │ <M> Double Talk PC internal speech card support

    群众注释:

    │ │ <M> Siemens R3964 line discipline

    群众注释:

    │ │ <M> Applicom intelligent fieldbus card support

    群众注释:

    │ │ <M> Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)

    群众注释:

    Ftape, the floppy tape device driver --->

    群众注释:

    │ │ <M> Ftape (QIC-80/Travan) support

    群众注释:

    │ │ <M> Zftape, the VFS interface

    群众注释:

    │ │ (10240) Default block size

    群众注释:

    │ │ --- The compressor will be built as a module only!

    群众注释:

    │ │ (3) Number of ftape buffers (EXPERIMENTAL)

    群众注释:

    │ │
  • Enable procfs status report (+2kb)

    群众注释:

    Debugging output (Normal) --->

    群众注释:

    │ │ (X) Normal

    群众注释:

    │ │ ( ) Excessive

    群众注释:

    │ │ ( ) Reduced

    群众注释:

    │ │ ( ) None

    群众注释:

    <---

    │ │ --- Hardware configuration

    群众注释:

    Floppy tape controllers (Standard) --->

    群众注释:

    │ │ (X) Standard

    群众注释:

    │ │ ( ) MACH-2

    群众注释:

    │ │ ( ) FC-10/FC-20

    群众注释:

    │ │ ( ) Alt/82078

    群众注释:

    <---

    │ │ (8) Default FIFO threshold (EXPERIMENTAL)

    群众注释:

    │ │ (2000) Maximal data rate to use (EXPERIMENTAL)

    群众注释:

    <---

    │ │ <M> /dev/agpgart (AGP Support)

    群众注释:

    │ │ <M> ALI chipset support

    群众注释:

    │ │ <M> ATI chipset support

    群众注释:

    │ │ <M> AMD Irongate, 761, and 762 chipset support

    群众注释:

    │ │ <M> AMD Opteron/Athlon64 on-CPU GART support

    群众注释:

    │ │ <M> Intel 440LX/BX/GX, I8xx and E7x05 chipset support

    群众注释:

    │ │ <M> NVIDIA nForce/nForce2 chipset support

    群众注释:

    │ │ <M> SiS chipset support

    群众注释:

    │ │ <M> Serverworks LE/HE chipset support

    群众注释:

    │ │ <M> VIA chipset support

    群众注释:

    │ │
  • Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)

    群众注释:

    │ │ <M> 3dfx Banshee/Voodoo3+

    群众注释:

    │ │ <M> 3dlabs GMX 2000

    群众注释:

    │ │ <M> ATI Rage 128

    群众注释:

    │ │ <M> ATI Radeon

    群众注释:

    │ │ <M> Intel I810

    群众注释:

    │ │ <M> Intel 830M, 845G, 852GM, 855GM, 865G

    群众注释:

    │ │ <M> Matrox g200/g400

    群众注释:

    │ │ <M> SiS video cards

    群众注释:

    PCMCIA character devices --->

    群众注释:

    │ │ <M> SyncLink PC Card support

    群众注释:

    <---

    │ │ <M> ACP Modem (Mwave) support

    群众注释:

    │ │ <M> RAW driver (/dev/raw/rawN) (OBSOLETE)

    群众注释:

    │ │ (256) Maximum number of RAW devices to support (1-8192) (NEW)

    群众注释:

    │ │ <M> Hangcheck timer

    群众注释:

    I2C support --->

    群众注释:

    │ │ <M> I2C support

    群众注释:

    │ │ <M> I2C device interface

    群众注释:

    I2C Algorithms --->

    群众注释:

    │ │ --- I2C bit-banging interfaces

    群众注释:

    │ │ --- I2C PCF 8584 interfaces

    群众注释:

    <---

    I2C Hardware Bus support --->

    群众注释:

    │ │ <M> ALI 1535

    群众注释:

    │ │ <M> ALI 15x3

    群众注释:

    │ │ <M> AMD 756/766

    群众注释:

    │ │ <M> AMD 8111

    群众注释:

    │ │ <M> Elektor ISA card

    群众注释:

    │ │ <M> ELV adapter

    群众注释:

    │ │ <M> Intel 801

    群众注释:

    │ │ <M> Intel 810/815

    群众注释:

    │ │ --- ISA Bus support

    群众注释:

    │ │ <M> Nvidia Nforce2

    群众注释:

    │ │ <M> Philips style parallel port adapter

    群众注释:

    │ │ <M> Parallel port adapter

    群众注释:

    │ │ <M> Parallel port adapter (light)

    群众注释:

    │ │ <M> Intel PIIX4

    群众注释:

    │ │ <M> S3/VIA (Pro)Savage

    群众注释:

    │ │ <M> S3 Savage 4

    群众注释:

    │ │ <M> NatSemi SCx200 ACCESS.bus

    群众注释:

    │ │ <M> SiS 5595

    群众注释:

    │ │ <M> SiS 630/730

    群众注释:

    │ │ <M> SiS 96x

    群众注释:

    │ │ <M> Velleman K8000 adapter

    群众注释:

    │ │ <M> VIA 82C586B

    群众注释:

    │ │ <M> VIA 82C596/82C686/823x

    群众注释:

    │ │ <M> Voodoo 3

    群众注释:

    <---

    I2C Hardware Sensors Chip support --->

    群众注释:

    │ │ <M> Analog Devices ADM1021 and compatibles

    群众注释:

    │ │ <M> Asus ASB100 Bach

    群众注释:

    │ │ <M> EEPROM (DIMM) reader

    群众注释:

    │ │ <M> FSC Hermes

    群众注释:

    │ │ <M> Genesys Logic GL518SM

    群众注释:

    │ │ <M> ITE IT87xx and compatibles

    群众注释:

    │ │ <M> National Semiconductor LM75 and compatibles

    群众注释:

    │ │ <M> National Semiconductor LM78 and compatibles

    群众注释:

    │ │ <M> National Semiconductor LM83

    群众注释:

    │ │ <M> National Semiconductor LM85 and compatibles

    群众注释:

    │ │ <M> National Semiconductor LM90 and compatibles

    群众注释:

    │ │ <M> VIA686A

    群众注释:

    │ │ <M> Winbond W83781D, W83782D, W83783S, W83627HF, Asus AS99127F

    群众注释:

    │ │ <M> Winbond W83L785TS-S

    群众注释:

    <---

    │ │
  • I2C Core debugging messages

    群众注释:

    │ │
  • I2C Bus debugging messages

    群众注释:

    │ │
  • I2C Chip debugging messages

    群众注释:

    <---

    Multimedia devices --->

    群众注释:

    │ │ <M> Video For Linux

    群众注释:

    Video For Linux --->

    群众注释:

    │ │ --- Video Adapters

    群众注释:

    │ │ <M> BT848 Video For Linux

    群众注释:

    │ │ <M> Mediavision Pro Movie Studio Video For Linux

    群众注释:

    │ │ <M> Quickcam BW Video For Linux

    群众注释:

    │ │ <M> QuickCam Colour Video For Linux (EXPERIMENTAL)

    群众注释:

    │ │ <M> W9966CF Webcam (FlyCam Supra and others) Video For Linux

    群众注释:

    │ │ <M> CPiA Video For Linux

    群众注释:

    │ │ <M> CPiA Parallel Port Lowlevel Support

    群众注释:

    │ │ <M> CPiA USB Lowlevel Support

    群众注释:

    │ │ <M> SAA5249 Teletext processor

    群众注释:

    │ │ <M> SAB3036 tuner

    群众注释:

    │ │ <M> Stradis 4:2:2 MPEG-2 video driver (EXPERIMENTAL)

    群众注释:

    │ │ <M> Zoran ZR36057/36067 Video For Linux

    群众注释:

    │ │ <M> Iomega Buz support

    群众注释:

    │ │ <M> Pinnacle/Miro DC10(+) support

    群众注释:

    │ │ <M> Pinnacle/Miro DC30(+) support

    群众注释:

    │ │ <M> Linux Media Labs LML33 support

    群众注释:

    │ │ <M> Linux Media Labs LML33R10 support

    群众注释:

    │ │ <M> Sony Vaio Picturebook Motion Eye Video For Linux (EXPERIMENTAL)

    群众注释:

    │ │ <M> Philips SAA7134 support

    群众注释:

    │ │ <M> Siemens-Nixdorf 'Multimedia eXtension Board'

    群众注释:

    │ │ <M> Philips-Semiconductors 'dpc7146 demonstration board'

    群众注释:

    │ │ <M> Hexium HV-PCI6 and Orion frame grabber

    群众注释:

    │ │ <M> Hexium Gemini frame grabber

    群众注释:

    │ │ <M> Conexant 2388x (bt878 successor) support

    群众注释:

    <---

    Radio Adapters --->

    群众注释:

    │ │ <M> ADS Cadet AM/FM Tuner

    群众注释:

    │ │ <M> AIMSlab RadioTrack (aka RadioReveal) support

    群众注释:

    │ │ <M> AIMSlab RadioTrack II support

    群众注释:

    │ │ <M> Aztech/Packard Bell Radio

    群众注释:

    │ │ <M> GemTek Radio Card support

    群众注释:

    │ │ <M> GemTek PCI Radio Card support

    群众注释:

    │ │ <M> Guillemot MAXI Radio FM 2000 radio

    群众注释:

    │ │ <M> Maestro on board radio

    群众注释:

    │ │ <M> SF16FMI Radio

    群众注释:

    │ │ <M> TerraTec ActiveRadio ISA Standalone

    群众注释:

    │ │ <M> Trust FM radio card

    群众注释:

    │ │ <M> Typhoon Radio (a.k.a. EcoRadio)

    群众注释:

    │ │
  • Support for /proc/radio-typhoon

    群众注释:

    │ │ <M> Zoltrix Radio

    群众注释:

    <---

    Digital Video Broadcasting Devices --->

    群众注释:

    │ │
  • DVB For Linux

    群众注释:

    │ │ <M> DVB Core Support

    群众注释:

    │ │ --- Supported Frontend Modules

    群众注释:

    │ │ <M> TWINHAN DST based DVB-S frontend (QPSK)

    群众注释:

    │ │ <M> STV0299 based DVB-S frontend (QPSK)

    群众注释:

    │ │ <M> Frontends with sp887x demodulators, e.g. Microtune DTF7072

    群众注释:

    │ │ (/usr/lib/hotplug/firmware/sc_main.mc) Full pathname of sp887x firmware file (NEW)

    群众注释:

    │ │ <M> Alps TDLB7 (OFDM)

    群众注释:

    │ │ <M> Alps TDMB7 (OFDM)

    群众注释:

    │ │ <M> Atmel AT76C651 (QAM)

    群众注释:

    │ │ <M> Frontends with Connexant CX24110 demodulator (QPSK)

    群众注释:

    │ │ <M> Grundig 29504-491 (QPSK)

    群众注释:

    │ │ <M> Grundig 29504-401 (OFDM)

    群众注释:

    │ │ <M> Zarlink MT312 Satellite Channel Decoder (QPSK)

    群众注释:

    │ │ <M> Frontends with external VES1820 demodulator (QAM)

    群众注释:

    │ │ <M> Frontends with VES1893 or VES1993 demodulator (QPSK)

    群众注释:

    │ │ --- Supported SAA7146 based PCI Adapters

    群众注释:

    │ │ --- AV7110 cards

    群众注释:

    │ │
  • AV7110 OSD support

    群众注释:

    │ │ <M> Budget cards

    群众注释:

    │ │ <M> Budget cards with onboard CI connector

    群众注释:

    │ │ <M> Budget cards with analog video inputs

    群众注释:

    │ │ <M> AV7110 cards with Budget Patch

    群众注释:

    │ │ --- Supported USB Adapters

    群众注释:

    │ │ <M> Technotrend/Hauppauge Nova-USB devices

    群众注释:

    │ │ <M> Technotrend/Hauppauge USB DEC devices

    群众注释:

    │ │ --- Supported FlexCopII (B2C2) Adapters

    群众注释:

    │ │ <M> Technisat Skystar2 PCI

    群众注释:

    │ │ --- Supported BT878 Adapters

    群众注释:

    │ │ <M> Nebula/Pinnacle PCTV PCI cards

    群众注释:

    <---

    <---

    Graphics support --->

    群众注释:

    │ │
  • Support for frame buffer devices

    群众注释:

    │ │ <M> CyberPro 2000/2010/5000 support

    群众注释:

    │ │
  • IMS Twin Turbo display support

    群众注释:

    │ │ <M> VGA 16-color graphics support

    群众注释:

    │ │
  • VESA VGA graphics support

    群众注释:

    │ │ <M> Hercules mono graphics support

    群众注释:

    │ │ <M> nVidia Riva support

    群众注释:

    │ │ <M> Intel 810/815 support (EXPERIMENTAL)

    群众注释:

    │ │
  • use VESA Generalized Timing Formula

    群众注释:

    │ │ <*> Matrox acceleration

    群众注释:

    │ │
  • Millennium I/II support

    群众注释:

    │ │
  • Mystique support

    群众注释:

    │ │
  • G100/G200/G400/G450/G550 support

    群众注释:

    │ │ <M> Matrox I2C support

    群众注释:

    │ │ <M> G400 second head support

    群众注释:

    │ │
  • Multihead support

    群众注释:

    │ │ <M> ATI Radeon display support (Old driver)

    群众注释:

    │ │ <M> ATI Radeon display support

    群众注释:

    │ │
  • DDC/I2C for ATI Radeon support (NEW)

    群众注释:

    │ │
  • Lots of debug output from Radeon driver

    群众注释:

    │ │ <M> ATI Rage128 display support

    群众注释:

    │ │ <M> ATI Mach64 display support

    群众注释:

    │ │
  • Mach64 CT/VT/GT/LT (incl. 3D RAGE) support

    群众注释:

    │ │
  • Mach64 GX support

    群众注释:

    │ │
  • Rage XL No-BIOS Init support

    群众注释:

    │ │ <M> SiS acceleration

    群众注释:

    │ │
  • SiS 300 series support

    群众注释:

    │ │
  • SiS 315/330 series support

    群众注释:

    │ │ <M> NeoMagic display support

    群众注释:

    │ │ <M> IMG Kyro support

    群众注释:

    │ │ <M> 3Dfx Banshee/Voodoo3 display support

    群众注释:

    │ │ <M> 3Dfx Voodoo Graphics (sst1) support

    群众注释:

    │ │ <M> Trident support

    群众注释:

    │ │ <M> Virtual Frame Buffer support (ONLY FOR TESTING!)

    群众注释:

    Console display driver support --->

    群众注释:

    │ │ --- VGA text console

    群众注释:

    │ │
  • Video mode selection support

    群众注释:

    │ │ <M> MDA text console (dual-headed) (EXPERIMENTAL)

    群众注释:

    │ │ <M> Framebuffer Console support

    群众注释:

    │ │
  • Select compiled-in fonts

    群众注释:

    │ │
  • VGA 8x8 font

    群众注释:

    │ │
  • VGA 8x16 font

    群众注释:

    │ │
  • Mac console 6x11 font (not supported by all drivers)

    群众注释:

    │ │
  • Pearl (old m68k) console 8x8 font

    群众注释:

    │ │
  • Acorn console 8x8 font

    群众注释:

    │ │
  • Mini 4x6 font

    群众注释:

    │ │
  • Sparc console 8x16 font

    群众注释:

    │ │
  • Sparc console 12x22 font (not supported by all drivers)

    群众注释:

    <---

    Logo configuration --->

    群众注释:

    │ │
  • Bootup logo

    群众注释:

    │ │
  • Standard black and white Linux logo (NEW)

    群众注释:

    │ │
  • Standard 16-color Linux logo (NEW)

    群众注释:

    │ │
  • Standard 224-color Linux logo (NEW)

    群众注释:

    <---

    <---

    Sound --->

    群众注释:

    │ │ <M> Sound card support

    群众注释:

    Advanced Linux Sound Architecture --->

    群众注释:

    │ │ <M> Advanced Linux Sound Architecture

    群众注释:

    │ │ <M> Sequencer support

    群众注释:

    │ │ <M> Sequencer dummy client

    群众注释:

    │ │
  • OSS API emulation

    群众注释:

    │ │ <M> OSS Mixer API

    群众注释:

    │ │ <M> OSS PCM (digital audio) API

    群众注释:

    │ │
  • OSS Sequencer API

    群众注释:

    │ │ <M> RTC Timer support

    群众注释:

    │ │
  • Verbose printk

    群众注释:

    │ │
  • Debug

    群众注释:

    │ │
  • Debug memory

    群众注释:

    │ │
  • Debug detection

    群众注释:

    Generic devices --->

    群众注释:

    │ │ <M> Dummy (/dev/null) soundcard

    群众注释:

    │ │ <M> Virtual MIDI soundcard

    群众注释:

    │ │ <M> MOTU MidiTimePiece AV multiport MIDI

    群众注释:

    │ │ <M> UART16550 - MIDI only driver

    群众注释:

    │ │ <M> Generic MPU-401 UART driver

    群众注释:

    <---

    ISA devices --->

    群众注释:

    │ │ <M> Analog Devices SoundPort AD1816A

    群众注释:

    │ │ <M> Generic AD1848/CS4248 driver

    群众注释:

    │ │ <M> Generic Cirrus Logic CS4231 driver

    群众注释:

    │ │ <M> Generic Cirrus Logic CS4232 driver

    群众注释:

    │ │ <M> Generic Cirrus Logic CS4236+ driver

    群众注释:

    │ │ <M> Generic ESS ES968 driver

    群众注释:

    │ │ <M> Generic ESS ES688/ES1688 driver

    群众注释:

    │ │ <M> Generic ESS ES18xx driver

    群众注释:

    │ │ <M> Gravis UltraSound Classic

    群众注释:

    │ │ <M> Gravis UltraSound Extreme

    群众注释:

    │ │ <M> Gravis UltraSound MAX

    群众注释:

    │ │ <M> AMD InterWave, Gravis UltraSound PnP

    群众注释:

    │ │ <M> AMD InterWave + TEA6330T (UltraSound 32-Pro)

    群众注释:

    │ │ <M> OPTi 82C92x - AD1848

    群众注释:

    │ │ <M> OPTi 82C92x - CS4231

    群众注释:

    │ │ <M> OPTi 82C93x

    群众注释:

    │ │ <M> Sound Blaster 1.0/2.0/Pro (8-bit)

    群众注释:

    │ │ <M> Sound Blaster 16 (PnP)

    群众注释:

    │ │ <M> Sound Blaster AWE (32,64) (PnP)

    群众注释:

    │ │
  • Sound Blaster 16/AWE CSP support

    群众注释:

    │ │ <M> Turtle Beach Maui,Tropez,Tropez+ (Wavefront)

    群众注释:

    │ │ <M> Avance Logic ALS100/ALS120

    群众注释:

    │ │ <M> Aztech Systems AZT2320

    群众注释:

    │ │ <M> C-Media CMI8330

    群众注释:

    │ │ <M> Diamond Technologies DT-019X, Avance Logic ALS-007

    群众注释:

    │ │ <M> Yamaha OPL3-SA2/SA3

    群众注释:

    │ │ <M> Aztech Sound Galaxy

    群众注释:

    <---

    PCI devices --->

    群众注释:

    │ │ <M> ALi PCI Audio M5451

    群众注释:

    │ │ <M> Aztech AZF3328 / PCI168 (EXPERIMENTAL)

    群众注释:

    │ │ <M> Bt87x Audio Capture

    群众注释:

    │ │ <M> Cirrus Logic (Sound Fusion) CS4280/CS461x/CS462x/CS463x

    群众注释:

    │ │
  • Cirrus Logic (Sound Fusion) New DSP support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Cirrus Logic (Sound Fusion) CS4281

    群众注释:

    │ │ <M> EMU10K1 (SB Live! & Audigy, E-mu APS)

    群众注释:

    │ │ <M> Korg 1212 IO

    群众注释:

    │ │ <M> NeoMagic NM256AV/ZX

    群众注释:

    │ │ <M> RME Digi32, 32/8, 32 PRO

    群众注释:

    │ │ <M> RME Digi96, 96/8, 96/8 PRO

    群众注释:

    │ │ <M> RME Digi9652 (Hammerfall)

    群众注释:

    │ │ <M> RME Hammerfall DSP Audio

    群众注释:

    │ │ <M> Trident 4D-Wave DX/NX; SiS 7018

    群众注释:

    │ │ <M> Yamaha YMF724/740/744/754

    群众注释:

    │ │ <M> Avance Logic ALS4000

    群众注释:

    │ │ <M> C-Media 8738, 8338

    群众注释:

    │ │ <M> (Creative) Ensoniq AudioPCI 1370

    群众注释:

    │ │ <M> (Creative) Ensoniq AudioPCI 1371/1373

    群众注释:

    │ │ <M> ESS ES1938/1946/1969 (Solo-1)

    群众注释:

    │ │ <M> ESS ES1968/1978 (Maestro-1/2/2E)

    群众注释:

    │ │ <M> ESS Allegro/Maestro3

    群众注释:
  •  楼主| 发表于 2004-3-11 14:02:23 | 显示全部楼层
    │ │ <M> ForteMedia FM801

    群众注释:

    │ │ <M> ICEnsemble ICE1712 (Envy24)

    群众注释:

    │ │ <M> ICE/VT1724 (Envy24HT)

    群众注释:

    │ │ <M> Intel i8x0/MX440, SiS 7012; Ali 5455; NForce Audio; AMD768/8111

    群众注释:

    │ │ <M> S3 SonicVibes

    群众注释:

    │ │ <M> VIA 82C686A/B, 8233 South Bridge

    群众注释:

    │ │ <M> Digigram VX222

    群众注释:

    <---

    ALSA USB devices --->

    群众注释:

    │ │ <M> USB Audio/MIDI driver

    群众注释:

    <---

    PCMCIA devices --->

    群众注释:

    │ │ <M> Digigram VXpocket

    群众注释:

    │ │ <M> Digigram VXpocket 440

    群众注释:

    <---

    <---

    Open Sound System --->

    群众注释:

    │ │ <M> Open Sound System (DEPRECATED)

    群众注释:

    │ │ <M> BT878 audio dma

    群众注释:

    │ │ <M> C-Media PCI (CMI8338/8738)

    群众注释:

    │ │
  • Enable legacy FM

    群众注释:

    │ │ (388) FM I/O 388, 3C8, 3E0, 3E8 (NEW)

    群众注释:

    │ │
  • Enable legacy MPU-401

    群众注释:

    │ │ (330) MPU-401 I/O 330, 320, 310, 300 (NEW)

    群众注释:

    │ │
  • Enable joystick

    群众注释:

    │ │
  • Support CMI8738 based audio cards

    群众注释:

    │ │
  • Inverse S/PDIF in for CMI8738

    群众注释:

    │ │
  • Enable S/PDIF loop for CMI8738

    群众注释:

    │ │ (2) Number of speakers 2, 4, 5, 6 (NEW)

    群众注释:

    │ │ <M> Creative SBLive! (EMU10K1)

    群众注释:

    │ │
  • Creative SBLive! MIDI (EXPERIMENTAL)

    群众注释:

    │ │ <M> Crystal SoundFusion (CS4280/461x)

    群众注释:

    │ │ <M> Crystal Sound CS4281

    群众注释:

    │ │ <M> Ensoniq AudioPCI (ES1370)

    群众注释:

    │ │ <M> Creative Ensoniq AudioPCI 97 (ES1371)

    群众注释:

    │ │ <M> ESS Technology Solo1

    群众注释:

    │ │ <M> ESS Maestro, Maestro2, Maestro2E driver

    群众注释:

    │ │ <M> ESS Maestro3/Allegro driver (EXPERIMENTAL)

    群众注释:

    │ │ <M> Intel ICH (i8xx) audio support

    群众注释:

    │ │ <M> S3 SonicVibes

    群众注释:

    │ │ <M> Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core

    群众注释:

    │ │ <M> Support for Turtle Beach MultiSound Classic, Tahiti, Monterey

    群众注释:

    │ │ (/etc/sound/msndinit.bin) Full pathname of MSNDINIT.BIN firmware file (NEW)

    群众注释:

    │ │ (/etc/sound/msndperm.bin) Full pathname of MSNDPERM.BIN firmware file (NEW)

    群众注释:

    │ │ <M> Support for Turtle Beach MultiSound Pinnacle, Fiji

    群众注释:

    │ │ (/etc/sound/pndspini.bin) Full pathname of PNDSPINI.BIN firmware file (NEW)

    群众注释:

    │ │ (/etc/sound/pndsperm.bin) Full pathname of PNDSPERM.BIN firmware file (NEW)

    群众注释:

    │ │ <M> VIA 82C686 Audio Codec

    群众注释:

    │ │
  • VIA 82C686 MIDI

    群众注释:

    │ │ <M> OSS sound modules

    群众注释:

    │ │
  • Verbose initialisation

    群众注释:

    │ │
  • Persistent DMA buffers

    群众注释:

    │ │ <M> AD1816(A) based cards (EXPERIMENTAL)

    群众注释:

    │ │ <M> AD1889 based cards (AD1819 codec) (EXPERIMENTAL)

    群众注释:

    │ │ <M> Aztech Sound Galaxy (non-PnP) cards

    群众注释:

    │ │ <M> Adlib Cards

    群众注释:

    │ │ <M> ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20)

    群众注释:

    │ │ <M> Crystal CS4232 based (PnP) cards

    群众注释:

    │ │ <M> Ensoniq SoundScape support

    群众注释:

    │ │ <M> Gravis Ultrasound support

    群众注释:

    │ │
  • 16 bit sampling option of GUS (_NOT_ GUS MAX)

    群众注释:

    │ │
  • GUS MAX support

    群众注释:

    │ │ <M> Loopback MIDI device support

    群众注释:

    │ │ <M> MediaTrix AudioTrix Pro support

    群众注释:

    │ │ <M> Microsoft Sound System support

    群众注释:

    │ │ <M> MPU-401 support (NOT for SB16)

    群众注释:

    │ │ <M> NM256AV/NM256ZX audio support

    群众注释:

    │ │ <M> OPTi MAD16 and/or Mozart based cards

    群众注释:

    │ │
  • Support MIDI in older MAD16 based cards (requires SB)

    群众注释:

    │ │ <M> ProAudioSpectrum 16 support

    群众注释:

    │ │ <M> PSS (AD1848, ADSP-2115, ESC614) support

    群众注释:

    │ │
  • Enable PSS mixer (Beethoven ADSP-16 and other compatibile)

    群众注释:

    │ │ <M> 100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support

    群众注释:

    │ │ <M> AWE32 synth

    群众注释:

    │ │ <M> Full support for Turtle Beach WaveFront (Tropez Plus, Tropez, Maui) synth/soundcards

    群众注释:

    │ │ <M> Limited support for Turtle Beach Wave Front (Maui, Tropez) synthesizers

    群众注释:

    │ │ <M> Yamaha FM synthesizer (YM3812/OPL-3) support

    群众注释:

    │ │ <M> Yamaha OPL3-SA1 audio controller

    群众注释:

    │ │ <M> Yamaha OPL3-SA2 and SA3 based PnP cards

    群众注释:

    │ │ <M> Yamaha YMF7xx PCI audio (native mode)

    群众注释:

    │ │
  • Yamaha PCI legacy ports support

    群众注释:

    │ │ <M> 6850 UART support

    群众注释:

    │ │ <M> Gallant Audio Cards (SC-6000 and SC-6600 based)

    群众注释:

    │ │
  • SC-6600 based audio cards (new Audio Excel DSP 16)

    群众注释:

    │ │
  • Activate SC-6600 Joystick Interface

    群众注释:

    │ │ (4) SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?) (NEW)

    群众注释:

    │ │ (0) SC-6600 CDROM Interface I/O Address (NEW)

    群众注释:

    │ │
  • Audio Excel DSP 16 (SBPro emulation) --->

    群众注释:

    │ │
  • Audio Excel DSP 16 (MPU401 emulation)

    群众注释:

    │ │ <M> TV card (bt848) mixer support

    群众注释:

    │ │ <M> XpressAudio Sound Blaster emulation

    群众注释:

    │ │ <M> ALi5455 audio support

    群众注释:

    │ │ <M> ForteMedia FM801 driver

    群众注释:

    │ │ <M> RME Hammerfall (RME96XX) support

    群众注释:

    │ │ <M> AD1980 front/back switch plugin

    群众注释:

    <---

    <---

    USB support --->

    群众注释:

    │ │ <M> Support for USB

    群众注释:

    │ │ [ ] USB verbose debug messages

    群众注释:

    │ │ --- Miscellaneous USB options

    群众注释:

    │ │
  • USB device filesystem

    群众注释:

    │ │ [ ] Enforce USB bandwidth allocation (EXPERIMENTAL)

    群众注释:

    │ │ [ ] Dynamic USB minor allocation (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ --- USB Host Controller Drivers

    群众注释:

    │ │ <M> EHCI HCD (USB 2.0) support

    群众注释:

    │ │ < > OHCI HCD support (NEW)

    群众注释:

    │ │ < > UHCI HCD (most Intel and VIA) support (NEW)

    群众注释:

    │ │ --- USB Device Class drivers

    群众注释:

    │ │ <M> USB Audio support

    群众注释:

    │ │ < > USB Bluetooth TTY support (NEW)

    群众注释:

    │ │ <M> USB MIDI support

    群众注释:

    │ │ <M> USB Modem (CDC ACM) support

    群众注释:

    │ │ <M> USB Printer support

    群众注释:

    │ │ <M> USB Mass Storage support

    群众注释:

    │ │ [ ] USB Mass Storage verbose debug

    群众注释:

    │ │
  • Datafab Compact Flash Reader support (EXPERIMENTAL)

    群众注释:

    │ │
  • Freecom USB/ATAPI Bridge support

    群众注释:

    │ │
  • ISD-200 USB/ATA Bridge support

    群众注释:

    │ │
  • Microtech/ZiO! CompactFlash/SmartMedia support

    群众注释:

    │ │
  • HP CD-Writer 82xx support (EXPERIMENTAL)

    群众注释:

    │ │
  • SanDisk SDDR-09 (and other SmartMedia) support (EXPERIMENTAL)

    群众注释:

    │ │
  • SanDisk SDDR-55 SmartMedia support (EXPERIMENTAL)

    群众注释:

    │ │
  • Lexar Jumpshot Compact Flash Reader (EXPERIMENTAL)

    群众注释:

    │ │ --- USB Human Interface Devices (HID)

    群众注释:

    │ │ <M> USB Human Interface Device (full HID) support

    群众注释:

    │ │
  • HID input layer support (NEW)

    群众注释:

    │ │ [ ] Force feedback support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ [ ] /dev/hiddev raw HID device support (NEW)

    群众注释:

    USB HID Boot Protocol drivers --->

    群众注释:

    │ │ <M> USB HIDBP Keyboard (simple Boot) support

    群众注释:

    │ │ <M> USB HIDBP Mouse (simple Boot) support

    群众注释:

    <---

    │ │ <M> Aiptek 6000U/8000U tablet support

    群众注释:

    │ │ <M> Wacom Intuos/Graphire tablet support

    群众注释:

    │ │ <M> KB Gear JamStudio tablet support

    群众注释:

    │ │ <M> Griffin PowerMate and Contour Jog support

    群众注释:

    │ │ < > X-Box gamepad support (NEW)

    群众注释:

    │ │ --- USB Imaging devices

    群众注释:

    │ │ <M> USB Mustek MDC800 Digital Camera support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Microtek X6USB scanner support

    群众注释:

    │ │ <M> HP53xx USB scanner support (EXPERIMENTAL)

    群众注释:

    │ │ --- USB Multimedia devices

    群众注释:

    │ │ <M> DABUSB driver

    群众注释:

    │ │ <M> USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL)

    群众注释:

    │ │ <M> D-Link USB FM radio support (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB IBM (Xirlink) C-it Camera support

    群众注释:

    │ │ <M> USB Konica Webcam support

    群众注释:

    │ │ <M> USB OV511 Camera support

    群众注释:

    │ │ <M> USB Philips Cameras

    群众注释:

    │ │ <M> USB SE401 Camera support

    群众注释:

    │ │ <M> USB STV680 (Pencam) Camera support

    群众注释:

    │ │ < > USB W996[87]CF JPEG Dual Mode Camera support (NEW)

    群众注释:

    │ │ --- USB Network adaptors

    群众注释:

    │ │ <M> USB CATC NetMate-based Ethernet device support (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB KLSI KL5USB101-based ethernet device support

    群众注释:

    │ │ <M> USB Pegasus/Pegasus-II based ethernet device support

    群众注释:

    │ │ <M> USB RTL8150 based ethernet device support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Multi-purpose USB Networking Framework

    群众注释:

    │ │ --- USB Host-to-Host Cables

    群众注释:

    │ │
  • AnchorChips 2720 based cables (Xircom PGUNET, ...) (NEW)

    群众注释:

    │ │
  • eTEK based host-to-host cables (Advance, Belkin, ...) (NEW)

    群众注释:

    │ │
  • GeneSys GL620USB-A based cables (NEW)

    群众注释:

    │ │
  • NetChip 1080 based cables (Laplink, ...) (NEW)

    群众注释:

    │ │
  • Prolific PL-2301/2302 based cables (NEW)

    群众注释:

    │ │ --- Intelligent USB Devices/Gadgets

    群众注释:

    │ │
  • Embedded ARM Linux links (iPaq, ...) (NEW)

    群众注释:

    │ │
  • Epson 2888 based firmware (DEVELOPMENT) (NEW)

    群众注释:

    │ │
  • Sharp Zaurus (stock ROMs) (NEW)

    群众注释:

    │ │
  • CDC Ethernet support (smart devices such as cable modems) (NEW)

    群众注释:

    │ │ --- USB Network Adapters

    群众注释:

    │ │ [ ] ASIX AX88172 Based USB 2.0 Ethernet Devices

    群众注释:

    │ │ --- USB port drivers

    群众注释:

    │ │ <M> USS720 parport driver

    群众注释:

    USB Serial Converter support --->

    群众注释:

    │ │ <M> USB Serial Converter support

    群众注释:

    │ │
  • USB Generic Serial Driver

    群众注释:

    │ │ <M> USB Belkin and Peracom Single Port Serial Driver

    群众注释:

    │ │ <M> USB ConnectTech WhiteHEAT Serial Driver

    群众注释:

    │ │ <M> USB Digi International AccelePort USB Serial Driver

    群众注释:

    │ │ <M> USB Empeg empeg-car Mark I/II Driver

    群众注释:

    │ │ <M> USB FTDI Single Port Serial Driver (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB Handspring Visor / Palm m50x / Sony Clie Driver

    群众注释:

    │ │ <M> USB PocketPC PDA Driver

    群众注释:

    │ │ <M> USB IR Dongle Serial Driver (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB Inside Out Edgeport Serial Driver

    群众注释:

    │ │ <M> USB Inside Out Edgeport Serial Driver (TI devices)

    群众注释:

    │ │ <M> USB Keyspan PDA Single Port Serial Driver

    群众注释:

    │ │ <M> USB Keyspan USA-xxx Serial Driver

    群众注释:

    │ │ [ ] USB Keyspan MPR Firmware (NEW)

    群众注释:

    │ │ [ ] USB Keyspan USA-28 Firmware

    群众注释:

    │ │
  • USB Keyspan USA-28X Firmware

    群众注释:

    │ │
  • USB Keyspan USA-28XA Firmware

    群众注释:

    │ │
  • USB Keyspan USA-28XB Firmware

    群众注释:

    │ │ [ ] USB Keyspan USA-19 Firmware

    群众注释:

    │ │ [ ] USB Keyspan USA-18X Firmware

    群众注释:

    │ │
  • USB Keyspan USA-19W Firmware

    群众注释:

    │ │
  • USB Keyspan USA-19QW Firmware

    群众注释:

    │ │
  • USB Keyspan USA-19QI Firmware

    群众注释:

    │ │
  • USB Keyspan USA-49W Firmware

    群众注释:

    │ │
  • USB Keyspan USA-49WLC Firmware

    群众注释:

    │ │ <M> USB KL5KUSB105 (Palmconnect) Driver (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB KOBIL chipcard reader (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB MCT Single Port Serial Driver

    群众注释:

    │ │ <M> USB Prolific 2303 Single Port Serial Driver

    群众注释:

    │ │ < > USB Safe Serial (Encapsulated) Driver (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB Xircom / Entregra Single Port Serial Driver

    群众注释:

    │ │ <M> USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL)

    群众注释:

    <---

    │ │ --- USB Miscellaneous drivers

    群众注释:

    │ │ < > EMI 6|2m USB Audio interface support (NEW)

    群众注释:

    │ │ < > EMI 2|6 USB Audio interface support

    群众注释:

    │ │ <M> Texas Instruments Graph Link USB (aka SilverLink) cable support

    群众注释:

    │ │ <M> USB Auerswald ISDN support (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB Diamond Rio500 support (EXPERIMENTAL)

    群众注释:

    │ │ < > USB Lego Infrared Tower support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │ <M> Tieman Voyager USB Braille display support (EXPERIMENTAL)

    群众注释:

    │ │ <M> USB LCD driver support

    群众注释:

    │ │ < > USB LED driver support (NEW)

    群众注释:

    │ │ < > Alcatel Speedtouch USB support (NEW)

    群众注释:

    │ │ < > USB testing driver (DEVELOPMENT) (NEW)

    群众注释:

    USB Gadget Support --->

    群众注释:

    │ │ <M> Support for USB Gadgets

    群众注释:

    USB Peripheral Controller (NetChip 2280) --->

    群众注释:

    │ │ (X) NetChip 2280

    群众注释:

    │ │ ( ) Toshiba TC86C001 'Goku-S'

    群众注释:

    <---

    │ │ NetChip 2280 (NEW)

    群众注释:

    │ │ USB Gadget Drivers

    群众注释:

    │ │ <M> Gadget Zero (DEVELOPMENT)

    群众注释:

    │ │ <M> Ethernet Gadget

    群众注释:

    │ │ <M> Gadget Filesystem (EXPERIMENTAL)

    群众注释:

    │ │ <M> File-backed Storage Gadget (DEVELOPMENT)

    群众注释:

    │ │
  • File-backed Storage Gadget test version

    群众注释:

    │ │ <M> Serial Gadget

    群众注释:

    <---

    <---

    <---

    ----------File systems --->----------

    File systems --->

    群众注释:

    │ │ <*> Second extended fs support

    群众注释:

    │ │ [ ] Ext2 extended attributes (NEW)

    群众注释:

    │ │ <M> Ext3 journalling file system support

    群众注释:

    │ │
  • Ext3 extended attributes

    群众注释:

    │ │
  • Ext3 POSIX Access Control Lists

    群众注释:

    │ │ [ ] Ext3 Security Labels (NEW)

    群众注释:

    │ │ [ ] JBD (ext3) debugging support

    群众注释:

    │ │ <M> Reiserfs support

    群众注释:

    │ │ [ ] Enable reiserfs debug mode

    群众注释:

    │ │
  • Stats in /proc/fs/reiserfs

    群众注释:

    │ │ <M> JFS filesystem support

    群众注释:

    │ │
  • JFS POSIX Access Control Lists

    群众注释:

    │ │
  • JFS debugging

    群众注释:

    │ │ [ ] JFS statistics

    群众注释:

    │ │ < > XFS filesystem support

    群众注释:

    │ │ <M> Minix fs support

    群众注释:

    │ │ <M> ROM file system support

    群众注释:

    │ │
  • Quota support

    群众注释:

    │ │ < > Old quota format support

    群众注释:

    │ │ <*> Quota format v2 support

    群众注释:

    │ │ <M> Kernel automounter support

    群众注释:

    │ │ <M> Kernel automounter version 4 support (also supports v3)

    群众注释:

    CD-ROM/DVD Filesystems --->

    群众注释:

    │ │ <*> ISO 9660 CDROM file system support

    群众注释:

    │ │
  • Microsoft Joliet CDROM extensions

    群众注释:

    │ │
  • Transparent decompression extension

    群众注释:

    │ │ <M> UDF file system support

    群众注释:

    <---

    DOS/FAT/NT Filesystems --->

    群众注释:

    │ │ <M> DOS FAT fs support

    群众注释:

    │ │ <M> MSDOS fs support

    群众注释:

    │ │ <M> VFAT (Windows-95) fs support

    群众注释:

    │ │ <M> NTFS file system support

    群众注释:

    │ │
  • NTFS debugging support

    群众注释:

    │ │
  • NTFS write support

    群众注释:

    <---
  •  楼主| 发表于 2004-3-11 14:04:01 | 显示全部楼层
    Pseudo filesystems --->

    群众注释:

    │ │
  • /proc file system support

    群众注释:

    │ │
  • /dev file system support (OBSOLETE)

    群众注释:

    │ │
  • Automatically mount at boot

    群众注释:

    │ │
  • Debug devfs

    群众注释:

    │ │
  • /dev/pts file system for Unix98 PTYs

    群众注释:

    │ │
  • /dev/pts Extended Attributes

    群众注释:

    │ │
  • /dev/pts Security Labels

    群众注释:

    │ │
  • Virtual memory file system support (former shm fs)

    群众注释:

    │ │
  • HugeTLB file system support

    群众注释:

    <---

    Miscellaneous filesystems --->

    群众注释:

    │ │ < > ADFS file system support (EXPERIMENTAL)

    群众注释:

    │ │ < > Amiga FFS file system support (EXPERIMENTAL)

    群众注释:

    │ │ <M> Apple Macintosh file system support (EXPERIMENTAL)

    群众注释:

    │ │ <M> BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL)

    群众注释:

    │ │ [ ] Debug BeFS

    群众注释:

    │ │ < > BFS file system support (EXPERIMENTAL)

    群众注释:

    │ │ < > EFS file system support (read only) (EXPERIMENTAL)

    群众注释:

    │ │ <M> Compressed ROM file system support

    群众注释:

    │ │ <M> FreeVxFS file system support (VERITAS VxFS(TM) compatible)

    群众注释:

    │ │ < > OS/2 HPFS file system support

    群众注释:

    │ │ < > QNX4 file system support (read only)

    群众注释:

    │ │ <M> System V/Xenix/V7/Coherent file system support

    群众注释:

    │ │ <M> UFS file system support (read only)

    群众注释:

    │ │ [ ] UFS file system write support (DANGEROUS)

    群众注释:

    <---

    Network File Systems --->

    群众注释:

    │ │<M> NFS file system support

    群众注释:

    │ │
  • Provide NFSv3 client support

    群众注释:

    │ │[ ] Provide NFSv4 client support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │
  • Allow direct I/O on NFS files (EXPERIMENTAL)

    群众注释:

    │ │<M> NFS server support

    群众注释:

    │ │
  • Provide NFSv3 server support

    群众注释:

    │ │[ ] Provide NFSv4 server support (EXPERIMENTAL) (NEW)

    群众注释:

    │ │
  • Provide NFS server over TCP support (EXPERIMENTAL)

    群众注释:

    │ │< > Provide RPCSEC_GSS authentication (EXPERIMENTAL) (NEW)

    群众注释:

    │ │<M> SMB file system support (to mount Windows shares etc.)

    群众注释:

    │ │[ ] Use a default NLS

    群众注释:

    │ │< > CIFS support (advanced network filesystem for Samba, Window and other CIFS compliant servers)(E

    群众注释:

    │ │<M> NCP file system support (to mount NetWare volumes)

    群众注释:

    │ │
  • Packet signatures

    群众注释:

    │ │
  • Proprietary file locking

    群众注释:

    │ │
  • Clear remove/delete inhibit when needed

    群众注释:

    │ │
  • Use NFS namespace if available

    群众注释:

    │ │
  • Use LONG (OS/2) namespace if available

    群众注释:

    │ │
  • Lowercase DOS filenames

    群众注释:

    │ │
  • Use Native Language Support

    群众注释:

    │ │
  • Enable symbolic links and execute flags

    群众注释:

    │ │<M> Coda file system support (advanced network fs)

    群众注释:

    │ │[ ] Use 96-bit Coda file identifiers (NEW)

    群众注释:

    │ │< > InterMezzo file system support (replicating fs) (EXPERIMENTAL)

    群众注释:

    │ │<M> Andrew File System support (AFS) (Experimental)

    群众注释:

    <---

    Partition Types --->

    群众注释:

    │ │
  • Advanced partition selection

    群众注释:

    │ │ [ ] Acorn partition support

    群众注释:

    │ │
  • Alpha OSF partition support

    群众注释:

    │ │ [ ] Amiga partition table support

    群众注释:

    │ │ [ ] Atari partition table support

    群众注释:

    │ │
  • Macintosh partition map support

    群众注释:

    │ │
  • PC BIOS (MSDOS partition tables) support

    群众注释:

    │ │
  • BSD disklabel (FreeBSD partition tables) support

    群众注释:

    │ │
  • Minix subpartition support

    群众注释:

    │ │
  • Solaris (x86) partition table support

    群众注释:

    │ │
  • Unixware slices support

    群众注释:

    │ │ [ ] Windows Logical Disk Manager (Dynamic Disk) support

    群众注释:

    │ │ [ ] NEC PC-9800 partition table support (NEW)

    群众注释:

    │ │
  • SGI partition support

    群众注释:

    │ │ [ ] Ultrix partition table support

    群众注释:

    │ │
  • Sun partition tables support

    群众注释:

    │ │ [ ] EFI GUID Partition support

    群众注释:

    <---

    Native Language Support --->

    群众注释:

    │ │ --- Base native language support

    群众注释:

    │ │ (iso8859-1) Default NLS Option

    群众注释:

    │ │ <M> Codepage 437 (United States, Canada)

    群众注释:

    │ │ <M> Codepage 737 (Greek)

    群众注释:

    │ │ <M> Codepage 775 (Baltic Rim)

    群众注释:

    │ │ <M> Codepage 850 (Europe)

    群众注释:

    │ │ <M> Codepage 852 (Central/Eastern Europe)

    群众注释:

    │ │ <M> Codepage 855 (Cyrillic)

    群众注释:

    │ │ <M> Codepage 857 (Turkish)

    群众注释:

    │ │ <M> Codepage 860 (Portuguese)

    群众注释:

    │ │ <M> Codepage 861 (Icelandic)

    群众注释:

    │ │ <M> Codepage 862 (Hebrew)

    群众注释:

    │ │ <M> Codepage 863 (Canadian French)

    群众注释:

    │ │ <M> Codepage 864 (Arabic)

    群众注释:

    │ │ <M> Codepage 865 (Norwegian, Danish)

    群众注释:

    │ │ <M> Codepage 866 (Cyrillic/Russian)

    群众注释:

    │ │ <M> Codepage 869 (Greek)

    群众注释:

    │ │ <M> Simplified Chinese charset (CP936, GB2312)

    群众注释:

    │ │ <M> Traditional Chinese charset (Big5)

    群众注释:

    │ │ <M> Japanese charsets (Shift-JIS, EUC-JP)

    群众注释:

    │ │ <M> Korean charset (CP949, EUC-KR)

    群众注释:

    │ │ <M> Thai charset (CP874, TIS-620)

    群众注释:

    │ │ <M> Hebrew charsets (ISO-8859-8, CP1255)

    群众注释:

    │ │ <M> Windows CP1250 (Slavic/Central European Languages)

    群众注释:

    │ │ <M> Windows CP1251 (Bulgarian, Belarusian)

    群众注释:

    │ │ <M> NLS ISO 8859-1 (Latin 1; Western European Languages)

    群众注释:

    │ │ <M> NLS ISO 8859-2 (Latin 2; Slavic/Central European Languages)

    群众注释:

    │ │ <M> NLS ISO 8859-3 (Latin 3; Esperanto, Galician, Maltese, Turkish)

    群众注释:

    │ │ <M> NLS ISO 8859-4 (Latin 4; old Baltic charset)

    群众注释:

    │ │ <M> NLS ISO 8859-5 (Cyrillic)

    群众注释:

    │ │ <M> NLS ISO 8859-6 (Arabic)

    群众注释:

    │ │ <M> NLS ISO 8859-7 (Modern Greek)

    群众注释:

    │ │ <M> NLS ISO 8859-9 (Latin 5; Turkish)

    群众注释:

    │ │ <M> NLS ISO 8859-13 (Latin 7; Baltic)

    群众注释:

    │ │ <M> NLS ISO 8859-14 (Latin 8; Celtic)

    群众注释:

    │ │ <M> NLS ISO 8859-15 (Latin 9; Western European Languages with Euro)

    群众注释:

    │ │ <M> NLS KOI8-R (Russian)

    群众注释:

    │ │ <M> NLS KOI8-U/RU (Ukrainian, Belarusian)

    群众注释:

    │ │ <M> NLS UTF8

    群众注释:

    <---

    <---

    ----------Profiling support --->-----------

    Profiling support --->

    群众注释:

    │ │
  • Profiling support (EXPERIMENTAL)

    群众注释:

    │ │ <M> OProfile system profiling (EXPERIMENTAL)

    群众注释:

    <---

    ----------Kernel hacking --->----------

    Kernel hacking --->

    群众注释:

    │ │
  • Kernel debugging

    群众注释:

    │ │
  • Check for stack overflows

    群众注释:

    │ │
  • Debug memory allocations

    群众注释:

    │ │
  • Memory mapped I/O debugging

    群众注释:

    │ │
  • Magic SysRq key

    群众注释:

    │ │
  • Spinlock debugging

    群众注释:

    │ │
  • Page alloc debugging

    群众注释:

    │ │
  • Highmem debugging

    群众注释:

    │ │
  • Compile the kernel with debug info

    群众注释:

    │ │
  • Sleep-inside-spinlock checking

    群众注释:

    │ │
  • Compile the kernel with frame pointers

    群众注释:

    <---

    -----------Security options --->----------

    Security options --->

    群众注释:

    │ │
  • Enable different security models

    群众注释:

    │ │
  • Socket and Networking Security Hooks

    群众注释:

    │ │ <M> Default Linux Capabilities

    群众注释:

    │ │ <M> Root Plug Support

    群众注释:

    │ │
  • NSA SELinux Support

    群众注释:

    │ │
  • NSA SELinux boot parameter

    群众注释:

    │ │
  • NSA SELinux Development Support (NEW)

    群众注释:

    │ │
  • NSA SELinux MLS policy (EXPERIMENTAL)

    群众注释:

    <---

    ----------Cryptographic options --->----------

    Cryptographic options --->

    群众注释:

    │ │
  • Enable different security models

    群众注释:

    │ │
  • Socket and Networking Security Hooks

    群众注释:

    │ │ <M> Default Linux Capabilities

    群众注释:

    │ │ <M> Root Plug Support

    群众注释:

    │ │
  • NSA SELinux Support

    群众注释:

    │ │
  • NSA SELinux boot parameter

    群众注释:

    │ │
  • NSA SELinux Development Support (NEW)

    群众注释:

    │ │
  • NSA SELinux MLS policy (EXPERIMENTAL)

    群众注释:

    <---

    ----------Cryptographic options --->----------

    Cryptographic options --->

    群众注释:

    │ │ --- Cryptographic API

    群众注释:

    │ │ --- HMAC support

    群众注释:

    │ │ <M> Null algorithms

    群众注释:

    │ │ <M> MD4 digest algorithm

    群众注释:

    │ │ <M> MD5 digest algorithm

    群众注释:

    │ │ <M> SHA1 digest algorithm

    群众注释:

    │ │ <M> SHA256 digest algorithm

    群众注释:

    │ │ <M> SHA384 and SHA512 digest algorithms

    群众注释:

    │ │ <M> DES and Triple DES EDE cipher algorithms

    群众注释:

    │ │ <M> Blowfish cipher algorithm

    群众注释:

    │ │ <M> Twofish cipher algorithm

    群众注释:

    │ │ <M> Serpent cipher algorithm

    群众注释:

    │ │ <M> AES cipher algorithms

    群众注释:

    │ │ <M> CAST5 (CAST-128) cipher algorithm

    群众注释:

    │ │ <M> CAST6 (CAST-256) cipher algorithm

    群众注释:

    │ │ <M> Deflate compression algorithm

    群众注释:

    │ │ <M> Testing module

    群众注释:

    <---

    -----------Library routines --->----------

    Library routines --->

    群众注释:

    │ │ <M> CRC32 functions

    群众注释:

    <---

    完....................... good luck....
  •  楼主| 发表于 2004-3-19 23:20:49 | 显示全部楼层

    我真想一句句的添,但家里上不了网,在网吧双贵,最主要是现在没有活做还!

    有上网条件的朋友,大家来努力一下好吗?
    发表于 2004-3-23 13:23:56 | 显示全部楼层
    大哥,我昨天就有升到2.6.3啊!一切正常,在rd9.0下升到,
    在7.2下会有问题!内核是用linux-2.6.3.tar.gz
    您需要登录后才可以回帖 登录 | 注册

    本版积分规则

    快速回复 返回顶部 返回列表