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 216441 Details for
Bug 311421
Anaconda still displays choice for broadcom wireless on ppc mac mini (ssb module is the backplane)
[?]
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 for this issue
diff (text/plain), 791 bytes, created by
Bill Nottingham
on 2007-10-04 20:34:05 UTC
(
hide
)
Description:
patch for this issue
Filename:
MIME Type:
Creator:
Bill Nottingham
Created:
2007-10-04 20:34:05 UTC
Size:
791 bytes
patch
obsolete
>? ktest >? ktest.c >? kudzu-1.2.76.tar.gz >Index: pci.c >=================================================================== >RCS file: /usr/local/CVS/kudzu/pci.c,v >retrieving revision 1.153 >diff -u -r1.153 pci.c >--- pci.c 3 Aug 2007 19:55:56 -0000 1.153 >+++ pci.c 4 Oct 2007 20:20:40 -0000 >@@ -468,6 +468,14 @@ > } > } > >+ /* ssb shows up as a ethernet controller, needs to be b43 */ >+ if (dev->vendorId == 0x14e4 && (dev->driver != NULL) >+ && !strcmp(dev->driver,"ssb") >+ && devtype == PCI_CLASS_NETWORK_OTHER) { >+ free(dev->driver); >+ dev->driver = strdup("b43"); >+ } >+ > /* nForce4 boards show up with their ethernet controller > * as a bridge; hack it */ > if (dev->vendorId == 0x10de && (dev->driver != NULL)
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 311421
: 216441