| From | Subject | Date |
|---|---|---|
| James C. Georgas | Re: broken ACPI NUMA config option
What is the git project path name for the 2.6.23rc branch, if I wanted
to clone it, to keep up to date?
James
/\V
-
| Sep 8, 10:36 pm 2007 |
| Matt LaPlante | Problem charging blackberry 8700c with berry_charge (2.6.22.6)
I'm running the 2.6.22.6 kernel with the berry_charge module loaded. I connect my 8700c via USB, but the blackberry does not appear to charge. The power icon does not change, and even after staying connected for an extended period, the device does not appear to be gaining any power. The cable is good, as I can plug it into my Windows machine and it begins charging immediately. I see the following in dmesg:
[ 6638.606493] usb 1-2: new full speed USB device using uhci_hcd and address 2
[ 6638.776524] u...
| Sep 8, 10:02 pm 2007 |
| Oleg Verych | Early userspace, Linux development (Re: perhaps init/ should...
* Sat, 8 Sep 2007 08:08:06 -0400 (EDT)
All this is userspace code, ugly, unmaintained and all that kind of
things.
== Kernel panics without userspace, do you need such kernel? ==
The klibc project[0] was started 5 years ago to have usable kernel early
userspace with *usable* userspace. Status still unknown, but still better
than anything else in every distro, having NIH things just to boot-up
Linux.
[0] http://www.zytor.com/mailman/listinfo/klibc
I'd like to propose KJ as well as KN to lo...
| Sep 8, 9:21 pm 2007 |
| James C. Georgas | broken ACPI NUMA config option
If I select X86_64_ACPI_NUMA, then ACPI_NUMA is (properly) selected
automatically, but ACPI is not selected automatically. This causes
ACPI_NUMA to not be built, and the kernel compile fails with unresolved
symbols.
Steps to reproduce:
make clean
make mrproper
make noallconfig
select SMP
select NUMA
select X86_64_ACPI_NUMA
make
<boom>
results:
LD .tmp_vmlinux1
drivers/built-in.o: In function `acpi_bus_generate_event':
(.text+0x23365): undefined reference t...
| Sep 8, 6:51 pm 2007 |
| Randy Dunlap | Re: broken ACPI NUMA config option
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
| Sep 8, 9:09 pm 2007 |
| James C. Georgas | Re: broken ACPI NUMA config option
It's 2.6.22.6. I'm thinking a fix would be to add "select PM" to
X86_64_ACPI_NUMA.
I'm also thinking that maybe K8_NUMA should be changed from "depends on
PCI" to "select PCI", like X86_64_ACPI_NUMA is. That would fix the
pseudo dependency they have between them (i.e. selecting
X86_64_ACPI_NUMA causes PCI to be selected, which then makes K8_NUMA
visible, because its PCI dependency is now satisfied).
James
/\V
-
| Sep 8, 9:22 pm 2007 |
| Randy Dunlap | Re: broken ACPI NUMA config option
2.6.23-rc5-git1 builds for me when I follow those steps...
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
| Sep 8, 9:16 pm 2007 |
| James C. Georgas | Re: broken ACPI NUMA config option
OK, it worked for me also, using torvalds/linux-2.6.git. The behaviour
of the "select" directive in Kconfig appears to have changed since
2.6.22.6. It now turns on ACPI, even when PM is not selected.
This still looks broken to me, because ACPI gets selected by ACPI_NUMA,
and ACPI depends on PM, but PM is not selected. It works out in the end,
as far as the build is concerned, but it still bugs me.
Does anyone object to the idea of a selected item automatically
selecting its own dependencies?
...
| Sep 8, 11:48 pm 2007 |
| James C. Georgas | Re: broken ACPI NUMA config option
Uh, it seems that I'm getting different results this time. Now,
X86_64_ACPI_NUMA does select ACPI, but PM (parent of ACPI) is not
automatically selected. Same result for the compile, though. Boom.
I seem to get different behaviour in general on subsequent runs of make
menuconfig.
For example, the last time I ran it, I was able to select K8_NUMA and
X86_64_ACPI_NUMA, independently of one another.
This time, though, the visibility of K8_NUMA is dependent on whether or
not X86_64_ACPI_NUMA is s...
| Sep 8, 7:33 pm 2007 |
| James C. Georgas | Re: broken ACPI NUMA config option
Excuse me; that should read allnoconfig, not noallconfig.
James
/\V
-
| Sep 8, 6:54 pm 2007 |
| development.jim | USB and MMC device problems on Kernel 2.6.22
Sorry for not clear about the kernel version, let me try again:
I have an ARM hardware board works fine with USB and MMC on kernel
2.6.11. Now, I've just upgraded it to kernel 2.6.22. The modules seem
loaded fine, please see following list, but neither USB nor MMC could
detect devices when a USB stick or SD card was plugged in (I enabled
module debug, but nothing printed out, no device node created in /dev).
It seems some processes were not running, but I can see usbd and mmcd
were running at...
| Sep 8, 6:28 pm 2007 |
| Jan Engelhardt | Re: USB and MMC device problems on Kernel 2.6.22
If it detects something, it should show up in `lsusb`.
-
| Sep 8, 6:54 pm 2007 |
| Trond Myklebust | Re: [NFS] [BUG] 2.6.23-rc5 kernel BUG at fs/nfs/nfs4xdr.c:945
It looks like a bug that has been there at least since 2.6.18. Could you
see if this fixes it?
Trond
| Sep 8, 6:12 pm 2007 |
| Rafael J. Wysocki | Re: Disk spin down issue on shut down/suspend to disk
There's an updated version of that patch at
It's not completely broken, it just handles disks incorrectly and we are not
sure whether or not there are any serious consequences of that. Moreover,
it has happened for a long time now, AFAICT, so that's not a regression.
BTW, in my opinion, we don't really understand why the patch at
http://lkml.org/lkml/2007/8/27/392 actually helps and understanding that might
allow us to fix the problem in general.
Greetings,
Rafael
-
| Sep 8, 5:29 pm 2007 |
| Jiri Slaby | [PATCH 1/2] remove asm/bitops.h includes
remove asm/bitops.h includes
including asm/bitops directly may cause compile errors. don't include it
and include linux/bitops instead. next patch will deny including asm header
directly.
Cc: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
---
commit 3c05eef3d0a98065323d7d6d9a78e0985eba4b10
tree cb9691832992f570b0363dd568f6fa3d2c81e3f5
parent 132bb039c741d00f066e7501e3613d2d20bf0595
author Jiri Slaby <jirislaby@gmail.com> Tue, 04 Sep 2007 21:01...
| Sep 8, 3:59 pm 2007 |
| Jiri Slaby | [PATCH 2/2] forbid asm/bitops.h direct inclusion
forbid asm/bitops.h direct inclusion
Because of compile errors that may occur after bit changes if asm/bitops.h is
included directly without e.g. linux/kernel.h which includes linux/bitops.h, forbid
direct inclusion of asm/bitops.h. Thanks to Adrian Bunk.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Adrian Bunk <bunk@kernel.org>
---
commit cd28a228ae727b2224da736edc613c58a08c5ed9
tree 483ca1765baaf80996484889ed3078c4af24be03
parent 3c05eef3d0a98065323d7d6d9a78e0985eba4b10
...
| Sep 8, 3:59 pm 2007 |
| Willy Tarreau | Linux 2.6.20.19
I've just released Linux 2.6.20.19.
It backports a fix present in 2.6.22 for a bug introduced in the IPv6
stack in 2.6.20, which could lead to crashes under certain circumstances.
I'll also be replying to this message with a copy of the patch between
2.6.20.18 and 2.6.20.19.
The patch and changelog will appear soon at the following locations:
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/
ftp://ftp.all.kernel.org/pub/linux/kernel/v2.6/patch-2.6.20.19.bz2
[ message continues ] " title="ftp://ftp.all.kernel.org/pub/lin...">ftp://ftp.all.kernel.org/pub/lin... | Sep 8, 3:41 pm 2007 |
| Willy Tarreau | Re: Linux 2.6.20.19
diff --git a/Makefile b/Makefile
index 48daec7..6bb9f2e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 20
-EXTRAVERSION = .18
+EXTRAVERSION = .19
NAME = Homicidal Dwarf Hamster
# *DOCUMENTATION*
diff --git a/net/ipv6/exthdrs.c b/net/ipv6/exthdrs.c
index de96e1a..82a3444 100644
--- a/net/ipv6/exthdrs.c
+++ b/net/ipv6/exthdrs.c
@@ -653,6 +653,14 @@ EXPORT_SYMBOL_GPL(ipv6_invert_rthdr);
Hop-by-hop options.
******************************...
| Sep 8, 3:41 pm 2007 |
| Christoph Hellwig | [PATCH] alpha: convert to generic sys_ptrace
This patch converts alpha to the generic sys_ptrace. We use
force_successful_syscall_return to avoid having to pass the pt_regs
pointer down to the function. I think the removal of the assemly
stub is correct, but I could only compile-test this patch, so please
give it a spin before commiting :)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Index: linux-2.6/arch/alpha/kernel/ptrace.c
===================================================================
--- linux-2.6.orig/arch/alpha/kerne...
| Sep 8, 3:12 pm 2007 |
| Willy Tarreau | Linux 2.4.36-pre1
Hi,
I've just released Linux 2.4.36-pre1.
It's basically the same as 2.4.35.2, with an add-on I'd like people
to experiment with : In private discussions, Solar Designer proposed
to restrict the ability to map the NULL address to CAP_RAW_IO capable
processes only. The idea behind this was to prevent "normal" users
from trying to exploit NULL dereferences in the kernel which have
not been discovered yet. This is purely a preventive measure. Alan
Cox indicated that it was desirable to be able to d...
| Sep 8, 2:46 pm 2007 |
| Nicolas Capit | cpuset trouble after hibernate
Hello,
This is my situation:
- I mounted the pseudo cpuset filesystem into /dev/cpuset
- I created a cpuset named oar with my 2 cpus
cat /dev/cpuset/oar/cpus
0-1
- Then I hibernate my computer with 'echo -n "disk" >/sys/power/state'
- After reboot:
cat /dev/cpuset/oar/cpus
0
Why did I lost a cpu?
Is this a normal behavior???
Thank you for your attention,
Nicolas Capit
Note on my system:
- laptop HP dv2000 with a Turion64x2
- kernel : Linux 2.6.22-1-686 #1 SMP...
| Sep 8, 2:44 pm 2007 |
| Jeff Garzik | What's in libata-dev.git?
The following is the current contents of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
(recently rebased)
The 'upstream' branch is what I will push upstream for 2.6.24, once
the merge window opens. I also have a pile in my inbox I need to go
over, while I was away at conference. At least one fix still pending
for 2.6.23-rc that needs to go up.
list of branches
================
ALL contents of: upstream, sil680-mmio, new-eh
* master
mv-ahci-pata rough draft ...
| Sep 8, 1:41 pm 2007 |
| Jeff Garzik | What's in netdev-2.6.git?
The following is the current contents of
git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
(recently rebased)
The 'upstream' branch is what I will push upstream for 2.6.24, once
the merge window opens. I also have a pile in my inbox I need to go
over, while I was away at conference.
List of branches
----------------
ALL == contents of branches: upstream, stats, ethtool
ethtool
* master
stats
upstream
branch upstream
---------------
Andrew Morton (1):
...
| Sep 8, 1:24 pm 2007 |
| Willy Tarreau | Linux 2.4.35.2
I've just released Linux 2.4.35.2.
The removal of -fno-unit-at-a-time in 2.4.35.1 in order to fix build
with gcc-4.2 uncovered nasty optimization issues in the current code
under gcc-4.x. This option not only prevents gcc from reordering
sections, it also prevents it from doing a better optimization of some
inlinable functions and from stripping out static variables which
apparently never get assigned.
Since the removal of the option, some users were caught by modules
which had no symbol for cer...
| Sep 8, 1:22 pm 2007 |
| Andrey Borzenkov | Re: sysfs change of input/event devices in 2.6.23rc breaks u...
I am using 2.6.23-rc5 in current cooker and I did not notice any breakage;
could you please show example of wrong path? E.g. I have
{pts/0}% LC_ALL=C ll /dev/input/by-path
total 0
lrwxrwxrwx 1 root root 9 Sep 2 15:00
platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Sep 2 15:00
platform-i8042-serio-1-event-mouse -> ../event1
lrwxrwxrwx 1 root root 9 Sep 2 15:00
platform-i8042-serio-1-mouse -> ../mouse0
and it looks pretty sane for me.
Oh, and I do not...
| Sep 8, 2:29 pm 2007 |
| Anssi Hannula | Re: sysfs change of input/event devices in 2.6.23rc breaks u...
Same kernel here, but on an older system (MDV2007.1). I tested with a
path_id from a recent udev as well, though, but the problem was there as
I don't have anything under /dev/input/by-path as the lookup in path_id
What does this print as devpath for you:
$ udevinfo -q all --name=input/event0
For me on 2.6.23rc5 it prints:
P: /class/input/event0
and on 2.6.22:
P: /class/input/input0/event0
Both are detected as "old sysfs layout" by path_id, but only on 2.6.22
is there a /device sym...
| Sep 8, 3:38 pm 2007 |
| Andrey Borzenkov | Re: sysfs change of input/event devices in 2.6.23rc breaks u...
{pts/1}% udevinfo -q all --name input/event0
P: /devices/platform/i8042/serio0/input/input0/event0
N: input/event0
S: input/by-path/platform-i8042-serio-0-event-kbd
E: ID_CLASS=3Dkbd
E: ID_SERIAL=3Dnoserial
If this does not work with current udev this can be considred kernel=20
regression as far as I can tell.
| Sep 8, 3:46 pm 2007 |
| Anssi Hannula | sysfs change of input/event devices in 2.6.23rc breaks udev
Hi!
There seem to be changes in sysfs input structure between 2.6.22 and
2.6.23-rc5 which cause some breakage.
There are a few changes.
There is no longer:
/sys/class/input/eventX => /sys/class/input/inputX/eventX
instead there is:
/sys/class/inputX/input:eventX => /sys/class/input/eventX
Notice the added "input:". I don't know if any software depends on this,
though.
However, the change that broke id_path of udev is that
/sys/class/input/event5/device is now a symlink to the...
| Sep 8, 1:08 pm 2007 |
| Bodo Eggert | Re: sata & scsi suggestion for make menuconfig
I think you're fixing the wrong problem.
The real problem is hiding devices attached to some controlers between
one kind of the controllers. This has been correct whern they were bus-
specific, but since they are now shared by three busses, they should get
their own menu called "(S)ATA/USB/SCSI attached devices" - or whatever a
native speaker would suggest.
Besides that, if I imagine being a semi-novice and searching for IDE
support, I would have a hard time finding the IDE menu, and asuming
P...
| Sep 8, 12:52 pm 2007 |
| Randy Dunlap | Re: sata & scsi suggestion for make menuconfig
how's this?
for 2.6.16-rc4: consolidated graphics config:
http://marc.info/?l=linux-kernel&m=114101236918589&w=2
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
-
| Sep 8, 2:54 pm 2007 |
| Stefan Richter | Re: sata & scsi suggestion for make menuconfig
A side note: SCSI is not a bus. It is an architecture and a set of
implementation standards; including command set standards, transport
protocol standards and interconnect standards for a whole lot of
different applications, transports, and interconnects, and not all of
the latter are actual buses. The oldest of SCSI interconnects, SCSI
Parallel Interconnect alias SPI, is often mistaken for all of SCSI even
though its role is diminishing. There is much more:
http://www.t10.org/scsi-3.htm
You...
| Sep 8, 2:22 pm 2007 |
| Justin Piszcz | AoE/2.6 Question (CORAID brand)
The reason for the 10Gbps question was in most of the benchmarks I see
10Gbps achieves roughly 250 MiB/s as others have reported on other mailing
lists.
This company makes AoE / RAIDs (24 disks) quite cheap and they offer
10Gbps on their units, has anyone done any independent benchmarking of
their units?
They claim 550 MiB/s on them.
What type of RAID do they use for AoE? Is it Linux SW Raid embedded in
the unit?
http://www.coraid.com/
What type of speeds are typical on 1Gbps vs. 1...
| Sep 8, 12:48 pm 2007 |
| Justin Piszcz | In search of 10gbps cards/shootout in Linux?
There are various agencies/educational institutions doing testing but was
curious if anyone has 'found' a 10 gigabit card shootout measuring the
performance between 10 gigabit cards on the 2.6 kernel? Most of the
benchmarks are from the vendors themselves Intel/etc-- was wondering if
there were any vendor-independent benchmarks out there?
Until switches come down in price, 10gbps will be most relegated to
business/research use and therefore such benchmarks probably will be hard
to come by bu...
| Sep 8, 12:44 pm 2007 |
| Werner Meurer | PROBLEM: Network sky2 Module
[1.] One line summary of the problem:
hw csum failure appears in syslog
[2.] Full description of the problem/report:
hw csum failure appears in syslog and sometimes, under heavy network utilization, with NFS-Daemon the Network Device
totally fails. Then no Network Access is possible. Reboot is not required but i must restart the Network with
the following commands: "ifdown eth0" and "rmmod sky2", then "insmod sky2" and "ifup eth0".
[3.] Keywords (i.e., modules, networking, kernel):
sk...
| Sep 8, 11:14 am 2007 |
| development.jim | Device problems on Kernel 22
Hi,
I have an ARM hardware board works fine with USB and MMC in kernel 11.
Now, I've just upgraded it to kernel 22. The modules seem loaded fine,
please see following list, but both usb and mmc modules failed to detect
the USB stick or SD card when it was plugged in (I enabled module debug,
but nothing printed out). I understand that the devfs is no longer
supported by the kernel 22, but should the modules still be able to
detect the devices? I think something has been missing, could anyone
...
| Sep 8, 9:38 am 2007 |
| Michal Piotrowski | Re: [2/2] 2.6.23-rc5: known regressions with patches v2
Hi all,
Here is a list of some known regressions in 2.6.23-rc5
with patches available.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 10
Linus Torvalds 6
Andi Kleen 5
Hugh Dickins 5
Trond Myklebust 5
Andrew Morton ...
| Sep 8, 7:11 am 2007 |
| Michal Piotrowski | [1/2] 2.6.23-rc5: known regressions with patches v2
Hi all,
Here is a list of some known regressions in 2.6.23-rc5
with patches available.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 10
Linus Torvalds 6
Andi Kleen 5
Hugh Dickins 5
Trond Myklebust 5
Andrew Morton ...
| Sep 8, 7:11 am 2007 |
| Michal Piotrowski | Re: [4/4] 2.6.23-rc5: known regressions v2
Hi all,
Here is a list of some known regressions in 2.6.23-rc5.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 10
Linus Torvalds 6
Andi Kleen 5
Hugh Dickins 5
Trond Myklebust 5
Andrew Morton 4
Al Viro ...
| Sep 8, 7:11 am 2007 |
| Pavel Machek | Re: [4/4] 2.6.23-rc5: known regressions v2
Can you try unloading acpi_cpufreq? I seen similar bug in suse
kernel...
If that does not help, try unloading as many modules as possible...
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
-
| Sep 8, 12:33 pm 2007 |
| Sam Ravnborg | Re: [4/4] 2.6.23-rc5: known regressions v2
Known bug there has been there for ages so this is not a regression.
I suggest removing it from this list - and I will see to have
it fixed for 2.6.24.
I will not push any fix for -rc for this.
Sam
-
| Sep 8, 9:01 am 2007 |
| Michal Piotrowski | Re: [3/4] 2.6.23-rc5: known regressions v2
Hi all,
Here is a list of some known regressions in 2.6.23-rc5.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 10
Linus Torvalds 6
Andi Kleen 5
Hugh Dickins 5
Trond Myklebust 5
Andrew Morton 4
Al Viro ...
| Sep 8, 7:11 am 2007 |
| Michal Piotrowski | Re: [2/4] 2.6.23-rc5: known regressions v2
Hi all,
Here is a list of some known regressions in 2.6.23-rc5.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 10
Linus Torvalds 6
Andi Kleen 5
Hugh Dickins 5
Trond Myklebust 5
Andrew Morton 4
Al Viro ...
| Sep 8, 7:11 am 2007 |
| Dave Kleikamp | Re: [2/4] 2.6.23-rc5: known regressions v2
Is this a regression?
Oliver,
Have you been using jfs on this flash previously? If so, what was the
most recent kernel that didn't have problems?
Thanks,
Shaggy
--
David Kleikamp
IBM Linux Technology Center
-
| Sep 8, 12:41 pm 2007 |
| Greg KH | Re: [2/4] 2.6.23-rc5: known regressions v2
Oliver and Alan, is there any info about these? Anything that I can
help out with?
thanks,
greg k-h
-
| Sep 8, 8:28 am 2007 |
| Alan Stern | Re: [2/4] 2.6.23-rc5: known regressions v2
We're still waiting to hear back from Tino.
Last week I submitted a patch adding Roman's device to the USB quirks
list. IIRC the device is one of those troublesome Genesys USB-IDE
adapters; most of the time it resumes correctly but every now and then
it fails. The patch should be somewhere on your input queue.
Alan Stern
-
| Sep 8, 9:38 am 2007 |
| Michal Piotrowski | [1/4] 2.6.23-rc5: known regressions v2
Hi all,
Here is a list of some known regressions in 2.6.23-rc5.
Feel free to add new regressions/remove fixed etc.
http://kernelnewbies.org/known_regressions
List of Aces
Name Regressions fixed since 21-Jun-2007
Adrian Bunk 10
Linus Torvalds 6
Andi Kleen 5
Hugh Dickins 5
Trond Myklebust 5
Andrew Morton 4
Al Viro ...
| Sep 8, 7:10 am 2007 |
| Stefan Richter | Linux' IEEE 1394/ FireWire subsystem TODO list
Hi lists,
I copied the ancient linux1394 project TODO list from the static page at
www.linux1394.org over to http://wiki.linux1394.org/ToDo and
substantially updated it now. I certainly missed a few important TODOs
and ideas, but the list is quite long nevertheless. I thought of
posting a FireWire driver status report to LKML recently --- so I am
simply posting the TODO list now. Another page related to FireWire
driver development status is http://wiki.linux1394.org/JujuMigration .
Reply or e...
| Sep 8, 6:44 am 2007 |
| Natalie Protasevich | Re: Linux' IEEE 1394/ FireWire subsystem TODO list
This is such a good format and great information for those who would
like jump in. They can choose and start working on the item that is
best suited by complexity and how time intensive it is.
I've seen individual todo lists on some preject pages, wish I was
recording such information, so we could gather all the pointers on the
common page. There is page maintained by Rick An Riel
http://kernelnewbies.org/KernelProjects which is just perfect for
adding all the links to kernel projects' roadmaps a...
| Sep 8, 6:49 pm 2007 |
| Jan Engelhardt | Re: libata not working for sis5533
http://rafb.net/p/vfTX0966.html
Maybe it is solved in 2.6.22.3? (I don't remember what your version
was.)
Jan
--
-
| Sep 8, 6:45 am 2007 |
| n | Re: limiting to UDMA/33 instead of UDMA/100 - pata_pdc202xx_...
i doubt its bad harddrive / powersupply (just replaced it) , i think this
new driver has some bugs that need to be fixed, if i use the old ide
pdc202xx_old the drive works fine maybe the new driver is detecting res
51/84:00:3f:00:00/00:00:00:00:00/e0 as ata bus error when it might be
seagates way of saying OK or success (im not sure), anyways for the time
being im running the old ide drivers on the promise ide card untill the new
drivers get some more bugs fixed, im using the new nforce2 ata drivers
...
| Sep 8, 2:41 am 2007 |
| previous day | today | next day |
|---|---|---|
| September 7, 2007 | September 8, 2007 | September 9, 2007 |
| KOSAKI Motohiro | [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin" |
| Faik Uygur | Re: Linux 2.6.21-rc1 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Trent Piepho | [PATCH] [POWERPC] Improve (in|out)_beXX() asm code |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jens Axboe | Re: [BUG] New Kernel Bugs |
