diff options
author | 2006-04-13 15:04:13 +0000 | |
---|---|---|
committer | 2006-04-13 15:04:13 +0000 | |
commit | 3098153d537da7f3777b52495fa87cb9a1fe63dd (patch) | |
tree | 8adebb8cb9b780cc74a9e289b7a4729591587f3a /x86 | |
parent | dobladecenter->slowusb (diff) | |
download | genkernel-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-config | 2 | ||||
-rw-r--r-- | x86/modules_load | 2 |
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" |