NOTES

削除 [GENERIC] # Enable this for the pcvt (VT220 compatible) console driver #device vt #options XSERVER support for X server on a vt console #options FAT_CURSOR start with block cursor 削除 [NOTES][i386] # The pcvt console driver (vt220 co…

削除 # le: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and # Am79C960) 追加 # Hint for the i386-only ISA front-end of le(4). hint.le.0.at="isa" hint.le.0.port="0x280" hint.le.0.irq="10" hint.le.0.drq="0" commit log Add C-…

修正 # lnce: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and # Am79C960) device lnc hint.lnc.0.at="isa" hint.lnc.0.port="0x280" hint.lnc.0.irq="10" hint.lnc.0.drq="0" commit log Prefer the le device driver for Lance (AMD7…

修正 # PREEMPTION allows the threads that are in the kernel to be preempted # by higher priority threads. It helps with interactivity and # allows interrupt threads to run sooner rather than waiting. # WARNING! Only tested on alpha, amd64,…

追加 # ACPI extras driver for IBM laptops device acpi_ibm commit log freebsd:keyword:MFC">MFC rev. 1.1223:add acpi_ibm to the build. $FreeBSD: src/sys/i386/conf/NOTES,v 1.1202.2.8 2006/05/10 14:26:03 maxim Exp $

追加 #Enable the linux-like sys filesystem support (requires COMPAT_LINUX # and PSEUDOFS) options LINSYSFS commit log Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux LSI MegaRAID SAS utility. Sponsored by IronPort Syst…

修正 # Only build Linux APIext2fs modules and plus those parts of the sound system I need. #makeoptions MODULES_OVERRIDE="linuxext2fs sound/sound sound/driver/maestro3" commit log change the example of compiling only specific modules to no…

追加 # ACPI extras driver for IBM laptops device acpi_ibm commit log Add acpi_ibm to the build. PR kern/96940 Submitted by Rong-En Fan $FreeBSD: src/sys/i386/conf/NOTES,v 1.1223 2006/05/07 20:13:18 maxim Exp $

id:TransFreeBSD:20060427:p1 の6-stableへの導入

追加 [GENERIC][R6] device rr232x Highpoint RocketRAID 232x 追加 [NOTES][i386][R6] # Highpoint RocketRAID 232x. This is software RAID but with hardware # acceleration assistance for RAID_5. device rr232x commit log Hook up the rr232x driver…

puc(4)を書き直しました

修正 # PCI Universal Communications driver # Supports various single and multi port PCI serialI/O cards. Maybe later # also the parallel ports on combination serial/parallel cards. New cards # can be added in src/sys/dev/puc/pucdata.c. # #…

rr232xドライバをデフォルトカーネルに加えました

追加 [GENERIC][HEAD] device rr232x Highpoint RocketRAID 232x 追加 [NOTES][i386][HEAD] # Highpoint RocketRAID 232x. This is software RAID but with hardware # acceleration assistance for RAID_5. device rr232x commit log Add the rr232x driver…

設定オプションのISP_DEFAULT_ROLESを加えました

追加 # Qlogic ISP 2322 and ISP 6322 2Gb Fibre Channel host adapters. # # ISP_DEFAULT_ROLES - default role (none, target, init, both) # options ISP_DEFAULT_ROLES=3 commit log Add ISP_DEFAULT_ROLES as a config option. 設定オプションのISP_DEF…

ACPI Dock Stationサポートは非常に新しいことに注意してください

追加 # ACPI Docking Station device acpi_dock commit log Import ACPI Dock Station support. Note that this is still very young. Additional detach implementaions*1 (or maybe improvement) for other deivce drivers is required. ACPI Dock Station…

削除 # NETSMBCRYPTO enables support for encrypted passwords. options NETSMBCRYPTO encrypted password support for SMB commit log MFC the following change: 以下の変更をMFCしました: Retire NETSMBCRYPTO as a kernel option and make its function…

scc(4)を加えました

追加 # Serial Communications Controller # Supports the Siemens SAB 82532 and Zilog Z8530 multi-channel # communications controllers. device scc commit log Add scc(4) to the build. scc(4)を加えました。 Add the scc(4) manpage to the build. s…

ビルドにMFIドライバを加えました

追加 device mfi LSI MegaRAID SAS commit log Hook the MFI driver up to the build. ビルドにMFIドライバを加えました。 $FreeBSD: src/sys/i386/conf/GENERIC,v 1.439 2006/03/29 09:57:21 scottl Exp $ $FreeBSD: src/sys/conf/NOTES,v 1.1355 2006/03/2…

id:TransFreeBSD:20060131:p1 の6-stableへの導入

追加 # ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor # with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if # NETGRAPH_CRONYX is configured) device ce commit log MFC: Add support for Cronyx Tau32-PCI adap…

id:TransFreeBSD:20060131:p1 の5-stableへの導入

追加 # ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor # with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if # NETGRAPH_CRONYX is configured) device ce commit log MFC: Add support for Cronyx Tau32-PCI. Cro…

NETSMBCRYPTOが廃止になりデフォルトで有効となりました

削除 # NETSMBCRYPTO enables support for encrypted passwords. options NETSMBCRYPTO encrypted password support for SMB commit log Retire NETSMBCRYPTO as a kernel option and make its functionality enabled by default in NETSMB and smbfs.ko. カ…

以前の「options TDFX_LINUX」に含まれる機能はモジュールに分割されました

修正 # To enable Linuxulator support, one must also include COMPAT_LINUX in the # config as well, or you will not have the dependencies. The other option is to load both as modules. options TDFX_LINUXdevice tdfx_linux Enable Linuxulator su…

altq(4)コードはすでにSMPを扱えるためALTQ_NOPCCがなぜ必要なのかを明確にしました

修正 # Individual disciplines must be built into the base system and can not be # loaded as modules at this point. In order to build a SMP kernelALTQ requires a stable TSC so if yours is # broken or changes with CPU throttling then you mus…

id:TransFreeBSD:20060129:p1 の6-stableへの導入

追加 device firmware firmware(9) support commit log MFC: firmware(9) is a subsystem to load binary data into the kernel via a specially crafted module. There are several handrolled sollutions to this problem in the tree already which will …

id:TransFreeBSD:20060131:p3 のstableへの導入

追加 # le: AMD Am7900 LANCE and Am79C9xx PCnet device le AMD Am7900 LANCE and Am79C9xx PCnet commit log MFC sys/conf/NOTES 1.1349, sys/conf/files 1.1090, sys/conf/files.sparc64 1.78, sys/modules/Makefile 1.471, sys/modules/le/Makefile 1.1,…

asrドライバを共通NOTESからi386限定NOTESへ移動しました

削除[NOTES] # The 'asr' driver provides support for current DPT/Adaptec SCSI RAID # controllers (SmartRAID V and VI and later). # These controllers require the CAM infrastructure. device asr 追加[NOTES][i386] # The 'asr' driver provides su…

NOTESにAUDITを加えました

追加 # Support for BSM audit options AUDIT commit log Add AUDIT to NOTES, as it's probably ready to get regular build testing by the tinderboxes. NOTESにおそらく危険な状態で標準ビルドテストを行なう準備ができているAUDITを加えました。 $FreeB…

カーネルのmalloc(9)にバッファ汚染防御(RedZone)を加えました

追加 # DEBUG_REDZONE enables buffer underflows and buffer overflows detection for # malloc(9). options DEBUG_REDZONE commit log Add buffer corruption protection (RedZone) for kernel's malloc(9). カーネルのmalloc(9)にバッファ汚染防御(RedZon…

le(4)をビルドに加えました

追加 # le: AMD Am7900 LANCE and Am79C9xx PCnet device le AMD Am7900 LANCE and Am79C9xx PCnet commit log Hook up le(4) to the build. For now it's only added to the sparc64 GENERIC in order to support the on-board LANCE in Ultra 1 and to the…

RWLOCK_NOINLINEを加えました

修正 # MUTEX_NOINLINE forces mutex operations to call functions to perform each # operation rather than inlining the simple cases. This can be used to # shrink the size of the kernel text segment. Note that this behavior is # already impli…

ce(4)をビルドに加えました。

追加 # ce: Cronyx Tau-PCI/32 sync single/dual port G.703/E1 serial adaptor # with 32 HDLC subchannels (requires sppp (default), or NETGRAPH if # NETGRAPH_CRONYX is configured) device ce commit log Attach ce(4) to the build. ce(4)をビルドに…

firmwareはカーネルへバイナリデータをロードするサブシステムです

追加 device firmware firmware(9) support commit log firmware(9) is a subsystem to load binary data into the kernel via a specially crafted module. There are several handrolled sollutions to this problem in the tree already which will be re…