* Linux 2.6.6
@ 2004-05-10 2:58 Linus Torvalds
2004-05-10 8:39 ` Olaf Hering
` (3 more replies)
0 siblings, 4 replies; 12+ messages in thread
From: Linus Torvalds @ 2004-05-10 2:58 UTC (permalink / raw)
To: Kernel Mailing List
Ok, there it is (well, the tar-file and patches are still being up-loaded,
but should be there soon).
NTFS, XFS, FAT and CIFS updates. IDE cache-flush at shutdown fixes. ppc,
sparc, s390 and ARM updates (and a few x86-64 fixes).
Holler if I missed anything,
Linus
----
Summary of changes from v2.6.6-rc3 to v2.6.6
============================================
Adam Belay:
o parport pnp detection fix
Alex Williamson:
o [SERIAL] 8250_hcdp needs irq sharing
Alexander Viro:
o Fix might_sleep in /proc/swaps code
o mcdx.c insanity removal
Andi Kleen:
o Fix machine check handler on x86-64
o Fix x86-64 compilation without iommu for 2.6.6rc3
Andrew Morton:
o acpi build fix setup.c:608: `acpi_skip_timer_override' undeclared
o cifssmb.c warning fix
o writeback livelock fix
o fadvise length handling fix
o task_struct alignment fix
o usb linkage fix
o cancel_delayed_work() fix
o b44 driver needs mii
o run populate_rootfs() before initcalls
Andries E. Brouwer:
o report size of printk buffer
Anton Altaparmakov:
o NTFS: Use get_bh() instead of manual atomic_inc() in
fs/ntfs/compress.c
o NTFS: - Modify fs/ntfs/time.c::ntfs2utc(), get_current_ntfs_time(),
and utc2ntfs() to work with struct timespec instead of time_t on
the Linux UTC time side thus preserving the full precision of the
NTFS time and only loosing up to 99 nano-seconds in the Linux UTC
time.
o NTFS: - Remove unused ntfs_dirty_inode()
o NTFS: Wrap flush_dcache_mft_record_page() in #ifdef NTFS_RW
o NTFS: Add NInoTestSetFoo() and NInoTestClearFoo() macro magic to
fs/ntfs/inode.h and use it to declare NInoTest{Set,Clear}Dirty.
o NTFS: Move typedefs for ntfs_attr and test_t from fs/ntfs/inode.c
to fs/ntfs/inode.h so they can be used elsewhere.
o NTFS: Determine the mft mirror size as the number of mirrored mft
records and store it in ntfs_volume->mftmirr_size
(fs/ntfs/super.c).
o NTFS: Load the mft mirror at mount time and compare the mft records
stored in it to the ones in the mft (fs/ntfs/super.c).
o NTFS: - Fix compiler warnings related to type casting
o NTFS: Read the journal ($LogFile) and determine if the volume has
been shutdown cleanly and force a read-only mount if not
(fs/ntfs/super.c and fs/ntfs/logfile.c). This is a little bit of a
crude check in that we only look at the restart areas and not at
the actual log records so that there will be a very small number of
cases where we think that a volume is dirty when in fact it is
clean. This should only affect volumes that have not been shutdown
cleanly and did not have any pending, non-check-pointed i/o.
o NTFS: Eeek. Forgot to revert the Makefile before checking it in
last time
o NTFS: 2.1.8 release - If the $LogFile indicates a clean shutdown
and a read-write (re)mount is requested, empty $LogFile by
overwriting it with 0xff bytes to ensure that Windows cannot cause
data corruption by replaying a stale journal after Linux has
written to the volume.
Arjan van de Ven:
o ide-disk.c: write cache handling fixes
o IDE disk cache flush at unopportune momemnts
o ide: don't send cacheflush to drives that don't understand it
Armin Schindler:
o ISDN CAPI: fix ncci list semaphore
o ISDN Eicon driver: accept capidrv parameters
o ISDN Eicon driver: fix empty queue check
o ISDN Eicon driver: fix idi cleanup deadlock
Arnd Bergmann:
o s390: oprofile Kconfig fixes
Bartlomiej Zolnierkiewicz:
o fix default IDE interfaces initialization for PPC32
o fixup for C1 Halt Disconnect problem on nForce2 chipsets
o Suspend IDE disks on shutdown
Ben Collins:
o [IEEE1394]: Fix deadlock in killing kernel thread
Benjamin Herrenschmidt:
o ppc/ppc64: Cleanup PPC970 CPU initialization
o Fix my address in CREDITS
o ppc32: Add missing [pci_]dma_mapping_error()
o ppc32: pmac support update
o ppc64: Fix nasty typo in PTE freeing code
o [SUNZILOG]: Fix DCD/CTS change tests, just like in pmac_zilog
Bjorn Helgaas:
o [SERIAL] default to serial console when possible
Chris Wright:
o fix memleak in sys_mq_timedsend
o fix queues_count accounting in mqueue_delete_inode()
Christoph Hellwig:
o [XFS] use kmem_alloc for noaddr buffers
o [XFS] kill the pagebuf vs xfs_buf confusion
o [XFS] really kill the pagebuf vs xfs_buf confusion
o [XFS] clarify pagebuf page lookup logic
o [XFS] Don't reset buffer offset before using it
o [XFS] close external blockdevice after final flush
o fix warning in arch/ppc/boot/simple/misc.c
o fix WARN_ON on XFS module unload
Clay Haapala:
o [LIB]: Add CRC32c (Castagnoli, et al Cyclic Redundancy-Check)
o [LIB]: Use compiler.h's pure attribute macros in crc32.c
o [CRYPTO]: Provide crc32c as a type of digest
o [CRYPTO]: Fix typing in crc32c's chksum_update
Coywolf Qi Hunt:
o Update kerneltraffic link in SubmittingDrivers and kernel-docs.txt
Daniel Ritz:
o [PCMCIA] add EnE specific initialization to fix HDSP
Dave Kleikamp:
o JFS: [CHECKER] Fix a possible null-pointer dereference
o JFS: [CHECKER] Memory leak in jfs_link
o JFS: [CHECKER] get rid of txAbortCommit
David Gibson:
o Fix overeager stack-expansion on ppc64
o POWER5 erratum workaround
o ppc64: shmget() translation bugfix
o ppc64: Use slbie, not slbia in hugepage code
David Mosberger:
o ia64: Fix Exec-Only stack patch so X can work again
o Cset exclude:
davidm@tiger.hpl.hp.com|ChangeSet|20040427053149|28511
David S. Miller:
o [SPARC64]: Fix MAP_FIXED+shared address check, noticed by rmk
o [SPARC64]: Update defconfig
o [NET]: Undo marking sock_alloc() as static, still exported to
modules
o [SPARC64]: hugetlbpage.c needs linux/module.h
David Stevens:
o [IPV4]: Use time_after() in override ARP calculation
David Vrabel:
o [ARM PATCH] 1832/1: Typo in dma_unregister_dev printk
Dean Roehrich:
o [XFS] Fix dmapi/mprotect interaction
o [XFS] Remove <linux/mman.h> now that linvfs_mprotect doesn't need
it
Denis Vlasenko:
o add missing #include
Dirk Behme:
o [ARM PATCH] 1835/1: Make ALTERA Excalibur work again in 2.6.5
Eric Sandeen:
o [XFS] Use pgoff_t for page indices, and remove other type confusion
Eric Wong:
o logips2pp driver update (MX510/310 support), cleanup
Gerd Knorr:
o Fix oops in video_register_device
Herbert Xu:
o [IPV4/IPV6]: Fix listing of listening sockets
Hirofumi Ogawa:
o FAT: Fix nfsv2 support
o FAT: small cleanup
o FAT: remove symbols exports from msdosfs/vfat
Hugh Dickins:
o mremap offset type
o mremap pte_unmap NULL
o add_to_page_cache comments
o page_mapping race fix
Ingo Molnar:
o [NET]: Update netpoll credits
Ivan Kokshaysky:
o Fix rwsem contention case on alpha/s390x
James Morris:
o [NET]: Add sock_create_kern()
o [NET]: Add sock_create_lite()
Jeff Garzik:
o [libata sata_sis] support SATA SCRs in PCI cfg space
Jeremy Higdon:
o sata_vsc initialization fix
Jon Krueger:
o [XFS] Correct the (file size >= stripe unit) check inside
xfs_iomap_write_delay. It was comparing the file size, in bytes,
against the stripe unit size, in FSBs. (PV 911469)
Joshua Kwan:
o [SPARC64]: Use $(CC) in NEW_GCC checks
Karol Kozimor:
o acpi4asus 0.28 (Karol 'sziwan' Kozimor)
Keith M. Wesolowski:
o [SPARC32]: Ensure swap entries do not overlap the PRESENT or FILE
bits
o [SPARC32]: Correct calculation of num_physpages
o [SPARC32]: Trivial reformatting patch for arch/sparc/mm/init.c
o [SPARC32]: Reduce fragmentation in the bitmap allocator
Keith Owens:
o ia64: SN_SAL_PRINT_ERROR is reentrant
Len Brown:
o [ACPI] fix x86_64 mis-merge
o [ACPI] enable 440GX PIRQ router workaround
o [ACPI] enhance intr-src-override parsing to handle ES7000
http://bugme.osdl.org/show_bug.cgi?id=2520
o ACPI] Delete IRQ2 "cascade" in ACPI IOAPIC mode no such concept
exists in ACPI, frees IRQ2 for use.
o [ACPI] if acpi_os_name= is used, print what it finds
o [ACPI] allow IRQ2 to be used in ACPI/IOAPIC mode
http://bugzilla.kernel.org/show_bug.cgi?id=2564
o [ACPI] Workaround "_BBN 0" BIOS bug enhance "pci=noacpi" to skip
ACPI PCI configuration and interrupt config add "acpi=noirq" to
skip just ACPI interrupt config (David Shaohua Li)
http://bugzilla.kernel.org/show_bug.cgi?id=1662
o [ACPI] workaround for nForce2 BIOS bug: XT-PIC timer in IOAPIC mode
"acpi_skip_timer_override" boot parameter dmi_scan for common
platforms, may be replaced with PCI-ID in future.
o [ACPI] No IRQ known... - using IRQ 255 (Bjarni Rúnar Einarsson)
http://bugzilla.kernel.org/show_bug.cgi?id=2148
o ACPI irq->gsi naming (Bjorn Helgaas)
o [ACPI] battery "charged" instead of "unknown" (Luming Yu)
http://bugzilla.kernel.org/show_bug.cgi?id=1863
o [ACPI] pci-link may not always be SHARED (SuSE via Luming Yu)
http://bugzilla.kernel.org/show_bug.cgi?id=2404
o [ACPI] rmmod ACPI modules vs /proc from Anil S Keshavamurthy and
David Shaohua Li http://bugzilla.kernel.org/show_bug.cgi?id=2457
o [ACPI] toshiba_acpi driver if acpi_disabled (David Shaohua Li)
http://bugzilla.kernel.org/show_bug.cgi?id=2465
o [ACPI] support button driver unload (Luming Yu)
http://bugzilla.kernel.org/show_bug.cgi?id=2281
o [ACPI] fix build warning in dmi_scan
o [ACPI] button build fix
o [ACPI] PCI Interrupt Link fixes Handle BIOS that reference disabled
PCI Interrupt Link Devices
http://bugme.osdl.org/show_bug.cgi?id=1581
o [ACPI] export symbols to button module
Linus Torvalds:
o Add __user annotations to ppc64 user access functions
o Tell the sparse checker to use 64-bit mode when checking a ppc64
tree.
o Fix fixed fadvice length handling
o Make types of big integers in bitops.h explicit
o Be more careful about semaphore contention memory ordering
o Be more careful about waking up rwsem waiters
o x86-64: fix preempt race in exit_thread
o All the Intel LPC bridges have the same PCI quirks
o Waste less memory in dentries
o Mark the ACPI CPU throttle and timer IO regions busy
o Linux 2.6.6
Luiz Capitulino:
o fix warning in fs/dquot.c
Marc Singer:
o [ARM PATCH] 1816/1: lh7a40x #2 (1/7) core
o [ARM PATCH] 1817/1: lh7a40x #2 (2/7) core-include
o [ARM PATCH] 1818/1: lh7a40x #2 (3/7) doc
Martin Schwidefsky:
o s390: core s390
o s390: common i/o layer
o s390: network driver
o s390: 3270 console driver
o s390: zfcp host adapter
o s390: oprofile for s390
Matt Tolentino:
o efivars sysfs fix
Meelis Roos:
o ppc32: compile error in signal.c
Michael Hunold:
o DVB:Fix adapter module removal bug
Mikael Pettersson:
o gcc-3.4.0 fixes
o allow drivers to claim the lapic NMI watchdog HW
Mike Miller:
o cciss build fix
o cciss MAINTAINERS update
o cciss update
Nathan Scott:
o [XFS] Fix a very hard-to-hit, small-block-size only corruption
o [XFS] Fix delayed write buffer handling to use the correct list
interfaces, add validity checks, remove unused code, fix comments.
o [XFS] Make buffer error checking consistent, add a value range
check
o [XFS] Return the right error code on an ACL xattr version mismatch
o [XFS] Only use page->private to track page state for page cache
pages
o [XFS] Fix some cases where we returned fill_super success, instead
o [XFS] Allow xfsbufd flush intervals to take immediate effect after
changing the flush sysctl value. Fix from Bart Samwel
o [XFS] Use USER_HZ in XFS sysctl interfaces. Fix from Bart Samwel
o [XFS] Bump up age_buffer and sync_interval maxima for laptop mode.
From Bart Samwel
o [XFS] Fix vmtruncate abuse in the XFS setattr ATTR_SIZE operation
o [XFS] cleanup pagebuf flag usage and simplify pagebuf_free
o [XFS] Fix up a trivial merge botch
o [XFS] Revive an accidentally dropped pagesize > blocksize assert
Nicolas Pitre:
o [ARM PATCH] 1836/1: don't hardcode virtual addresses
o [ARM PATCH] 1837/1: small Lubbock cleanup
o [ARM PATCH] 1838/1: Lubbock leds and macro namespace cleanup
o [ARM PATCH] 1839/1: fix lubbock_flash.c which used a bogus reg name
o [ARM PATCH] 1840/1: recognize more XScale CPU variants
o [ARM PATCH] 1841/1: Lubbock defconfig update
Nitin A. Kamble:
o mxcsr patch for i386 & x86-64
Olof Johansson:
o ppc64: Set memory-only nodes online
Pat Gefre:
o ia64: SN2 fix
Patrick Wildi:
o serverworks.c: fix DMA for OSB4
Paul Mackerras:
o ppc64: fix incorrect signal handler argument
o ppc32: Updated boot fix
o Fix CTS handling in pmac-zilog.c
Paul Wagland:
o bug fix for megaraid memory leak
Pavel Machek:
o make ikconfig quiet
Petr Vandrovec:
o ncpfs data corruption when using large TCP transfers
René Scharfe:
o FAT: simple error handling cleanup
Richard Henderson:
o [ALPHA] Add message queue syscalls
Roman Zippel:
o fix value toggle in gconf
Russell Cattelan:
o [XFS] Fix for the xfs dir2 rebalance bug
Russell King:
o [ARM] Add read_cpuid() to aid reading CPU ID registers
o [ARM] Fix BE find_*_bit operations
o [ARM] Update assabet_defconfig
o [ARM] Update ioremap implementation
o [ARM] Fix dependencies of SERIO_AMBAKMI and SERIO_RPCKBD
o [ARM] Oprofile should use asm/irq.h not asm/arch/irqs.h
o [ARM] Fix monspecs in ARM-related framebuffer drivers
o [ARM] Remove Anakin default configuration file
o [ARM] Fix shared mmap()ings for ARM VIPT caches
o [ARM] Fix read_cpuid()
o [ARM] Fix atomic bitops earlyclobber
o [ARM] Move all page fault handling code to fault.c
o [ARM] Add Versatile default configuration
o Update MTD concatenating driver
o [SERIAL] Fix the calculation of the number of UARTs
o [ARM] Fix potential oops and kill unused variable warning in
sa1111.c
o [ARM] Update mach-types file again
o [SERIAL] Remove unused variable
o [ARM] Remove DMA support in Versatile
o [ARM] Enclose MMC-related code in #ifdef CONFIG_MMC .. #endif
o [SERIAL] Remove unmerged 'clk' subsystem from PL011 driver
Rusty Russell:
o [NET]: Fix MODULE_PARM_DESC typo in dummy driver
Slawomir Kolodynski:
o [SERIAL] Add support for SBS Tech. Inc. PMC-OCTPRO and P-OCTAL
cards
Sridhar Samudrala:
o [SCTP] Fix bugs in handling overlapping INIT and peer restart over
a multihomed association.
o [SCTP] Rename SCTP_ADDR_REACHABLE as SCTP_ADDR_AVAILABLE to be
consistent with the SCTP sockets API draft.
o [SCTP] Fix memset() parameter ordering
o [SCTP] Fix accessing Gap Ack blocks array with a -ve index in
sctp_outq_sack()
o [SCTP]: Fix multihomed connection failures on 64-bit systems
Stas Sergeev:
o Fix IO bitmap invalidate
Stephen Hemminger:
o [NET]: Eliminate large inlines in skbuff.h
o [TCP]: tcp_send_skb code pruning
o [IPV4]: Use static in several places
o [NETLINK]: Mark some functions/data static
o static functions in as-iosched.c
o [NET]: More network layer static funcs and data
o SCTP crc table can be static const
o [TCP]: BIC TCP for Linux 2.6.6
Stephen Rothwell:
o PPC64 iSeries: replace semaphores with completions
Steve French:
o Fix port 139 connections to Windows 2K adding missing RFC1002
session_init
o Remove unneeded debug statement
o Flush writebehind before invalidate in file open path
o fix memory allocation of rfc1002 sess init struct
o update rfc1001 handling
o do not block (writing back to the filesystem potentially) while
allocating smb buffers
o rfc1001 session init name parsing fix
o fixes for socket retry and error handling of misc. error paths
o fix double entry typo
o fix ppc64 build problem due to missing header
o even if O_CREAT specified do not reset mode when file not actually
created
o reduce excessive stack space usage in smb password hashing
o do not refresh mode (e.g. in revalidate) to windows servers
Tom Rini:
o Fix thinkos in #if -> #ifdef conversions
o Fix thinkos in #if -> #ifdef conversions #2
o ppc32: Update SBS K2 support
o ppc32: Add openpic_hookup_cascade()
o ppc32: Update Motorola PrPMC750 support
o Fix support for the Motorola PrPMC800
Tony Lindgren:
o [ARM PATCH] 1844/1: Allow OMAP-730 and OMAP-5910 to use ARM926 in
mm/Kconfig
o [ARM PATCH] 1846/1: OMAP update 1/2: arch files
o [ARM PATCH] 1847/1: OMAP update 2/2: include files
Trond Myklebust:
o NFSv3: Fix SETATTR call after O_EXCL create
o nfs printk warning fix
Venkatesh Pallipadi:
o bug in bigsmp CPU bringup
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 2:58 Linux 2.6.6 Linus Torvalds
@ 2004-05-10 8:39 ` Olaf Hering
2004-05-10 8:48 ` Russell King
2004-05-10 10:40 ` Dave Jones
2004-05-10 10:51 ` Daniele Venzano
` (2 subsequent siblings)
3 siblings, 2 replies; 12+ messages in thread
From: Olaf Hering @ 2004-05-10 8:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List
On Sun, May 09, Linus Torvalds wrote:
> Holler if I missed anything,
add 'chmod -Rf a+rX,o-w,g-w .' to your release scripts.
cp -a linux-2.6.6/ linux-2.6.6.xxx
cp: cannot open `linux-2.6.6/arch/arm/mm/proc-v6.S' for reading: Permission denied
cp: cannot open `linux-2.6.6/arch/arm/mm/cache-v6.S' for reading: Permission denied
cp: cannot open `linux-2.6.6/arch/arm/mm/abort-ev6.S' for reading: Permission denied
cp: cannot open `linux-2.6.6/arch/arm/mm/copypage-v6.c' for reading: Permission denied
cp: cannot open `linux-2.6.6/arch/arm/mm/tlb-v6.S' for reading: Permission denied
cp: cannot open `linux-2.6.6/arch/arm/mm/blockops.c' for reading: Permission denied
cp: cannot open `linux-2.6.6/drivers/char/agp/isoch.c' for reading: Permission denied
cp: cannot open `linux-2.6.6/drivers/input/joystick/grip_mp.c' for reading: Permission denied
cp: cannot open `linux-2.6.6/Documentation/networking/netif-msg.txt' for reading: Permission denied
cp: cannot open `linux-2.6.6/Documentation/scsi/ChangeLog.megaraid' for reading: Permission denied
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 8:39 ` Olaf Hering
@ 2004-05-10 8:48 ` Russell King
2004-05-10 10:40 ` Dave Jones
1 sibling, 0 replies; 12+ messages in thread
From: Russell King @ 2004-05-10 8:48 UTC (permalink / raw)
To: Olaf Hering; +Cc: Linus Torvalds, Kernel Mailing List
On Mon, May 10, 2004 at 10:39:05AM +0200, Olaf Hering wrote:
> On Sun, May 09, Linus Torvalds wrote:
> > Holler if I missed anything,
>
> add 'chmod -Rf a+rX,o-w,g-w .' to your release scripts.
That's not really a fix. These need to be reported as they occur
since it's BK which stores the permissions.
Maybe we can add a BK trigger to correct/fix/warn of this problem
on checkin ?
Meanwhile I'll fix up the following six:
> cp: cannot open `linux-2.6.6/arch/arm/mm/proc-v6.S' for reading: Permission denied
> cp: cannot open `linux-2.6.6/arch/arm/mm/cache-v6.S' for reading: Permission denied
> cp: cannot open `linux-2.6.6/arch/arm/mm/abort-ev6.S' for reading: Permission denied
> cp: cannot open `linux-2.6.6/arch/arm/mm/copypage-v6.c' for reading: Permission denied
> cp: cannot open `linux-2.6.6/arch/arm/mm/tlb-v6.S' for reading: Permission denied
> cp: cannot open `linux-2.6.6/arch/arm/mm/blockops.c' for reading: Permission denied
--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 PCMCIA - http://pcmcia.arm.linux.org.uk/
2.6 Serial core
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 8:39 ` Olaf Hering
2004-05-10 8:48 ` Russell King
@ 2004-05-10 10:40 ` Dave Jones
2004-05-10 10:49 ` Olaf Hering
1 sibling, 1 reply; 12+ messages in thread
From: Dave Jones @ 2004-05-10 10:40 UTC (permalink / raw)
To: Olaf Hering; +Cc: Linus Torvalds, Kernel Mailing List
On Mon, May 10, 2004 at 10:39:05AM +0200, Olaf Hering wrote:
> cp: cannot open `linux-2.6.6/drivers/char/agp/isoch.c' for reading: Permission denied
I don't know about the other files, but this one hasn't changed
in almost a year. How come this is only a problem now ?
What happened?
Dave
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 10:40 ` Dave Jones
@ 2004-05-10 10:49 ` Olaf Hering
0 siblings, 0 replies; 12+ messages in thread
From: Olaf Hering @ 2004-05-10 10:49 UTC (permalink / raw)
To: Dave Jones, Linus Torvalds, Kernel Mailing List
On Mon, May 10, Dave Jones wrote:
> On Mon, May 10, 2004 at 10:39:05AM +0200, Olaf Hering wrote:
> > cp: cannot open `linux-2.6.6/drivers/char/agp/isoch.c' for reading: Permission denied
>
> I don't know about the other files, but this one hasn't changed
> in almost a year. How come this is only a problem now ?
> What happened?
It was always broken.
-rw-r----- torvalds/torvalds 13235 2003-07-10 22:14:50 linux-2.5.75/drivers/char/agp/isoch.c
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 2:58 Linux 2.6.6 Linus Torvalds
2004-05-10 8:39 ` Olaf Hering
@ 2004-05-10 10:51 ` Daniele Venzano
2004-05-10 15:11 ` Linus Torvalds
2004-05-10 20:44 ` Tomas Szepe
2004-05-10 13:27 ` David Eger
2004-05-10 14:58 ` Roland Dreier
3 siblings, 2 replies; 12+ messages in thread
From: Daniele Venzano @ 2004-05-10 10:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List
[-- Attachment #1: Type: text/plain, Size: 745 bytes --]
I have problems booting 2.6.6 (2.6.5 was fine). The boot stops at ide
detection, on cdrom probing, the last two messages I am seeing are:
ide-cd: cmd 0x5a timed out
hdc: lost interrupt
The messages before those two are the usual ones and can be found in
the attached dmesg.
With 2.6.5 there is a slight pause in the same place, but the boot goes
on with:
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Using hdc=noprobe there is no error, but no cdrom either...
I tried reverting all changes to ide-cd.c, with no success.
The chipset is SiS5513 and the cdrom (hdc) is a TOSHIBA DVD-ROM
SD-R2312.
Attached dmesg for 2.6.5 and .config for 2.6.6
--
-----------------------------
Daniele Venzano
Web: http://teg.homeunix.org
[-- Attachment #2: dmesg-2.6.5 --]
[-- Type: text/plain, Size: 12408 bytes --]
Linux version 2.6.5 (venza@tabr) (gcc version 3.3.3 (Debian 20040401)) #6 Tue May 4 10:17:47 CEST 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001bfea000 (usable)
BIOS-e820: 000000001bfea000 - 000000001bfef000 (ACPI data)
BIOS-e820: 000000001bfef000 - 000000001bfff000 (reserved)
BIOS-e820: 000000001bfff000 - 000000001c000000 (ACPI NVS)
BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
447MB LOWMEM available.
On node 0 totalpages: 114666
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 110570 pages, LIFO batch:16
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 ASUS ) @ 0x000f6e30
ACPI: RSDT (v001 ASUS L3000D 0x42302e31 MSFT 0x31313031) @ 0x1bfea000
ACPI: FADT (v001 ASUS L3000D 0x42302e31 MSFT 0x31313031) @ 0x1bfea080
ACPI: BOOT (v001 ASUS L3000D 0x42302e31 MSFT 0x31313031) @ 0x1bfea040
ACPI: DSDT (v001 ASUS L3000D 0x00001000 MSFT 0x0100000e) @ 0x00000000
ACPI: PM-Timer IO Port: 0xe408
Built 1 zonelists
Kernel command line: root=/dev/hda3
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
PID hash table entries: 2048 (order 11: 16384 bytes)
Detected 1674.333 MHz processor.
Using pmtmr for high-res timesource
Console: colour VGA+ 80x25
Memory: 450116k/458664k available (2119k kernel code, 7804k reserved, 788k data, 136k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 3325.95 BogoMIPS
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000
CPU: After vendor identify, caps: 0383fbff c1cbfbff 00000000 00000000
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0383fbff c1cbfbff 00000000 00000020
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD mobile AMD Athlon(tm) XP-M 2000+ stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1673.0470 MHz.
..... host bus clock speed is 267.0755 MHz.
NET: Registered protocol family 16
spurious 8259A interrupt: IRQ7.
PCI: PCI BIOS revision 2.10 entry at 0xf1050, last bus=1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040326
ACPI-0291: *** Info: Table [DSDT] replaced by host OS
ACPI: IRQ9 SCI: Level Trigger.
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *11 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 11 14 15)
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 11 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 11 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 11 14 15)
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
Uncovering SIS962 that hid as a SIS503 (compatible=0)
Enabling SiS 96x SMBus.
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: Power Resource [FN0] (on)
Linux Plug and Play Support v0.97 (c) Adam Belay
PnPBIOS: Scanning system for PnP BIOS support...
PnPBIOS: Found PnP BIOS installation structure at 0xc00fbf10
PnPBIOS: PnP BIOS version 1.0, entry 0xf0000:0xbf40, dseg 0xf0000
pnp: 00:11: ioport range 0x290-0x297 has been reserved
pnp: 00:11: ioport range 0x3f0-0x3f1 has been reserved
pnp: 00:11: ioport range 0xe400-0xe47f has been reserved
pnp: 00:11: ioport range 0xec00-0xec3f has been reserved
PnPBIOS: 15 nodes reported by PnP BIOS; 15 recorded by driver
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: Using ACPI for IRQ routing
PCI: if you experience problems, try using option 'pci=noacpi' or even 'acpi=off'
Simple Boot Flag at 0x3a set to 0x1
Machine check exception polling timer started.
powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
powernow: Found PSB header at c00f0320
powernow: Table version: 0x12
powernow: Flags: 0x0 (Mobile voltage regulator)
powernow: Settling Time: 100 microseconds.
powernow: Has 1 PST tables. (Only dumping ones relevant to this CPU).
powernow: PST:0 (@c00f0330)
powernow: cpuid: 0x781 fsb: 133 maxFID: 0x3 startvid: 0xb
powernow: FID: 0x12 (4.0x [532MHz]) VID: 0x13 (1.200V)
powernow: FID: 0x4 (5.0x [665MHz]) VID: 0x13 (1.200V)
powernow: FID: 0x8 (7.0x [931MHz]) VID: 0x13 (1.200V)
powernow: FID: 0xc (9.0x [1197MHz]) VID: 0xe (1.300V)
powernow: FID: 0x0 (11.0x [1463MHz]) VID: 0xc (1.400V)
powernow: FID: 0x3 (12.5x [1662MHz]) VID: 0xb (1.450V)
powernow: Minimum speed 532 MHz. Maximum speed 1662 MHz.
SGI XFS with no debug enabled
Initializing Cryptographic API
ACPI: AC Adapter [AC] (on-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Sleep Button (CM) [SLPB]
ACPI: Lid Switch [LID]
ACPI: Fan [FAN0] (on)
ACPI: Processor [CPU0] (supports C1 C2, 8 throttling states)
ACPI: Thermal Zone [THRM] (57 C)
Asus Laptop ACPI Extras version 0.27
L3D model detected, supported
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected SiS 740 chipset
agpgart: Maximum main memory to use for agp memory: 380M
agpgart: AGP aperture is 64M @ 0xe8000000
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled
ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a National Semiconductor PC87306
sis900.c: v1.08.07 11/02/2003
eth0: ICS LAN PHY transceiver found at address 1.
eth0: Using transceiver found at address 1 as default
eth0: SiS 900 PCI Fast Ethernet at 0xa000, IRQ 11, 00:0c:6e:6c:29:6e.
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
SIS5513: IDE controller at PCI slot 0000:00:02.5
SIS5513: chipset revision 0
SIS5513: not 100% native mode: will probe irqs later
SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller
ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, hdd:pio
hda: IC25N040ATMR04-0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hdc: TOSHIBA DVD-ROM SD-R2312, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 1024KiB
hda: 78140160 sectors (40007 MB) w/1740KiB Cache, CHS=16383/255/63, UDMA(100)
hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 >
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
mice: PS/2 mouse device common for all mice
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
Synaptics Touchpad, model: 1
Firmware: 4.6
180 degree mounted touchpad
Sensor: 18
new absolute packet format
Touchpad has extended capability bits
-> four buttons
-> multifinger detection
-> palm detection
input: SynPS/2 Synaptics TouchPad on isa0060/serio4
serio: i8042 KBD port at 0x60,0x64 irq 1
input: AT Translated Set 2 keyboard on isa0060/serio0
NET: Registered protocol family 2
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 65536)
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
PM: Reading pmdisk image.
PM: Resume from disk failed.
ACPI: (supports S0 S1 S3 S4 S5)
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
VFS: Mounted root (ext3 filesystem) readonly.
Freeing unused kernel memory: 136k freed
blk: queue c1548000, I/O limit 4095Mb (mask 0xffffffff)
Adding 3132632k swap on /dev/hda7. Priority:-1 extents:1
EXT3 FS on hda3, internal journal
Yenta: CardBus bridge found at 0000:00:0a.0 [1043:1654]
Yenta: ISA IRQ mask 0x0498, PCI irq 5
Socket status: 30000006
Yenta: CardBus bridge found at 0000:00:0a.1 [1043:1654]
Yenta: ISA IRQ mask 0x0498, PCI irq 9
Socket status: 30000006
i2c-sis96x version 1.0.0
sis96x smbus 0000:00:02.1: SiS96x SMBus base address: 0xe800
XFS mounting filesystem hda5
Ending clean XFS mount for filesystem: hda5
XFS mounting filesystem hda6
Ending clean XFS mount for filesystem: hda6
intel8x0_measure_ac97_clock: measured 49656 usecs
intel8x0: clocking to 48000
drivers/usb/core/usb.c: registered new driver usbfs
drivers/usb/core/usb.c: registered new driver hub
ohci_hcd: 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
ohci_hcd: block sizes: ed 64 td 64
ohci_hcd 0000:00:03.0: Silicon Integrated Systems [SiS] USB 1.0 Controller
ohci_hcd 0000:00:03.0: irq 9, pci mem dc9c3000
ohci_hcd 0000:00:03.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ohci_hcd 0000:00:03.1: Silicon Integrated Systems [SiS] USB 1.0 Controller (#2)
ohci_hcd 0000:00:03.1: irq 9, pci mem dc9c9000
ohci_hcd 0000:00:03.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ohci_hcd 0000:00:03.2: Silicon Integrated Systems [SiS] USB 1.0 Controller (#3)
ohci_hcd 0000:00:03.2: irq 9, pci mem dc9e4000
ohci_hcd 0000:00:03.2: new USB bus registered, assigned bus number 3
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ehci_hcd 0000:00:03.3: Silicon Integrated Systems [SiS] USB 2.0 Controller
ehci_hcd 0000:00:03.3: irq 9, pci mem dca19000
ehci_hcd 0000:00:03.3: new USB bus registered, assigned bus number 4
PCI: cache line size of 64 is not supported by device 0000:00:03.3
ehci_hcd 0000:00:03.3: USB 2.0 enabled, EHCI 1.00, driver 2003-Dec-29
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 6 ports detected
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1172 $ Ben Collins <bcollins@debian.org>
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[11] MMIO=[e0800000-e08007ff] Max Packet=[2048]
usb 2-2: new low speed USB device using address 2
input: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:03.1-2
drivers/usb/core/usb.c: registered new driver hid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
ieee1394: Host added: ID:BUS[0-00:1023] GUID[00e01800030c3d32]
ip1394: $Rev: 1175 $ Ben Collins <bcollins@debian.org>
ip1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
irda_init()
NET: Registered protocol family 23
nsc-ircc, Found chip at base=0x02e
nsc-ircc, driver loaded (Dag Brattli)
IrDA: Registered device irda0
nsc-ircc, Found dongle: HP HSDL-1100/HSDL-2100
irlap_change_speed(), setting speed to 9600
cs: IO port probe 0x0c00-0x0cff: excluding 0xcf8-0xcff
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x378-0x37f 0x3c0-0x3df 0x480-0x48f 0x4d0-0x4d7
cs: IO port probe 0x0a00-0x0aff: clean.
NET: Registered protocol family 10
Disabled Privacy Extensions on device c03a17a0(lo)
IPv6 over IPv4 tunneling driver
[-- Attachment #3: config-2.6.6 --]
[-- Type: text/plain, Size: 30564 bytes --]
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
# CONFIG_STANDALONE is not set
CONFIG_BROKEN_ON_SMP=y
#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
# CONFIG_IKCONFIG is not set
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
CONFIG_MK7=y
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_USE_3DNOW=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_X86_UP_APIC=y
# CONFIG_X86_UP_IOAPIC is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_HAVE_DEC_LOCK=y
CONFIG_REGPARM=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set
CONFIG_PM_DISK=y
CONFIG_PM_DISK_PARTITION="/dev/hda7"
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_ASUS=y
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
# CONFIG_CPU_FREQ_PROC_INTF is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_24_API is not set
CONFIG_CPU_FREQ_TABLE=y
#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_POWERNOW_K6 is not set
CONFIG_X86_POWERNOW_K7=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_YENTA=m
CONFIG_CARDBUS=y
# CONFIG_I82092 is not set
# CONFIG_I82365 is not set
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_AOUT is not set
# CONFIG_BINFMT_MISC is not set
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_FW_LOADER=m
# CONFIG_DEBUG_DRIVER is not set
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=m
CONFIG_PARPORT_PC=m
CONFIG_PARPORT_PC_CML1=m
# CONFIG_PARPORT_SERIAL is not set
# CONFIG_PARPORT_PC_FIFO is not set
# CONFIG_PARPORT_PC_SUPERIO is not set
# CONFIG_PARPORT_PC_PCMCIA is not set
# CONFIG_PARPORT_OTHER is not set
CONFIG_PARPORT_1284=y
#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
CONFIG_ISAPNP=y
CONFIG_PNPBIOS=y
# CONFIG_PNPBIOS_PROC_FS is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_CARMEL is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_LBD is not set
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
# CONFIG_IDEDISK_MULTI_MODE is not set
# CONFIG_IDEDISK_STROKE is not set
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_TASKFILE_IO=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_SCSI=m
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
# CONFIG_BLK_DEV_SR is not set
# CONFIG_CHR_DEV_SG is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_REPORT_LUNS is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI Transport Attributes
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=m
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA6322 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# PCMCIA SCSI adapter support
#
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_NINJA_SCSI is not set
# CONFIG_PCMCIA_QLOGIC is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
CONFIG_IEEE1394=m
#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
# CONFIG_IEEE1394_OUI_DB is not set
CONFIG_IEEE1394_EXTRA_CONFIG_ROMS=y
CONFIG_IEEE1394_CONFIG_ROM_IP1394=y
#
# Device Drivers
#
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=m
#
# Protocol Drivers
#
CONFIG_IEEE1394_VIDEO1394=m
CONFIG_IEEE1394_SBP2=m
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394=m
CONFIG_IEEE1394_DV1394=m
CONFIG_IEEE1394_RAWIO=m
CONFIG_IEEE1394_CMP=m
# CONFIG_IEEE1394_AMDTP is not set
#
# I2O device support
#
# CONFIG_I2O is not set
#
# Networking support
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=y
CONFIG_UNIX=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_TUNNEL=m
# CONFIG_NETFILTER is not set
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
#
# SCTP Configuration (EXPERIMENTAL)
#
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_HAMRADIO is not set
CONFIG_IRDA=m
#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y
#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y
#
# Infrared-port device drivers
#
#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m
#
# Dongle support
#
# CONFIG_DONGLE is not set
#
# Old SIR device drivers
#
CONFIG_IRPORT_SIR=m
#
# Old Serial dongle support
#
# CONFIG_DONGLE_OLD is not set
#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
# CONFIG_SIGMATEL_FIR is not set
CONFIG_NSC_FIR=m
CONFIG_WINBOND_FIR=m
CONFIG_TOSHIBA_FIR=m
CONFIG_SMC_IRCC_FIR=m
CONFIG_ALI_FIR=m
CONFIG_VLSI_FIR=m
CONFIG_VIA_FIR=m
# CONFIG_BT is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_CS89x0 is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
CONFIG_SIS900=y
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_ARLAN is not set
# CONFIG_WAVELAN is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
#
# Wireless 802.11 Frequency Hopping cards support
#
# CONFIG_PCMCIA_RAYCS is not set
#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_PRISM54 is not set
CONFIG_NET_WIRELESS=y
#
# PCMCIA network device support
#
# CONFIG_NET_PCMCIA is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
# CONFIG_PPPOE is not set
# CONFIG_SLIP is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
CONFIG_SERIO_PCIPS2=y
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_UINPUT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
# CONFIG_SERIAL_8250_CONSOLE is not set
# CONFIG_SERIAL_8250_CS is not set
# CONFIG_SERIAL_8250_ACPI is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_MULTIPORT is not set
# CONFIG_SERIAL_8250_RSA is not set
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
# CONFIG_QIC02_TAPE is not set
#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_INTEL_MCH is not set
# CONFIG_AGP_NVIDIA is not set
CONFIG_AGP_SIS=y
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_MGA is not set
CONFIG_DRM_SIS=m
#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set
#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_ALGOPCF=m
#
# I2C Hardware Bus support
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_ELEKTOR is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_I810 is not set
CONFIG_I2C_ISA=m
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2C_VOODOO3 is not set
#
# Hardware Sensors Chip support
#
CONFIG_I2C_SENSOR=m
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ASB100=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_FSCHER=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_W83781D=m
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83627HF=m
#
# Other I2C Chip support
#
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
#
# Misc devices
#
# CONFIG_IBM_ASM is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
#
# Graphics support
#
# CONFIG_FB is not set
# CONFIG_VIDEO_SELECT is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
#
# Sound
#
CONFIG_SOUND=y
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
#
# Generic devices
#
CONFIG_SND_MPU401_UART=m
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
#
# ISA devices
#
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set
# CONFIG_SND_SSCAPE is not set
#
# PCI devices
#
CONFIG_SND_AC97_CODEC=m
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=m
CONFIG_SND_INTEL8X0M=m
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set
#
# ALSA USB devices
#
# CONFIG_SND_USB_AUDIO is not set
#
# PCMCIA devices
#
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_VXP440 is not set
# CONFIG_SND_PDAUDIOCF is not set
#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set
#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=m
# CONFIG_USB_EHCI_SPLIT_ISO is not set
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_UHCI_HCD=m
#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=m
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_DPCM=y
CONFIG_USB_STORAGE_HP8200e=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
#
# Video4Linux support is needed for USB Multimedia device support
#
#
# USB Network adaptors
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_TEST is not set
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=y
# CONFIG_XFS_RT is not set
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_SECURITY is not set
# CONFIG_XFS_POSIX_ACL is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=m
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
# CONFIG_EXPORTFS is not set
CONFIG_SUNRPC=m
# CONFIG_RPCSEC_GSS_KRB5 is not set
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=m
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_AFS_FS is not set
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
#
# Profiling support
#
# CONFIG_PROFILING is not set
#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_SLAB is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_4KSTACKS is not set
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
#
# Security options
#
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
# CONFIG_CRYPTO_SHA256 is not set
# CONFIG_CRYPTO_SHA512 is not set
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_AES is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_ARC4 is not set
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_TEST is not set
#
# Library routines
#
CONFIG_CRC32=y
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_STD_RESOURCES=y
CONFIG_PC=y
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 2:58 Linux 2.6.6 Linus Torvalds
2004-05-10 8:39 ` Olaf Hering
2004-05-10 10:51 ` Daniele Venzano
@ 2004-05-10 13:27 ` David Eger
2004-05-10 14:58 ` Roland Dreier
3 siblings, 0 replies; 12+ messages in thread
From: David Eger @ 2004-05-10 13:27 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
On Sun, May 09, 2004 at 07:58:01PM -0700, Linus Torvalds wrote:
>
> Holler if I missed anything,
The -mm branch has two radeonfb bug fixes; please apply them.
One is BenH's. Mine, which fixes a corruption problem with
overlapping copyarea()'s is below.
-dte
--- drivers/video/aty/radeon_accel.c.orig 2004-04-19 01:26:52.000000000 +0200
+++ drivers/video/aty/radeon_accel.c 2004-04-19 01:49:14.000000000 +0200
@@ -53,6 +53,18 @@
static void radeonfb_prim_copyarea(struct radeonfb_info *rinfo,
const struct fb_copyarea *area)
{
+ int xdir, ydir;
+ u32 sx, sy, dx, dy, w, h;
+
+ w = area->width; h = area->height;
+ dx = area->dx; dy = area->dy;
+ sx = area->sx; sy = area->sy;
+ xdir = sx - dx;
+ ydir = sy - dy;
+
+ if ( xdir < 0 ) { sx += w-1; dx += w-1; }
+ if ( ydir < 0 ) { sy += h-1; dy += h-1; }
+
radeon_fifo_wait(3);
OUTREG(DP_GUI_MASTER_CNTL,
rinfo->dp_gui_master_cntl /* i.e. GMC_DST_32BPP */
@@ -60,12 +72,13 @@
| ROP3_S
| DP_SRC_RECT );
OUTREG(DP_WRITE_MSK, 0xffffffff);
- OUTREG(DP_CNTL, (DST_X_LEFT_TO_RIGHT | DST_Y_TOP_TO_BOTTOM));
+ OUTREG(DP_CNTL, (xdir>=0 ? DST_X_LEFT_TO_RIGHT : 0)
+ | (ydir>=0 ? DST_Y_TOP_TO_BOTTOM : 0));
radeon_fifo_wait(3);
- OUTREG(SRC_Y_X, (area->sy << 16) | area->sx);
- OUTREG(DST_Y_X, (area->dy << 16) | area->dx);
- OUTREG(DST_HEIGHT_WIDTH, (area->height << 16) | area->width);
+ OUTREG(SRC_Y_X, (sy << 16) | sx);
+ OUTREG(DST_Y_X, (dy << 16) | dx);
+ OUTREG(DST_HEIGHT_WIDTH, (h << 16) | w);
}
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 2:58 Linux 2.6.6 Linus Torvalds
` (2 preceding siblings ...)
2004-05-10 13:27 ` David Eger
@ 2004-05-10 14:58 ` Roland Dreier
3 siblings, 0 replies; 12+ messages in thread
From: Roland Dreier @ 2004-05-10 14:58 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Kernel Mailing List
I believe I have found a severe problem in Linux 2.6.6 that has a
major impact on all users: the NAME variable in the top-level Makefile
remains set to "Zonked Quokka," _unchanged from Linux 2.6.5_.
I am unsure of the correct value of NAME, or else I would post a patch.
- Roland
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 10:51 ` Daniele Venzano
@ 2004-05-10 15:11 ` Linus Torvalds
2004-05-10 16:39 ` Daniele Venzano
2004-05-10 20:44 ` Tomas Szepe
1 sibling, 1 reply; 12+ messages in thread
From: Linus Torvalds @ 2004-05-10 15:11 UTC (permalink / raw)
To: Daniele Venzano; +Cc: Kernel Mailing List
On Mon, 10 May 2004, Daniele Venzano wrote:
>
> Attached dmesg for 2.6.5 and .config for 2.6.6
Can you do the dmesg for 2.6.6 too? Just to see if something else changed?
For example, maybe ACPI or something decided to (incorrectly) change your
irq..
Linus
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 15:11 ` Linus Torvalds
@ 2004-05-10 16:39 ` Daniele Venzano
0 siblings, 0 replies; 12+ messages in thread
From: Daniele Venzano @ 2004-05-10 16:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Daniele Venzano, Kernel Mailing List, Alex Riesen
On Mon, May 10, 2004 at 08:11:08AM -0700, Linus Torvalds wrote:
>
> Can you do the dmesg for 2.6.6 too? Just to see if something else changed?
> For example, maybe ACPI or something decided to (incorrectly) change your
> irq..
>
> Linus
Indeed it was ACPI, the patch available here:
http://marc.theaimsgroup.com/?l=linux-kernel&m=108415978500425&w=2
made the trick.
Thanks to Alex for the link to the right thread.
--
-----------------------------
Daniele Venzano
Web: http://teg.homeunix.org
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 10:51 ` Daniele Venzano
2004-05-10 15:11 ` Linus Torvalds
@ 2004-05-10 20:44 ` Tomas Szepe
2004-05-11 13:34 ` Mark Mielke
1 sibling, 1 reply; 12+ messages in thread
From: Tomas Szepe @ 2004-05-10 20:44 UTC (permalink / raw)
To: Linus Torvalds, Kernel Mailing List; +Cc: len.brown
On May-10 2004, Mon, 12:51 +0200
Daniele Venzano <webvenza@libero.it> wrote:
> I have problems booting 2.6.6 (2.6.5 was fine). The boot stops at ide
> detection, on cdrom probing, the last two messages I am seeing are:
>
> ide-cd: cmd 0x5a timed out
> hdc: lost interrupt
This problem also affects my 2001 1.0 GHz Athlon box (VIA KT133a chipset).
Len's final patch (proposed fix) from the "hdc: lost interrupt..." thread
seems to work for me, too.
--
Tomas Szepe <szepe@pinerecords.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Linux 2.6.6
2004-05-10 20:44 ` Tomas Szepe
@ 2004-05-11 13:34 ` Mark Mielke
0 siblings, 0 replies; 12+ messages in thread
From: Mark Mielke @ 2004-05-11 13:34 UTC (permalink / raw)
To: Tomas Szepe; +Cc: Linus Torvalds, Kernel Mailing List, len.brown
On Mon, May 10, 2004 at 10:44:50PM +0200, Tomas Szepe wrote:
> On May-10 2004, Mon, 12:51 +0200
> Daniele Venzano <webvenza@libero.it> wrote:
> > I have problems booting 2.6.6 (2.6.5 was fine). The boot stops at ide
> > detection, on cdrom probing, the last two messages I am seeing are:
> > ide-cd: cmd 0x5a timed out
> > hdc: lost interrupt
> This problem also affects my 2001 1.0 GHz Athlon box (VIA KT133a chipset).
> Len's final patch (proposed fix) from the "hdc: lost interrupt..." thread
> seems to work for me, too.
I was also affected by this - 1200 Mhz Athlon, VIA KT133 chipset as well.
I won't be trying Len's patch until tonight.
mark
--
mark@mielke.cc/markm@ncf.ca/markm@nortelnetworks.com __________________________
. . _ ._ . . .__ . . ._. .__ . . . .__ | Neighbourhood Coder
|\/| |_| |_| |/ |_ |\/| | |_ | |/ |_ |
| | | | | \ | \ |__ . | | .|. |__ |__ | \ |__ | Ottawa, Ontario, Canada
One ring to rule them all, one ring to find them, one ring to bring them all
and in the darkness bind them...
http://mark.mielke.cc/
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-05-12 6:21 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-10 2:58 Linux 2.6.6 Linus Torvalds
2004-05-10 8:39 ` Olaf Hering
2004-05-10 8:48 ` Russell King
2004-05-10 10:40 ` Dave Jones
2004-05-10 10:49 ` Olaf Hering
2004-05-10 10:51 ` Daniele Venzano
2004-05-10 15:11 ` Linus Torvalds
2004-05-10 16:39 ` Daniele Venzano
2004-05-10 20:44 ` Tomas Szepe
2004-05-11 13:34 ` Mark Mielke
2004-05-10 13:27 ` David Eger
2004-05-10 14:58 ` Roland Dreier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox