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 154120 Details for
Bug 223214
resume takes 60 seconds on VIA EPIA CN13000
[?]
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]
[PATCH] sata_via: add missing PM hooks
sata_via_add_missing_PM_hooks.patch (text/plain), 1009 bytes, created by
Jeroen Janssen
on 2007-05-04 13:26:55 UTC
(
hide
)
Description:
[PATCH] sata_via: add missing PM hooks
Filename:
MIME Type:
Creator:
Jeroen Janssen
Created:
2007-05-04 13:26:55 UTC
Size:
1009 bytes
patch
obsolete
>Index: tree0/drivers/ata/sata_via.c >=================================================================== >--- tree0.orig/drivers/ata/sata_via.c >+++ tree0/drivers/ata/sata_via.c >@@ -97,6 +97,10 @@ static struct pci_driver svia_pci_driver > .name = DRV_NAME, > .id_table = svia_pci_tbl, > .probe = svia_init_one, >+#ifdef CONFIG_PM >+ .suspend = ata_pci_device_suspend, >+ .resume = ata_pci_device_resume, >+#endif > .remove = ata_pci_remove_one, > }; > >@@ -116,6 +120,10 @@ static struct scsi_host_template svia_sh > .slave_configure = ata_scsi_slave_config, > .slave_destroy = ata_scsi_slave_destroy, > .bios_param = ata_std_bios_param, >+#ifdef CONFIG_PM >+ .suspend = ata_scsi_device_suspend, >+ .resume = ata_scsi_device_resume, >+#endif > }; > > static const struct ata_port_operations vt6420_sata_ops = {
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 223214
:
145921
| 154120