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 191681 Details for
Bug 279571
Can't boot 2.6.18-26.el5 with Vmware ESX
[?]
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]
workaround VMWare bug
linux-kernel-test.patch (text/plain), 737 bytes, created by
Chip Coldwell
on 2007-09-10 14:15:51 UTC
(
hide
)
Description:
workaround VMWare bug
Filename:
MIME Type:
Creator:
Chip Coldwell
Created:
2007-09-10 14:15:51 UTC
Size:
737 bytes
patch
obsolete
>diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c >index eddb933..bd46680 100644 >--- a/drivers/message/fusion/mptbase.c >+++ b/drivers/message/fusion/mptbase.c >@@ -2571,8 +2571,9 @@ GetPortFacts(MPT_ADAPTER *ioc, int portnum, int sleepFlag) > pfacts->MaxPersistentIDs = le16_to_cpu(pfacts->MaxPersistentIDs); > pfacts->MaxLanBuckets = le16_to_cpu(pfacts->MaxLanBuckets); > >- max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID : >- pfacts->MaxDevices; >+ /* max_id = (ioc->bus_type == SAS) ? pfacts->PortSCSIID : >+ pfacts->MaxDevices; */ >+ max_id = MPT_MAX_SCSI_DEVICES; > ioc->devices_per_bus = (max_id > 255) ? 256 : max_id; > ioc->number_of_buses = (ioc->devices_per_bus < 256) ? 1 : max_id/256; >
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 279571
:
189931
|
190331
|
191681
|
191801
|
191841