i386

削除 [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…

追加 # 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…

追加 # 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…

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…

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…

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…

以前の「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…

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…

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)をビルドに…

削除 [NOTES][HEAD], 追加 [NOTES][i386][HEAD] # cs: IBM Etherjet and other Crystal Semi CS89x0-based adapters device cs hint.cs.0.at="isa" hint.cs.0.port="0x300" commit log Move device 'cs' into i386/pc98 specific NOTES. It is broken on ppc…

追加 device i915drm Intel i830 through i915 device savagedrm S3 Savage3D, Savage4 commit log MFC DRM. Notable changes: i915 (i830-i915) driver ported. S3 Savage driver ported. Added support for ATI_fragment_shader registers for r200. Impro…

追加 device i915drm Intel i830 through i915 commit log Merge DRM CVS as of 2005-12-02, adding i915 DRM support thanks to Alexey Popov, and a new r300 PCI ID. $FreeBSD: src/sys/i386/conf/NOTES,v 1.1216 2005/12/03 01:23:49 anholt Exp $

DRMをアップデートしました

追加 device savagedrm S3 Savage3D, Savage4 commit log Update DRM to CVS snapshot as of 2005-11-28. Notable changes: 2005-11-28時点のCVSで、DRMをアップデートしました。主な変更は: S3 Savage driver ported. S3 Savage ドライバを移植しました。 …

「machine」ディレクティブをDEFAULTSに移動しました

削除[GENERIC] machine i386 削除[NOTES][i386] # This directive is mandatory; it defines the architecture to be # configured for; in this case, the 386 family based IBM-PC and # compatibles. machine i386 commit log Allow duplicate "machine" …

machine/smptests.hからCOUNT_IPISとCOUNT_XINVLTLB_HITSを取り出してカーネルオプションとしました

追加 options COUNT_XINVLTLB_HITS Counters for TLB events options COUNT_IPIS Per-CPU IPI interrupt counters commit log Make COUNT_IPIS and COUNT_XINVLTLB_HITS real kernel options and take them out of machine/smptests.h. COUNT_IPISとCOUNT_XI…

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

修正 38:24+09:00">#device ath_rate_onoe:Onoe rate control for ath driver 38:24+09:00">#device ath_rate_sample:SampleRate rate control for the ath driver commit log MFC: Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.…

xbox連係オプション/デバイスをLINTに加えました

追加 # XBOX causes the kernel to be bootable on the Microsoft XBox console system. # The resulting kernel will auto-detect whether it is being booted on a XBox, # so kernels compiled with this option will also work on an ordinary PC. # Thi…

廃止されたオプションを削除しました

削除 #options ED_NO_MIIBUS Disable ed miibus support commit log Remove obsolete options 廃止されたオプションを削除しました $FreeBSD: src/sys/i386/conf/NOTES,v 1.1211 2005/11/09 04:30:55 imp Exp $

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

追加 device nve nVidia nForce MCP on-board Ethernet Networking commit log MFC: Hook nve(4) up in i386 and amd64 NOTES. nve(4)をi386とamd64のNOTESに加えました。 $FreeBSD: src/sys/i386/conf/NOTES,v 1.1202.2.3 2005/11/08 16:02:21 jhb Exp $

nve(4)をi386とamd64のNOTESに加えました

追加 # nve: nVidia nForce MCP on-board Ethernet Networking device nve nVidia nForce MCP on-board Ethernet Networking commit log Hook nve(4) up in i386 and amd64 NOTES. nve(4)をi386とamd64のNOTESに加えました。 MFC after 1 week $FreeBSD: src…

修正 options 16:22+09:00">KDB_STOP_NMI:Stop CPUS using NMI instead of IPI commit log Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all IPI_STOP IPIs. Change the i386 and amd64 MD IPI code to send an NMI if STOP_NMI…

ath_rate_*エントリを並べ変え、ath_rate_sampleを選びました

修正 #device ath_rate_onoe Onoe rate control for ath driver #device ath_rate_sample SampleRate rate control for the ath driver commit log Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm. ath_rate_*エントリを並べ変え…

sx(4)ドライバを削除しました

削除 # sx device is i386 and pc98 only at the moment. device sx options SX_DEBUG commit log Remove the sx(4) driver at the request of the author. The author originally wrote it for 4.x and hasn't really had the time to fully update it to 5…

修正 # Additionally, you can enable/disable polling at runtime with thehelp of # sysctl variable kern.polling.enable (defaults off)the ifconfig(8) utility, and select the CPU fraction reserved to # userland with the sysctl variable kern.po…

el(4)ドライバをHEADから削除しました

削除 # el: 3Com 3C501 (slow!) device el hint.el.0.at="isa" hint.el.0.port="0x300" hint.el.0.irq="9" commit log Remove the el(4) driver for 3Com 3c501 ISA NICs from HEAD as threatened earlier as no one has stepped up to test recent changes …