GENERIC

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

修正 device le NE2100, NE32-VL Lance Ethernet cardsAMD Am7900 LANCE and Am79C9xx PCnet device pcn AMD Am79C97x PCI 10/100 (precedence over 'le') commit log As only the PCI front-end of le(4) is common to all platforms move its entry to the…

修正 device pcn AMD Am79C97x PCI 10/100(precedence over 'lnc') commit log Kill more references to lnc(4). Submitted by grep(1) $FreeBSD: src/sys/i386/conf/GENERIC,v 1.446 2006/05/16 12:15:36 ru Exp $

修正 device lnce NE2100, NE32-VL Lance Ethernet cards commit log date 2006/05/14 01:40:41; author: gnn; state: Exp; lines: +1 -1 Prefer the le device driver for Lance (AMD7990 et al) hardware over the older, and less capable lnc driver. Re…

athとwlan暗号サポートを加えました

追加 device wlan_wep 802.11 WEP support device wlan_ccmp 802.11 CCMP support device wlan_tkip 802.11 TKIP support device ath Atheros pci/cardbus NIC's device ath_hal Atheros HAL (Hardware Access Layer) device ath_rate_sample SampleRate tx …

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…

AHC_REG_PRETTY_PRINTとAHD_REG_PRETTY_PRINTを下方の対応するデバイスへ移動しました

commit log Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below their corresponding devices. AHC_REG_PRETTY_PRINTとAHD_REG_PRETTY_PRINTを下方の対応するデバイスへ移動しました。 $FreeBSD: src/sys/i386/conf/GENERIC,v 1.442 2006/04/24 08:4…

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

追加 device bce Broadcom BCM5706/BCM5708 Gigabit Ethernet commit log MFC: Add bce Approved by re $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.8 2006/04/12 17:45:27 ps Exp $

bceをビルドに加えました

追加 device bce Broadcom BCM5706/BCM5708 Gigabit Ethernet commit log Hook bce up to the build bceをビルドに加えました。 $FreeBSD: src/sys/i386/conf/GENERIC,v 1.441 2006/04/10 20:04:22 ps Exp $

カーネルのビルドにMFIドライバを加えました

追加 device mfi LSI MegaRAID SAS commit log Hook the MFI driver up to the kernel build. カーネルのビルドにMFIドライバを加えました。 Approved by re $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.6 2006/04/04 04:08:07 scottl Exp $

i386とamd64のGENERICにkbdmux(4)を加えました

追加 device kbdmux keyboard multiplexer commit log MFC: Add kbdmux(4) to GENERIC on i386 and amd64. i386とamd64のGENERICにkbdmux(4)を加えました。 Remove the USB keyboard hack now that KBDMUX is enabled by default. Allow it to be disabled i…

kbdmux(4)をGENERICに加えました。

追加 device kbdmux keyboard multiplexer commit log Add kbdmux(4) to GENERIC kbdmux(4)をGENERICに加えました。 Requested by scottl $FreeBSD: src/sys/i386/conf/GENERIC,v 1.440 2006/03/31 19:03:37 emax Exp $

ビルドに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:20060121:p2 の6-stableへの導入

削除 # ISA devices that use the old ISA shims #device le commit log MFC 1.438 Remove the commented out entry of the old ISA-only le(4) driver which was retired 22 months ago. 22ヶ月前に引退した古いISAのみのle(4)ドライバのコメントアウトされ…

コメントアウトされていたle(4)ドライバのエントリを削除しました

削除 # ISA devices that use the old ISA shims #device le commit log Remove the commented out entry of the old ISA-only le(4) driver which was retired 22 months ago. 22ヶ月前に引退した古いISAのみのle(4)ドライバのコメントアウトされていたエン…

追加[NOTES] # Old tty interface. options COMPAT_43TTY 追加[GENERIC] options COMPAT_43TTY BSD 4.3 TTY compat [KEEP THIS!] commit log Move the old BSD4.3 tty compatibility from (!BURN_BRIDGES && COMPAT_43) to COMPAT_43TTY. Add COMPAT_43TTY t…

「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" …

uart(4)を追加しました

追加 device uart Generic UART driver # If you've got a "dumb" serial or parallel PCI card that is # supported by the puc(4) glue driver, uncomment the following # line to enable it (connects to sio and/or ppc drivers): # line to enable it …

STOP_NMIを有効にしました

追加 options STOP_NMI Stop CPUS using NMI instead of IPI commit log Throw the switch and turn on STOP_NMI on in GENERIC for amd64 and i386. 切替を行ない、amd64とi386のGENERICでSTOP_NMIを有効にしました。 Requested by kris Ok'd by scottl $Fr…

id:TransFreeBSD:20051027:p1 の6-currentへの導入

MFC: Add DEFAULTS files for amd64, i386, and pc98. amd64、i386、それとpc98のDEFAULTSファイルを加えました。 Approved by re (scottl) $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.4 2005/10/28 19:21:27 jhb Exp $ $FreeBSD: src/sys/i386/conf/GE…

i386のためのデフォルトカーネル設定(ファイル)を作り、幾つかを移しました

削除 # Bus support. Do not remove isa, even if you have no isa slots device isa # Floating point support - do not disable. device npx device mem Memory and kernel memory devices device io I/O device commit log Create a default kernel confi…

空白のへまを修正しました

commit log Fix a whitespace screw-up I made when doing the MFC of COMPAT_FREEBSD5. It's supposed to be "option", "space", "tab"; not "option", "tab", "tab". COMPAT_FREEBSD5のMFCを行うときに、私がやった空白のへまを修正しました。それは「オプ…

削除 # Debugging for use in -current options KDB Enable kernel debugger support. options DDB Support DDB. options GDB Support remote GDB. options INVARIANTS Enable calls of extra sanity checking options INVARIANT_SUPPORT Extra sanity check…

6.0-RがリリースされたあとULEを有効にしようと思います

修正 #options SCHED_ULE ULE scheduler #options SCHED_4BSD 4BSD scheduler commit log Revert last change, I will turn ULE on as default after 6.0-R. 前回の変更点を元に戻しました。6.0-RがリリースされたあとULEを有効にしようと思います。 Noticed…

id:TransFreeBSD:20050714:p1 の6-currentへの導入

MFC addition of the COMPAT_FREEBSD5 option. Specific versions being MFCed: COMPAT_FREEBSD5オプションのMFCによる追加。MFCされた詳細なバージョン: Path Revision src/sys/alpha/conf/GENERIC 1.187 src/sys/amd64/conf/GENERIC 1.440 src/sys/i386/co…

COMPAT_FREEBSD5オプションを加えました

追加 options COMPAT_FREEBSD5 Compatible with FreeBSD5 commit log Add recently invented COMPAT_FREEBSD5 option. 最近開発されたCOMPAT_FREEBSD5オプションを加えました。 MFC after 3 days $FreeBSD: src/sys/i386/conf/GENERIC,v 1.430 2005/07/14 15…

追加 device ral Ralink Technology RT2500 wireless NICs. device ural Ralink Technology RT2500USB wireless NICs commit log Add new ral(4) and ural(4) drivers. Approved by silby (mentor) $FreeBSD: src/sys/i386/conf/GENERIC,v 1.429 2005/05/24 …

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

commit log MFC: Glue the arcmsr driver into the tree. arcmsrドライバをツリーに付加しました。 Approved by re $FreeBSD: src/sys/i386/conf/NOTES,v 1.1168.2.5 2005/04/02 16:37:58 scottl Exp $ $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413.2.13 20…

id:TransFreeBSD:20050322:p1 のstableへの導入

commit log MFC: Add new cdce(4) driver; 新たなcdce(4)ドライバを加えました。 move some common code out of every USB etherned*1 driver into a central location. すべてのUSBイーサネットドライバからある共通のコードを中枢位置へ移動しました。 App…