aboutsummaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 15:04:13 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-04-13 15:04:13 +0000
commit3098153d537da7f3777b52495fa87cb9a1fe63dd (patch)
tree8adebb8cb9b780cc74a9e289b7a4729591587f3a /x86
parentdobladecenter->slowusb (diff)
downloadgenkernel-3098153d537da7f3777b52495fa87cb9a1fe63dd.tar.gz
genkernel-3098153d537da7f3777b52495fa87cb9a1fe63dd.tar.bz2
genkernel-3098153d537da7f3777b52495fa87cb9a1fe63dd.zip
Added a check for /dev/tty0 to setup_keymap, added raid personality modules for EVMS, and fixed lots of space/tab issues, along with a general style cleanup. I'm calling this one 3.3.11b internally, and hopefully it will be added to the tree if it resolves bug #124388.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@373 67a159dc-881f-0410-a524-ba9dfbe2cb84
Diffstat (limited to 'x86')
-rw-r--r--x86/busy-config2
-rw-r--r--x86/modules_load2
2 files changed, 2 insertions, 2 deletions
diff --git a/x86/busy-config b/x86/busy-config
index dd6b3337..4bd7560e 100644
--- a/x86/busy-config
+++ b/x86/busy-config
@@ -12,7 +12,7 @@ CONFIG_FEATURE_BUFFERS_GO_ON_STACK=y
# CONFIG_FEATURE_VERBOSE_USAGE is not set
# CONFIG_FEATURE_INSTALLER is not set
# CONFIG_LOCALE_SUPPORT is not set
-CONFIG_FEATURE_DEVFS=y
+# CONFIG_FEATURE_DEVFS is not set
CONFIG_FEATURE_DEVPTS=y
# CONFIG_FEATURE_CLEAN_UP is not set
# CONFIG_FEATURE_SUID is not set
diff --git a/x86/modules_load b/x86/modules_load
index 93d4f60e..0f80a4b7 100644
--- a/x86/modules_load
+++ b/x86/modules_load
@@ -14,6 +14,6 @@ MODULES_ATARAID="ataraid pdcraid hptraid"
MODULES_PCMCIA="pcmcia_core yenta_socket i82365 ds ide-cs"
MODULES_USB="ehci-hcd uhci usb-ohci hid usb-storage uhci-hcd ohci-hcd usbhid sl811-hcd"
MODULES_LVM2="dm-mod dm-snapshot dm-mirror dm-bbr"
-MODULES_EVMS2="dm-mod dm-snapshot dm-mirror dm-bbr"
+MODULES_EVMS2="dm-mod dm-snapshot dm-mirror dm-bbr raid0 raid1 raid5 raid6 raid10"
MODULES_DMRAID="dm-mod dm-mirror"
MODULES_SATA="sata_promise sata_sil sata_sil24 sata_svw sata_via sata_nv sata_sx4 sata_sis sata_uli sata_vsc sata_qstor ahci ata_piix sata_mv pdc_adma"