[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#419458: marked as done (ata_piix and piix claim same pci ids)



Your message dated Tue, 24 Apr 2007 09:47:31 +0000
with message-id <E1HgHcR-0001ct-5y@ries.debian.org>
and subject line Bug#419458: fixed in linux-2.6 2.6.20-3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: linux-image-2.6.20-1-686
Version: 2.6.20-1
Severity: grave

Upon upgrading to this kernel, about 1/3rd of the time when I boot,
the internal drive of my laptop becomes /dev/sda. The rest of the time,
it remains /dev/hda.

This seems to happen because both ata_piix and piix claim the same pci
ids, so both are loaded at boot, and sometimes ata_piix wins control and
the drive name changes.

Currently it's /dev/hda and I see:

ata_piix               15044  0 
libata                 99892  3 ata_piix,ahci,ata_generic
piix                    9540  0 [permanent]
ide_core              114728  6 usb_storage,ide_generic,ide_cd,ide_disk,piix,generic

If it's /dev/sda, I imagine that ata_piix would be [permanent] instead?

Here's my controller in lspci:

00:1f.1 IDE interface [0101]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller [8086:266f] (rev 04) (prog-if 8a [Master SecP PriP])
        Subsystem: Fujitsu Limited. Unknown device [10cf:12e5]
        Flags: bus master, medium devsel, latency 0, IRQ 19
        I/O ports at 01f0 [size=8]
        I/O ports at 03f4 [size=1]
        I/O ports at 0170 [size=8]
        I/O ports at 0374 [size=1]
        I/O ports at 1410 [size=16]

8086:266f is claimed by both in 2.6.20:

joey@kodama:/lib/modules/2.6.20-1-686>grep "0x00008086 0x0000266f" modules.pcimap
piix                 0x00008086 0x0000266f 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0
ata_piix             0x00008086 0x0000266f 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0

This was not the case in 2.6.18:

joey@kodama:/lib/modules/2.6.18-4-686>grep "0x00008086 0x0000266f" modules.pcimap
piix                 0x00008086 0x0000266f 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0


I'm concerned that this same problem might affect _all_ pata controllers,
since the pata modules have been added, which also claim the same pci ids as
other modules. I looked for such conflicting claims using this rune:

joey@kodama:/lib/modules/2.6.20-1-686>for m in $(find -name pata_\* -printf "%
f\n" | sed 's/\.ko//') ata_piix; do echo ">>$m"; for p in $(grep $m modules.pcimap| awk
 '{print $2 "-" $3}'); do grep "${p%-*} ${p#*-}" modules.pcimap | grep -v "$m"
; done;done

The result is that at least these sets of modules claim the same ids.

pata_artop	aec62xx
pata_ali	alim15x3
pata_amd	amd74xx
pata_pdc2027x	pdc202xx_new
pata_atiixp	atiixp
pata_cmd64x	cmd64x
pata_cs5520	cs5520
pata_cs5530	cs5530
pata_cs5535	cs5535
pata_cypress	cy82c693
pata_efar	slc90e66
pata_hpt366,pata_hpt3x2n,ata_hpt37x	hpt366 [1]
pata_hpt3x3	hpt34x
pata_it821x	it821x
pata_jmicron	jmicron,ahci [2]
pata_mpiix	piix
pata_netcell	generic
pata_ns87410	generic
pata_oldpiix	piix
pata_opti,pata_optidma	opti621	[3]
pata_pdc202xx_old	pdc202xx_old
pata_rz1000	rz1000
pata_sc1200	sc1200
pata_serverworks	serverworks
pata_sil680	siimage
pata_sis	sis5513
pata_triflex	triflex
pata_via	via82cxxx
ata_piix	piix
ata_piix	ahci

One fix for the problem would be to only build one module from each set.
Choosing which modules to build and which to exclude I leave up to you. :-)

[1] In this case according to waldi the pata modules check the chip revision,
    so don't really conflict with each other even though they all register
    the same PCI ids.
[2][3] I assume something similar is going on here.
a

-- Package-specific info:
** Version: Linux version 2.6.20-1-686 (Debian 2.6.20-1) (waldi@debian.org) (gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)) #1 SMP Tue Apr 10 01:01:27 UTC 2007

** Not tainted

** Kernel log:
PCI: Setting latency timer of device 0000:00:1d.0 to 64
usb usb1: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.1 to 64
usb usb2: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.2 to 64
usb usb3: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1d.3 to 64
usb usb4: root hub lost power or was reset
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.7 to 64
PM: Writing back config space on device 0000:00:1e.0 at offset f (was 40000, writing 400ff)
PM: Writing back config space on device 0000:00:1e.0 at offset 9 (was 10001, writing 33f13001)
PM: Writing back config space on device 0000:00:1e.0 at offset 8 (was 0, writing b010b010)
PM: Writing back config space on device 0000:00:1e.0 at offset 7 (was 22800000, writing 22802020)
PM: Writing back config space on device 0000:00:1e.0 at offset 6 (was 20070600, writing 200a0600)
PM: Writing back config space on device 0000:00:1e.0 at offset 1 (was 100004, writing 100107)
PCI: Setting latency timer of device 0000:00:1e.0 to 64
PM: Writing back config space on device 0000:00:1f.1 at offset 7 (was 1, writing 375)
PM: Writing back config space on device 0000:00:1f.1 at offset 6 (was 1, writing 171)
PM: Writing back config space on device 0000:00:1f.1 at offset 5 (was 1, writing 3f5)
PM: Writing back config space on device 0000:00:1f.1 at offset 4 (was 1, writing 1f1)
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 19
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1f.2 to 64
ahci 0000:00:1f.2: PORTS_IMPL is zero, forcing 0xf
ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 18
PM: Writing back config space on device 0000:06:03.0 at offset f (was 7000100, writing 580010b)
PM: Writing back config space on device 0000:06:03.0 at offset e (was 0, writing 28fc)
PM: Writing back config space on device 0000:06:03.0 at offset d (was 0, writing 2800)
PM: Writing back config space on device 0000:06:03.0 at offset c (was 0, writing 24fc)
PM: Writing back config space on device 0000:06:03.0 at offset b (was 0, writing 2400)
PM: Writing back config space on device 0000:06:03.0 at offset a (was 0, writing 3bfff000)
PM: Writing back config space on device 0000:06:03.0 at offset 9 (was 0, writing 38000000)
PM: Writing back config space on device 0000:06:03.0 at offset 8 (was 0, writing 33fff000)
PM: Writing back config space on device 0000:06:03.0 at offset 7 (was 0, writing 30000000)
PM: Writing back config space on device 0000:06:03.0 at offset 6 (was 0, writing b00a0706)
PM: Writing back config space on device 0000:06:03.0 at offset 4 (was 0, writing b0103000)
PM: Writing back config space on device 0000:06:03.0 at offset 3 (was 820000, writing 82a800)
PM: Writing back config space on device 0000:06:03.0 at offset 1 (was 2100000, writing 2100007)
PM: Writing back config space on device 0000:06:03.1 at offset 4 (was 0, writing b0100000)
PM: Writing back config space on device 0000:06:03.1 at offset 3 (was 800000, writing 802000)
PM: Writing back config space on device 0000:06:03.1 at offset 1 (was 2100000, writing 2100106)
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[20]  MMIO=[b0100000-b01007ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
PM: Writing back config space on device 0000:06:03.2 at offset 4 (was 0, writing b0100800)
PM: Writing back config space on device 0000:06:03.2 at offset 3 (was 800000, writing 802000)
PM: Writing back config space on device 0000:06:03.2 at offset 1 (was 2100000, writing 2100102)
PM: Writing back config space on device 0000:06:03.3 at offset 4 (was 0, writing b0100c00)
PM: Writing back config space on device 0000:06:03.3 at offset 1 (was 2100000, writing 2100102)
PM: Writing back config space on device 0000:06:03.4 at offset 4 (was 0, writing b0101000)
PM: Writing back config space on device 0000:06:03.4 at offset 1 (was 2100000, writing 2100102)
PM: Writing back config space on device 0000:06:04.0 at offset 5 (was 0, writing b0101400)
PM: Writing back config space on device 0000:06:04.0 at offset 4 (was 1, writing 2001)
PM: Writing back config space on device 0000:06:04.0 at offset 3 (was 0, writing 2000)
PM: Writing back config space on device 0000:06:04.0 at offset 1 (was 2900000, writing 2900107)
eth0: link down
wlan0: Coming out of suspend...
PCI: Enabling device 0000:06:05.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:06:05.0[A] -> GSI 18 (level, low) -> IRQ 19
PM: Writing back config space on device 0000:06:05.0 at offset f (was 18030100, writing 1803010b)
PM: Writing back config space on device 0000:06:05.0 at offset 4 (was 0, writing b0102000)
PM: Writing back config space on device 0000:06:05.0 at offset 3 (was 0, writing 2008)
PM: Writing back config space on device 0000:06:05.0 at offset 1 (was 2900002, writing 2900116)
pnp: Failed to activate device 00:07.
pnp: Failed to activate device 00:08.
ata2: SATA link down (SStatus 0 SControl 0)
ata3: SATA link down (SStatus 0 SControl 300)
ata4: SATA link down (SStatus 0 SControl 0)
 usbdev5.1_ep00: PM: resume from 0, parent usb5 still 2
 usbdev5.1_ep81: PM: resume from 0, parent 5-0:1.0 still 2
hda: hw_config=604b
hda: hw_config=604b
 usbdev3.5_ep00: PM: resume from 0, parent 3-1 still 2
 usbdev3.5_ep81: PM: resume from 0, parent 3-1:1.0 still 2
 usbdev3.5_ep02: PM: resume from 0, parent 3-1:1.0 still 2
 usbdev4.4_ep00: PM: resume from 0, parent 4-2 still 2
hci_usb 4-2:1.0: PM: resume from 2, parent 4-2 still 2
 hci0: PM: resume from 0, parent 4-2:1.0 still 2
 usbdev4.4_ep81: PM: resume from 0, parent 4-2:1.0 still 2
 usbdev4.4_ep02: PM: resume from 0, parent 4-2:1.0 still 2
 usbdev4.4_ep82: PM: resume from 0, parent 4-2:1.0 still 2
hci_usb 4-2:1.1: PM: resume from 2, parent 4-2 still 2
 usbdev4.4_ep03: PM: resume from 0, parent 4-2:1.1 still 2
 usbdev4.4_ep83: PM: resume from 0, parent 4-2:1.1 still 2
usb 4-2:1.2: PM: resume from 2, parent 4-2 still 2
Restarting tasks ... <6>usb 3-1: USB disconnect, address 5
done.
Enabling non-boot CPUs ...
usb 4-2: USB disconnect, address 4
ata1: waiting for device to spin up (7 secs)
Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x202000
input: SynPS/2 Synaptics TouchPad as /class/input/input8
usb 3-1: new full speed USB device using uhci_hcd and address 6
usb 3-1: configuration #1 chosen from 1 choice
usb 4-2: new full speed USB device using uhci_hcd and address 5
usb 4-2: configuration #1 chosen from 1 choice
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
ata1.00: configured for UDMA/33

** Loaded modules:
Module                  Size  Used by
psmouse                35208  0 
mmc_core               25860  0 
ata_piix               15044  0 
tun                    10496  1 
i915                   21472  2 
drm                    73972  3 i915
binfmt_misc            11176  1 
rfcomm                 35512  0 
l2cap                  22208  5 rfcomm
nfs                   219468  4 
nfsd                  202224  17 
exportfs                5632  1 nfsd
lockd                  58216  3 nfs,nfsd
nfs_acl                 3616  2 nfs,nfsd
sunrpc                148380  13 nfs,nfsd,lockd,nfs_acl
ppdev                   8740  0 
parport_pc             32772  0 
lp                     11044  0 
parport                33672  3 ppdev,parport_pc,lp
button                  7856  0 
ac                      5220  0 
battery                 9924  0 
ipv6                  233984  24 
fuse                   41716  1 
video                  15524  0 
usb_storage            75552  0 
cpufreq_userspace       4544  1 
cpufreq_ondemand        8076  0 
speedstep_centrino      9380  1 
freq_table              4576  2 cpufreq_ondemand,speedstep_centrino
sbp2                   21444  0 
ide_generic             1408  0 [permanent]
ide_cd                 36672  0 
joydev                  9184  0 
tsdev                   7552  0 
snd_hda_intel          19736  6 
snd_hda_codec         151776  1 snd_hda_intel
snd_pcm_oss            39232  0 
snd_pcm                72036  5 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_mixer_oss          15488  1 snd_pcm_oss
snd_seq_dummy           3876  0 
snd_seq_oss            29440  0 
snd_seq_midi            8320  0 
pcmcia                 35404  0 
snd_rawmidi            22592  1 snd_seq_midi
snd_seq_midi_event      7008  2 snd_seq_oss,snd_seq_midi
snd_seq                46320  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
ipw2200               131044  0 
snd_timer              20964  2 snd_pcm,snd_seq
snd_seq_device          7756  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
hci_usb                16348  2 
i2c_i801                7980  0 
ieee80211              31272  1 ipw2200
ieee80211_crypt         5984  1 ieee80211
yenta_socket           24940  1 
rsrc_nonstatic         12192  1 yenta_socket
serio_raw               6724  0 
bluetooth              48580  7 rfcomm,l2cap,hci_usb
rtc                    12976  0 
i2c_core               20736  1 i2c_i801
firmware_class          9632  2 pcmcia,ipw2200
snd                    48196  20 snd_hda_intel,snd_hda_codec,snd_pcm_oss,snd_pcm,snd_mixer_oss,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               7616  1 snd
pcmcia_core            37364  3 pcmcia,yenta_socket,rsrc_nonstatic
pcspkr                  3264  0 
iTCO_wdt               10148  0 
snd_page_alloc          9736  2 snd_hda_intel,snd_pcm
intel_agp              22748  1 
agpgart                30504  3 drm,intel_agp
eth1394                18468  0 
evdev                   9376  4 
ext3                  121448  1 
jbd                    55368  1 ext3
mbcache                 8420  1 ext3
dm_mirror              20340  0 
dm_snapshot            16580  0 
dm_mod                 52812  2 dm_mirror,dm_snapshot
sg                     32348  0 
sr_mod                 16132  0 
cdrom                  32960  2 ide_cd,sr_mod
ide_disk               15744  3 
ahci                   21284  0 
8139too                25792  0 
ata_generic             7876  0 
libata                 99892  3 ata_piix,ahci,ata_generic
scsi_mod              133004  6 usb_storage,sbp2,sg,sr_mod,ahci,libata
piix                    9540  0 [permanent]
8139cp                 22400  0 
mii                     5376  2 8139too,8139cp
ehci_hcd               29132  0 
ohci1394               32656  0 
ieee1394               89208  3 sbp2,eth1394,ohci1394
generic                 4932  0 [permanent]
ide_core              114728  6 usb_storage,ide_generic,ide_cd,ide_disk,piix,generic
uhci_hcd               22160  0 
usbcore               122312  5 usb_storage,hci_usb,ehci_hcd,uhci_hcd
thermal                13928  0 
processor              30536  2 speedstep_centrino,thermal
fan                     4772  0 

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller [8086:2590] (rev 04)
	Subsystem: Fujitsu Limited. Unknown device [10cf:12d7]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
	Latency: 0
	Capabilities: <access denied>

00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2592] (rev 04) (prog-if 00 [VGA])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e2]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b0080000 (32-bit, non-prefetchable) [size=512K]
	Region 1: I/O ports at 1400 [size=8]
	Region 2: Memory at c0000000 (32-bit, prefetchable) [size=256M]
	Region 3: Memory at b0040000 (32-bit, non-prefetchable) [size=256K]
	Capabilities: <access denied>

00:02.1 Display controller [0380]: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller [8086:2792] (rev 04)
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e2]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Region 0: Memory at 34000000 (32-bit, non-prefetchable) [disabled] [size=512K]
	Capabilities: <access denied>

00:1b.0 Audio device [0403]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller [8086:2668] (rev 04)
	Subsystem: Fujitsu Limited. Unknown device [10cf:1326]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b0000000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>

00:1d.0 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 [8086:2658] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e8]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin A routed to IRQ 17
	Region 4: I/O ports at 1420 [size=32]

00:1d.1 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 [8086:2659] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e8]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin B routed to IRQ 18
	Region 4: I/O ports at 1440 [size=32]

00:1d.2 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 [8086:265a] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e8]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin C routed to IRQ 19
	Region 4: I/O ports at 1460 [size=32]

00:1d.3 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 [8086:265b] (rev 04) (prog-if 00 [UHCI])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e8]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin D routed to IRQ 16
	Region 4: I/O ports at 1480 [size=32]

00:1d.7 USB Controller [0c03]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller [8086:265c] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e9]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin A routed to IRQ 17
	Region 0: Memory at b0004000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev d4) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Bus: primary=00, secondary=06, subordinate=0a, sec-latency=32
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: b0100000-b01fffff
	Prefetchable memory behind bridge: 0000000030000000-0000000033ffffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge [8086:2641] (rev 04)
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e4]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0

00:1f.1 IDE interface [0101]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller [8086:266f] (rev 04) (prog-if 8a [Master SecP PriP])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e5]
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at 01f0 [size=8]
	Region 1: I/O ports at 03f4 [size=1]
	Region 2: I/O ports at 0170 [size=8]
	Region 3: I/O ports at 0374 [size=1]
	Region 4: I/O ports at 1410 [size=16]

00:1f.2 IDE interface [0101]: Intel Corporation 82801FBM (ICH6M) SATA Controller [8086:2653] (rev 04) (prog-if 8f [Master SecP SecO PriP PriO])
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e6]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 0
	Interrupt: pin B routed to IRQ 18
	Region 0: I/O ports at 14b8 [size=8]
	Region 1: I/O ports at 140c [size=4]
	Region 2: I/O ports at 14b0 [size=8]
	Region 3: I/O ports at 1408 [size=4]
	Region 4: I/O ports at 14a0 [size=16]
	Region 5: Memory at b0004400 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>

00:1f.3 SMBus [0c05]: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller [8086:266a] (rev 04)
	Subsystem: Fujitsu Limited. Unknown device [10cf:12e7]
	Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin B routed to IRQ 18
	Region 4: I/O ports at 14c0 [size=32]

06:03.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev b3)
	Subsystem: Fujitsu Limited. Unknown device [10cf:1254]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 168
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b0103000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=06, secondary=07, subordinate=0a, sec-latency=176
	Memory window 0: 30000000-33fff000 (prefetchable)
	Memory window 1: 38000000-3bfff000
	I/O window 0: 00002400-000024ff
	I/O window 1: 00002800-000028ff
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt+ PostWrite+
	16-bit legacy interface ports at 0001

06:03.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C552 IEEE 1394 Controller [1180:0552] (rev 08) (prog-if 10 [OHCI])
	Subsystem: Fujitsu Limited. Unknown device [10cf:1255]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (500ns min, 1000ns max)
	Interrupt: pin B routed to IRQ 20
	Region 0: Memory at b0100000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>

06:03.2 Generic system peripheral [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 17)
	Subsystem: Fujitsu Limited. Unknown device [10cf:1323]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at b0100800 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

06:03.3 System peripheral [0880]: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter [1180:0592] (rev 08)
	Subsystem: Fujitsu Limited. Unknown device [10cf:1257]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at b0100c00 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

06:03.4 System peripheral [0880]: Ricoh Co Ltd xD-Picture Card Controller [1180:0852] (rev 03)
	Subsystem: Fujitsu Limited. Unknown device [10cf:1324]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at b0101000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

06:04.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
	Subsystem: Fujitsu Limited. Unknown device [10cf:12ce]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (8000ns min, 16000ns max)
	Interrupt: pin A routed to IRQ 21
	Region 0: I/O ports at 2000 [size=256]
	Region 1: Memory at b0101400 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

06:05.0 Network controller [0280]: Intel Corporation PRO/Wireless 2915ABG Network Connection [8086:4223] (rev 05)
	Subsystem: Intel Corporation Unknown device [8086:1030]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 32 (750ns min, 6000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: Memory at b0102000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.20-1-686 depends on:
ii  initramfs-tools [linux-initra 0.86       tools for generating an initramfs
ii  module-init-tools             3.3-pre4-2 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.20-1-686 recommends:
ii  libc6-i686                    2.5-1      GNU C Library: Shared libraries [i

-- debconf information excluded

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.20-3

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

linux-2.6_2.6.20-3.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.20-3.diff.gz
linux-2.6_2.6.20-3.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.20-3.dsc
linux-doc-2.6.20_2.6.20-3_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.20_2.6.20-3_all.deb
linux-headers-2.6.20-1-all-powerpc_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-all-powerpc_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-all_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-all_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-powerpc-miboot_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-powerpc-miboot_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-powerpc-smp_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-powerpc-smp_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-powerpc64_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-powerpc64_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-powerpc_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-powerpc_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-prep_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-prep_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-vserver-powerpc64_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-vserver-powerpc64_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-vserver-powerpc_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-vserver-powerpc_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1-vserver_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1-vserver_2.6.20-3_powerpc.deb
linux-headers-2.6.20-1_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.20-1_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-powerpc-miboot_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-powerpc-miboot_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-powerpc-smp_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-powerpc-smp_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-powerpc64_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-powerpc64_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-powerpc_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-powerpc_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-prep_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-prep_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-vserver-powerpc64_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-vserver-powerpc64_2.6.20-3_powerpc.deb
linux-image-2.6.20-1-vserver-powerpc_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-image-2.6.20-1-vserver-powerpc_2.6.20-3_powerpc.deb
linux-libc-dev_2.6.20-3_powerpc.deb
  to pool/main/l/linux-2.6/linux-libc-dev_2.6.20-3_powerpc.deb
linux-manual-2.6.20_2.6.20-3_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.20_2.6.20-3_all.deb
linux-patch-debian-2.6.20_2.6.20-3_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.20_2.6.20-3_all.deb
linux-source-2.6.20_2.6.20-3_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.20_2.6.20-3_all.deb
linux-support-2.6.20-1_2.6.20-3_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.20-1_2.6.20-3_all.deb
linux-tree-2.6.20_2.6.20-3_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.20_2.6.20-3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 419458@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 24 Apr 2007 09:54:44 +0200
Source: linux-2.6
Binary: linux-headers-2.6.20-1-prep linux-headers-2.6.20-1-itanium linux-headers-2.6.20-1-686 linux-image-2.6.20-1-powerpc64 linux-headers-2.6.20-1-mckinley linux-image-2.6.20-1-vserver-powerpc64 linux-image-2.6.20-1-powerpc linux-image-2.6.20-1-parisc-smp linux-headers-2.6.20-1-atari linux-image-2.6.20-1-powerpc-miboot linux-image-2.6.20-1-s390x linux-headers-2.6.20-1-486 linux-image-2.6.20-1-sparc64-smp linux-headers-2.6.20-1-vserver-powerpc linux-support-2.6.20-1 linux-image-2.6.20-1-sparc64 linux-image-2.6.20-1-686 linux-headers-2.6.20-1-all-sparc linux-image-2.6.20-1-ixp4xx linux-headers-2.6.20-1-xen-686 linux-headers-2.6.20-1-parisc64 linux-headers-2.6.20-1-powerpc linux-headers-2.6.20-1-xen-amd64 linux-headers-2.6.20-1-all-i386 linux-doc-2.6.20 linux-headers-2.6.20-1-all-powerpc linux-image-2.6.20-1-mckinley linux-image-2.6.20-1-vserver-s390x linux-image-2.6.20-1-vserver-powerpc linux-headers-2.6.20-1-r5k-ip32 linux-headers-2.6.20-1-powerpc64 linux-image-2.6.20-1-atari linux-headers-2.6.20-1-parisc linux-headers-2.6.20-1-parisc64-smp linux-image-2.6.20-1-xen-amd64 linux-headers-2.6.20-1-xen linux-headers-2.6.20-1-s390x linux-headers-2.6.20-1-all-arm linux-headers-2.6.20-1-vserver-s390x linux-image-2.6.20-1-sb1-bcm91250a linux-headers-2.6.20-1-amiga linux-image-2.6.20-1-vserver-k7 linux-libc-dev linux-headers-2.6.20-1-sparc64-smp linux-headers-2.6.20-1-vserver-powerpc64 linux-headers-2.6.20-1-powerpc-smp linux-headers-2.6.20-1-parisc-smp linux-headers-2.6.20-1-all linux-headers-2.6.20-1-sparc32 linux-image-2.6.20-1-sparc32 linux-headers-2.6.20-1-vserver-k7 linux-image-2.6.20-1-amd64 linux-image-2.6.20-1-qemu linux-image-2.6.20-1-iop32x linux-headers-2.6.20-1-mac linux-headers-2.6.20-1-vserver-amd64 xen-linux-system-2.6.20-1-xen-amd64 linux-source-2.6.20 linux-image-2.6.20-1-r5k-ip32 linux-headers-2.6.20-1-686-bigmem linux-modules-2.6.20-1-xen-amd64 linux-headers-2.6.20-1-sparc64 linux-image-2.6.20-1-powerpc-smp linux-headers-2.6.20-1-all-alpha linux-image-2.6.20-1-486 linux-headers-2.6.20-1-vserver-sparc64 linux-manual-2.6.20 linux-image-2.6.20-1-footbridge linux-headers-2.6.20-1-all-s390 linux-headers-2.6.20-1-all-mipsel linux-image-2.6.20-1-686-bigmem xen-linux-system-2.6.20-1-xen-686 linux-headers-2.6.20-1-sb1-bcm91250a linux-image-2.6.20-1-itanium linux-patch-debian-2.6.20 linux-headers-2.6.20-1-footbridge linux-headers-2.6.20-1-iop32x linux-modules-2.6.20-1-xen-686 linux-image-2.6.20-1-xen-686 linux-headers-2.6.20-1-s390 linux-image-2.6.20-1-k7 linux-headers-2.6.20-1-amd64 linux-image-2.6.20-1-r4k-ip22 linux-image-2.6.20-1-parisc64-smp linux-headers-2.6.20-1-qemu linux-image-2.6.20-1-vserver-amd64 linux-headers-2.6.20-1-all-hppa linux-headers-2.6.20-1-vserver-686 linux-image-2.6.20-1-r5k-cobalt linux-tree-2.6.20 linux-headers-2.6.20-1-sb1a-bcm91480b linux-headers-2.6.20-1-vserver linux-headers-2.6.20-1-all-mips linux-headers-2.6.20-1 linux-image-2.6.20-1-parisc64 linux-image-2.6.20-1-mac linux-headers-2.6.20-1-r5k-cobalt linux-image-2.6.20-1-sb1a-bcm91480b linux-headers-2.6.20-1-all-ia64 linux-image-2.6.20-1-prep linux-image-2.6.20-1-s390 linux-headers-2.6.20-1-ixp4xx linux-image-2.6.20-1-s390-tape linux-headers-2.6.20-1-powerpc-miboot linux-image-2.6.20-1-parisc linux-image-2.6.20-1-vserver-sparc64 linux-headers-2.6.20-1-r4k-ip22 linux-image-2.6.20-1-amiga linux-image-2.6.20-1-vserver-686 linux-headers-2.6.20-1-all-amd64 linux-headers-2.6.20-1-k7 linux-headers-2.6.20-1-all-m68k
Architecture: source all powerpc
Version: 2.6.20-3
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 linux-doc-2.6.20 - Linux kernel specific documentation for version 2.6.20
 linux-headers-2.6.20-1 - Common header files for Linux 2.6.20
 linux-headers-2.6.20-1-all - All header files for Linux 2.6.20
 linux-headers-2.6.20-1-all-powerpc - All header files for Linux 2.6.20
 linux-headers-2.6.20-1-powerpc - Header files for Linux 2.6.20 on uniprocessor 32-bit PowerPC
 linux-headers-2.6.20-1-powerpc-miboot - Header files for Linux 2.6.20 on 32-bit PowerPC for miboot floppy
 linux-headers-2.6.20-1-powerpc-smp - Header files for Linux 2.6.20 on multiprocessor 32-bit PowerPC
 linux-headers-2.6.20-1-powerpc64 - Header files for Linux 2.6.20 on 64-bit PowerPC
 linux-headers-2.6.20-1-prep - Header files for Linux 2.6.20 on PReP PowerPC
 linux-headers-2.6.20-1-vserver - Common header files for Linux 2.6.20
 linux-headers-2.6.20-1-vserver-powerpc - Header files for Linux 2.6.20 on uniprocessor 32-bit PowerPC
 linux-headers-2.6.20-1-vserver-powerpc64 - Header files for Linux 2.6.20 on 64-bit PowerPC
 linux-image-2.6.20-1-powerpc - Linux 2.6.20 image on uniprocessor 32-bit PowerPC
 linux-image-2.6.20-1-powerpc-miboot - Linux 2.6.20 image on 32-bit PowerPC for miboot floppy
 linux-image-2.6.20-1-powerpc-smp - Linux 2.6.20 image on multiprocessor 32-bit PowerPC
 linux-image-2.6.20-1-powerpc64 - Linux 2.6.20 image on 64-bit PowerPC
 linux-image-2.6.20-1-prep - Linux 2.6.20 image on PReP PowerPC
 linux-image-2.6.20-1-vserver-powerpc - Linux 2.6.20 image on uniprocessor 32-bit PowerPC
 linux-image-2.6.20-1-vserver-powerpc64 - Linux 2.6.20 image on 64-bit PowerPC
 linux-libc-dev - Linux Kernel Headers for development
 linux-manual-2.6.20 - Linux kernel API manual pages for version 2.6.20
 linux-patch-debian-2.6.20 - Debian patches to version 2.6.20 of the Linux kernel
 linux-source-2.6.20 - Linux kernel source for version 2.6.20 with Debian patches
 linux-support-2.6.20-1 - Support files for Linux 2.6.20
 linux-tree-2.6.20 - Linux kernel source tree for building Debian kernel images
Closes: 419458
Changes: 
 linux-2.6 (2.6.20-3) unstable; urgency=low
 .
   [ Gordon Farquharson ]
   * arm: Mark CONFIG_MTD_NAND_CAFE and CONFIG_NETXEN_NIC as broken to
     fix FTBFS.
 .
   [ Bastian Blank ]
   * Disable new pata drivers. (closes: #419458)
   * Disable pata in ata_piix.
Files: 
 4f3543d7f27cbef0824b0419f3d973d8 4798 devel optional linux-2.6_2.6.20-3.dsc
 c6ae00422e21adc98d2b5891294f9545 3537622 devel optional linux-2.6_2.6.20-3.diff.gz
 9289fda0fc5c39c1103fdaf4bb6f9d38 3772818 doc optional linux-doc-2.6.20_2.6.20-3_all.deb
 b5cf2b93694e908be268ee1136ed2c6b 1302018 doc optional linux-manual-2.6.20_2.6.20-3_all.deb
 6a9a25248b212374a473cb58ac342ab5 968452 devel optional linux-patch-debian-2.6.20_2.6.20-3_all.deb
 f3887588c2be9905b70411cc60ccc224 43461232 devel optional linux-source-2.6.20_2.6.20-3_all.deb
 e18e60b73d6dcd3acfef40a6a8a5b4b8 2381736 devel optional linux-support-2.6.20-1_2.6.20-3_all.deb
 ad408025983cc09807c679a816ea964f 53404 devel optional linux-tree-2.6.20_2.6.20-3_all.deb
 e9941ad51a127e897063d0a4f888bded 53048 devel optional linux-headers-2.6.20-1-all_2.6.20-3_powerpc.deb
 37e389c4844a55548d2afbfa2e83b8f4 53092 devel optional linux-headers-2.6.20-1-all-powerpc_2.6.20-3_powerpc.deb
 dec2ed5df20cb999a356137784fd9e18 643590 devel optional linux-libc-dev_2.6.20-3_powerpc.deb
 7796b12b884f9af8694c0e31f86d6f02 3553950 devel optional linux-headers-2.6.20-1_2.6.20-3_powerpc.deb
 b53d1cb04ecfe707bb9b7f61544b62ef 17504882 admin optional linux-image-2.6.20-1-powerpc_2.6.20-3_powerpc.deb
 61d928f18c31f322af24168f14c3d278 266344 devel optional linux-headers-2.6.20-1-powerpc_2.6.20-3_powerpc.deb
 ae3a78becd5ce5ccac3021d17d68db4f 17849544 admin optional linux-image-2.6.20-1-powerpc-smp_2.6.20-3_powerpc.deb
 d2a6327638a3d6bfd5d3220dbe2c45ff 267536 devel optional linux-headers-2.6.20-1-powerpc-smp_2.6.20-3_powerpc.deb
 d14b0d4c5b7940a487bf9a13ffa4948a 15890556 admin optional linux-image-2.6.20-1-powerpc-miboot_2.6.20-3_powerpc.deb
 be0acb474ef8cbd951f1e1ba62ca36c0 241894 devel optional linux-headers-2.6.20-1-powerpc-miboot_2.6.20-3_powerpc.deb
 f8f1e6afcbbca032c4c6713e119fcc44 19096692 admin optional linux-image-2.6.20-1-powerpc64_2.6.20-3_powerpc.deb
 88c2bc9a24227be0878a21790c3eb4a5 266554 devel optional linux-headers-2.6.20-1-powerpc64_2.6.20-3_powerpc.deb
 76c654dd3b2d967c28d880554c902384 17186948 admin optional linux-image-2.6.20-1-prep_2.6.20-3_powerpc.deb
 fe71a812abdb704f1ac6f45e283048d5 259106 devel optional linux-headers-2.6.20-1-prep_2.6.20-3_powerpc.deb
 5fa94d0b2bfde528b63149e87951413a 3583714 devel optional linux-headers-2.6.20-1-vserver_2.6.20-3_powerpc.deb
 a498fbc8457d5449bb23fbef156ff9ab 17855992 admin optional linux-image-2.6.20-1-vserver-powerpc_2.6.20-3_powerpc.deb
 fdba184570f7050db96d1a4752c30bd5 267934 devel optional linux-headers-2.6.20-1-vserver-powerpc_2.6.20-3_powerpc.deb
 c414453804c1e025edbdb4dd7024af05 19109464 admin optional linux-image-2.6.20-1-vserver-powerpc64_2.6.20-3_powerpc.deb
 281fd07d8cad9082a4556c45462a5c73 266974 devel optional linux-headers-2.6.20-1-vserver-powerpc64_2.6.20-3_powerpc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iEYEARECAAYFAkYtzZ4ACgkQLkAIIn9ODhHdXQCgkm8cuEZ7Ih64uSxPQwpZKqIn
bu8AnjNkYENX7WZF0Gs7N08QZxU05w85
=Bg7S
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: