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 config for i386 and move 'device isa' and 'device npx' (both of which aren't really optional right now) and 'device io' and 'device mem' (to preserve POLA for 4.x users upgrading to 6.0) from GENERIC into DEFAULTS.
i386のためのデフォルトカーネル設定(ファイル)を作り、「device isa」と「device npx」(そのどちらも今の所まだオプションではありません)、「device io」と「device mem」(4.xユーザが6.0にアップグレードするためにPOLAを維持します)をGENERICからDEFAULTSへと移しました。

Requested by
scottl
Reviewed by
scottl

$FreeBSD: src/sys/i386/conf/GENERIC,v 1.433 2005/10/27 17:34:35 jhb Exp $
$FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.4 2005/10/28 19:21:27 jhb Exp $
$FreeBSD: src/sys/i386/conf/GENERIC,v 1.429.2.3.2.1 2005/10/28 19:22:41 jhb Exp $