|
Bugzilla – Full Text Bug Listing |
| Summary: | ata_piix limits hard disk to 8GB on Thinkpad R50p | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Andreas Vetter <vetter> |
| Component: | Kernel | Assignee: | Tejun Heo <teheo> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Critical | ||
| Priority: | P5 - None | CC: | asklein, coolo, cyrusdreams |
| Version: | RC 1 | Flags: | coolo:
SHIP_STOPPER-
|
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
hwinfo from RC1
boot.msg from RC1 |
||
Created attachment 173724 [details]
hwinfo from RC1
affected module is ata_piix brokenmodules=ata_piix gives me back the full capacity. can reproduce on another R50p hmm, we updated the stack for other hardware. But as a work around exists for this problem, I downgrade Andreas, please post kernel boot log. Stephan, I think this is the second report regarding HPA although I don't see how b3 -> rc1 changed anything. HPA change occurred during b2->b3. I think this really should be a blocker bug. Do you mind if I upgrade to blocker? Created attachment 173804 [details]
boot.msg from RC1
This boot.msg is from rescue system of RC1.
info provided Okay, it's a duplicate of bug 325552. Please move over to the bug. Thanks. *** This bug has been marked as a duplicate of bug 325552 *** confirm: fixed by fix of bug 325552 *** Bug 328439 has been marked as a duplicate of this bug. *** |
RC1 limits the harddisk in my Thinkpad R50p to 8GB. hdparm shows the same amount of sectors for CHS and for LBA. As a result I don't see my extended partitions. It worked in alpha 5 and beta 3. From alpha5: # hdparm -i /dev/sda /dev/sda: Model=HTS726060M9AT00 , FwRev=MH4OA6DA, SerialNo= MRH453M4H4SXWB Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=DualPortCache, BuffSize=7877kB, MaxMultSect=16, MultSect=?16? CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=109170031 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 3a: ATA/ATAPI-2,3,4,5,6 * signifies the current active mode From RC1: # hdparm -i /dev/sda /dev/sda: Model=HTS726060M9AT00 , FwRev=MH4OA6DA, SerialNo= MRH453M4H4SXWB Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=DualPortCache, BuffSize=7877kB, MaxMultSect=16, MultSect=?16? CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=16546944 IORDY=on/off, tPIO={min:240,w/IORDY:120}, tDMA={min:120,rec:120} PIO modes: pio0 pio1 pio2 pio3 pio4 DMA modes: mdma0 mdma1 mdma2 UDMA modes: udma0 udma1 udma2 udma3 udma4 *udma5 AdvancedPM=yes: mode=0x80 (128) WriteCache=enabled Drive conforms to: ATA/ATAPI-6 T13 1410D revision 3a: ATA/ATAPI-2,3,4,5,6 * signifies the current active mode The main difference is in CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=109170031 versus CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=16546944