Commit Graph

4577 Commits

Author SHA1 Message Date
Maximilian Attems d99b706eb2 x86_32 fix pci access mode menu
svn path=/dists/trunk/linux-2.6/; revision=12791
2009-02-13 17:13:49 +00:00
Maximilian Attems 17f8e62939 x86_32 fix processor choice menu
nuke old values, add newer one.

svn path=/dists/trunk/linux-2.6/; revision=12790
2009-02-13 17:13:47 +00:00
Maximilian Attems c83ee8ba64 x86_32: centralize processor choice variables
we no longer build 386 or k7 special images.

svn path=/dists/trunk/linux-2.6/; revision=12789
2009-02-13 17:13:45 +00:00
Maximilian Attems 05e51e860f x86_32 explicitly disable X86_RDC321X
default disabled, same story in fedora.

svn path=/dists/trunk/linux-2.6/; revision=12788
2009-02-13 17:13:43 +00:00
Maximilian Attems 5169f764aa x86_32 is not 64 bit :P
so set it like that.

svn path=/dists/trunk/linux-2.6/; revision=12787
2009-02-13 17:13:41 +00:00
Maximilian Attems c1823b11e5 defines gcc: revert for snapshot builds to gcc-4.1
will be changed before upload.

svn path=/dists/trunk/linux-2.6/; revision=12786
2009-02-13 16:42:31 +00:00
Maximilian Attems 59bd9824c6 x86_64 unset KVM_TRACE too
svn path=/dists/trunk/linux-2.6/; revision=12785
2009-02-13 16:42:26 +00:00
Maximilian Attems b7860ef46a topconfig unset FIRMWARE_IN_KERNEL
FIRMWARE_IN_KERNEL is not particularly useful,
because it doesn't build firmware into modules,
but in the mail kernel image.

driver module using request_firmware() need their separate firmware.

svn path=/dists/trunk/linux-2.6/; revision=12784
2009-02-13 16:42:21 +00:00
dann frazier e8414f697f PRISM2_USB doesn't currently support ia64
svn path=/dists/trunk/linux-2.6/; revision=12783
2009-02-13 06:23:53 +00:00
Maximilian Attems 6478532e53 changelog add bunch of bug fixes
guess svn will not take over the set git author field, well..

Reported-by: Moritz Muehlenhoff <jmm@inutil.org>

svn path=/dists/trunk/linux-2.6/; revision=12782
2009-02-12 22:42:00 +00:00
Maximilian Attems f8e88884f8 changelog add bug closure concerning agp g41 support
svn path=/dists/trunk/linux-2.6/; revision=12781
2009-02-12 22:38:38 +00:00
Maximilian Attems 676a3fd12d changelog netlink bug closure
svn path=/dists/trunk/linux-2.6/; revision=12780
2009-02-12 22:33:00 +00:00
Maximilian Attems da7406f0c8 changelog add netfilter.h bug closure
svn path=/dists/trunk/linux-2.6/; revision=12779
2009-02-12 22:29:55 +00:00
Maximilian Attems 3679b572fe add stable 2.6.28.5
svn path=/dists/trunk/linux-2.6/; revision=12778
2009-02-12 22:20:12 +00:00
Maximilian Attems ef74ca9ffd x86_32 explicitly unset KVM_TRACE
experimental and default disabled.

svn path=/dists/trunk/linux-2.6/; revision=12777
2009-02-12 17:43:34 +00:00
Maximilian Attems de79d5bbd9 x86_32 also enable modular CRYPTO_CRC32C_INTEL
svn path=/dists/trunk/linux-2.6/; revision=12776
2009-02-12 17:43:32 +00:00
Maximilian Attems 0aab8dfa0d x86_32 explicitly disable MMIOTRACE
svn path=/dists/trunk/linux-2.6/; revision=12775
2009-02-12 17:43:29 +00:00
Maximilian Attems aedd2d8ce7 x86_32: explicitly enable SND_ISA
svn path=/dists/trunk/linux-2.6/; revision=12774
2009-02-12 17:43:28 +00:00
Maximilian Attems 257b2cafb7 x86_32 enable modular TOUCHSCREEN_HTCPEN
svn path=/dists/trunk/linux-2.6/; revision=12773
2009-02-12 17:43:26 +00:00
Maximilian Attems 1835780273 x86_32 set MTRR_SANITIZER too
svn path=/dists/trunk/linux-2.6/; revision=12772
2009-02-12 17:43:23 +00:00
Maximilian Attems f372c3ece2 build with gcc-4.3
2.6.28 no longer needs to rely on older gcc-4.1

svn path=/dists/trunk/linux-2.6/; revision=12771
2009-02-12 16:47:16 +00:00
Maximilian Attems f11c61f7c0 topconfig explicitly disable EARLY_PRINTK_DBGP
default disabled useful on crash with usb debug dev

svn path=/dists/trunk/linux-2.6/; revision=12770
2009-02-12 16:02:49 +00:00
Maximilian Attems a6d262346d topconfig enable BOOT_TRACER
allows to enhance boottimes,
seen enabled on fedora.

svn path=/dists/trunk/linux-2.6/; revision=12769
2009-02-12 16:02:47 +00:00
Maximilian Attems 4d5bd7bdb0 topconfig disable explicitly some tracer
svn path=/dists/trunk/linux-2.6/; revision=12768
2009-02-12 16:02:44 +00:00
Maximilian Attems b55f5b9683 topconfig enable SYSCTL_SYSCALL_CHECK
might uncover ugly setting so worh for a while,
should be probably disabled for release.

svn path=/dists/trunk/linux-2.6/; revision=12767
2009-02-12 16:02:42 +00:00
Maximilian Attems 22e60b3d5d topconfig enable HID_COMPAT
default set and useful for !udev setups

svn path=/dists/trunk/linux-2.6/; revision=12766
2009-02-12 16:02:40 +00:00
Maximilian Attems 077e10cb33 topconfig unset VIDEO_FIXED_MINOR_RANGES
default disabled, video users will have udev anyway so..

svn path=/dists/trunk/linux-2.6/; revision=12765
2009-02-12 16:02:37 +00:00
Maximilian Attems 96af74fc27 topconfig disable some MTD_DATAFLASH options
they are default disabled.

svn path=/dists/trunk/linux-2.6/; revision=12764
2009-02-12 16:02:34 +00:00
Maximilian Attems 3545a238ac x86 disable X86_CHECK_BIOS_CORRUPTION
default disabled.

svn path=/dists/trunk/linux-2.6/; revision=12763
2009-02-12 16:02:31 +00:00
Maximilian Attems 9130695919 redisable STRICT_DEVMEM
"new kernel snapshots seem to panic when going into X :(
it completely locks up"
Reported-by: Sjoerd Simons <sjoerd@debian.org>

svn path=/dists/trunk/linux-2.6/; revision=12762
2009-02-11 10:27:55 +00:00
Maximilian Attems 1d924442be changelog: add bug closure for enabled option.
svn path=/dists/trunk/linux-2.6/; revision=12761
2009-02-10 16:33:01 +00:00
Maximilian Attems fd02008b3d changelog: add drm branch merge bug closure.
svn path=/dists/trunk/linux-2.6/; revision=12760
2009-02-10 14:04:28 +00:00
Maximilian Attems f1fc455e63 changelog add iwlagn bug closure
svn path=/dists/trunk/linux-2.6/; revision=12759
2009-02-10 13:58:13 +00:00
Maximilian Attems b92238c96a changelog: btusb got newly added for 2.6.27 account bug closure
svn path=/dists/trunk/linux-2.6/; revision=12758
2009-02-10 13:56:55 +00:00
Maximilian Attems 644356d527 changelog add bug closure for MMC_SDHCI_PCI #507150
svn path=/dists/trunk/linux-2.6/; revision=12757
2009-02-10 13:55:32 +00:00
Maximilian Attems 9c341d17de topconfig enable MACVLAN
seems legacy disabled, time to rethink that.

svn path=/dists/trunk/linux-2.6/; revision=12756
2009-02-10 13:33:44 +00:00
Maximilian Attems c32421dee1 topconfig enable modular staging PRISM2_USB
shipped anyway in wlan-ng

svn path=/dists/trunk/linux-2.6/; revision=12755
2009-02-10 11:24:37 +00:00
Maximilian Attems 52cc2aa0bb topconfig disable bunch of staging drivers
they can be enabled on request.

svn path=/dists/trunk/linux-2.6/; revision=12754
2009-02-10 11:24:35 +00:00
Maximilian Attems a27c438b35 topconfig enable modular CRYPTO_ANSI_CPRNG
svn path=/dists/trunk/linux-2.6/; revision=12753
2009-02-10 11:18:10 +00:00
Maximilian Attems b3b7ff1c1b x86 fix IO delay type choice
svn path=/dists/trunk/linux-2.6/; revision=12752
2009-02-10 11:18:08 +00:00
Maximilian Attems 8be525b538 build at76 out of staging
no need to have that patch, quality seems reduced to firmware loading,
but we never had a bug report anyway afair.

svn path=/dists/trunk/linux-2.6/; revision=12751
2009-02-10 11:18:06 +00:00
Maximilian Attems 7e031fda38 topconfig enable ET131X
shipped in et131x-source

svn path=/dists/trunk/linux-2.6/; revision=12750
2009-02-10 11:18:04 +00:00
Maximilian Attems d2dfdec265 topconfig enable staging drivers
consesus seems that we better one those then the oot ones,
as they see a bit of a care and properly taint your box.

svn path=/dists/trunk/linux-2.6/; revision=12749
2009-02-10 11:18:01 +00:00
Maximilian Attems 55dd288ab8 x86 explicitly disable memtest
nobody spoke for it, disabled in fedora, better boot targets that do it,
so whatever..

svn path=/dists/trunk/linux-2.6/; revision=12748
2009-02-10 11:17:58 +00:00
Maximilian Attems 668faffd7e x86 set STRICT_DEVMEM
in theory this shouldn't block X or dosemu or other /dev/mem users.
let's see if there will be any fallout..

Acked-by: Ben Hutchings <ben@decadent.org.uk>

svn path=/dists/trunk/linux-2.6/; revision=12733
2009-02-09 10:56:19 +00:00
Maximilian Attems 98d074b8f5 x86 explicitly set X86_VERBOSE_BOOTUP
as noted by Ben Hutchings easily overriden by "quiet" bootparam.

svn path=/dists/trunk/linux-2.6/; revision=12732
2009-02-09 10:56:15 +00:00
Maximilian Attems b00c7c3a99 add stable 2.6.28.4
svn path=/dists/trunk/linux-2.6/; revision=12721
2009-02-08 19:37:26 +00:00
Maximilian Attems 335849f814 x86: explicitly disable XEN_DEBUG_FS
default disabled
"it's probably only really useful for developers" -ian

Acked-by: Ian Campbell <ijc@hellion.org.uk>

svn path=/dists/trunk/linux-2.6/; revision=12717
2009-02-06 14:22:14 +00:00
Maximilian Attems 62693798dc topconfig enable modular CRC_T10DIF
svn path=/dists/trunk/linux-2.6/; revision=12716
2009-02-06 13:36:17 +00:00
Maximilian Attems 9be697210c topconfig enable modular ANSI_CPRNG
svn path=/dists/trunk/linux-2.6/; revision=12715
2009-02-06 13:36:14 +00:00