2005-02-23から1日間の記事一覧

SMPではDEVICE_POLLINGを使用することができません

追加 # DEVICE_POLLING does not work with SMP. # DEVICE_POLLINGはSMPでは働きません。 commit log According to kern_poll.c, you cannot use DEVICE_POLLING with SMP. Add a commen*1 about this in every NOTES file which lists DEVICE_POLLING. kern…

CPU_ENABLE_TCCを削除します

削除 # CPU_ENABLE_TCC enables Thermal Control Circuitry (TCC) found in some # Pentium(tm) 4 and (possibly) later CPUs. When enabled and detected, # TCC supports restricting power consumption using the hw.p4tcc.* # sysctls. This operates in…

NOTESからCPU_ENABLE_TCCを取り除きました

削除 options CPU_ENABLE_TCC commit log Also remove CPU_ENABLE_TCC from the NOTES build. さらに、NOTESからCPU_ENABLE_TCCを取り除きました。 $FreeBSD: src/sys/i386/conf/NOTES,v 1.1183 2005/02/23 16:45:55 njl Exp $ $FreeBSD: src/sys/i386/conf/…

p4tccドライバはcpufreq(4)へマージされました

20050223: The p4tcc driver has been merged into cpufreq(4). This makes "options CPU_ENABLE_TCC" obsolete. Please load cpufreq.ko or compile in "device cpufreq" to restore this functionality. p4tccドライバはcpufreq(4)へマージされました。こ…

-CURRENTをクロスインストールするのに必要なステップを単純化しました

変更 make buildworld make buildkernel KERNCONF=YOUR_KERNEL_HERE make installworld DESTDIR=${CURRENT_ROOT} make buildkernel KERNCONF=YOUR_KERNEL_HERE cp src/sys/${ARCH}/conf/GENERIC.hints \ ${CURRENT_ROOT}/boot/device.hints *1 # as needed m…

linux、svr4などをすべて再コンパイルしなければなりません

20050223: The layout of struct image_params has changed. You have to recompile all compatibility modules (linux, svr4, etc) for use with the new kernel. struct image_paramsのレイアウトは変わりました。新しいカーネルと共に使用するためには互…