Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147744 Details for
Bug 223750
Installing os by local cdrom method failed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
New patch to fix irq conversion issue
ata_convert_gsi_to_irq_2.6.20.patch (text/plain), 1.02 KB, created by
Zhang Yanmin
on 2007-02-09 08:35:49 UTC
(
hide
)
Description:
New patch to fix irq conversion issue
Filename:
MIME Type:
Creator:
Zhang Yanmin
Created:
2007-02-09 08:35:49 UTC
Size:
1.02 KB
patch
obsolete
>diff -Nraup linux-2.6.20/arch/ia64/Kconfig linux-2.6.20_fix/arch/ia64/Kconfig >--- linux-2.6.20/arch/ia64/Kconfig 2007-02-08 15:13:41.000000000 +0800 >+++ linux-2.6.20_fix/arch/ia64/Kconfig 2007-02-09 11:19:35.000000000 +0800 >@@ -11,6 +11,7 @@ menu "Processor type and features" > > config IA64 > bool >+ select ATA_NONSTANDARD if ATA > default y > help > The Itanium Processor Family is Intel's 64-bit successor to >diff -Nraup linux-2.6.20/include/asm-ia64/libata-portmap.h linux-2.6.20_fix/include/asm-ia64/libata-portmap.h >--- linux-2.6.20/include/asm-ia64/libata-portmap.h 1970-01-01 08:00:00.000000000 +0800 >+++ linux-2.6.20_fix/include/asm-ia64/libata-portmap.h 2007-02-09 11:19:55.000000000 +0800 >@@ -0,0 +1,12 @@ >+#ifndef __ASM_IA64_LIBATA_PORTMAP_H >+#define __ASM_IA64_LIBATA_PORTMAP_H >+ >+#define ATA_PRIMARY_CMD 0x1F0 >+#define ATA_PRIMARY_CTL 0x3F6 >+#define ATA_PRIMARY_IRQ(dev) isa_irq_to_vector(14) >+ >+#define ATA_SECONDARY_CMD 0x170 >+#define ATA_SECONDARY_CTL 0x376 >+#define ATA_SECONDARY_IRQ(dev) isa_irq_to_vector(15) >+ >+#endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223750
:
146886
|
146887
|
147171
|
147179
|
147621
|
147636
| 147744 |
147966
|
148038