Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d93aef75
Commit
d93aef75
authored
Feb 13, 2004
by
Benjamin Herrenschmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc32: Separate definitions for known vs unknown PowerMac G5 models
parent
94ab3348
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
arch/ppc/platforms/pmac_feature.c
arch/ppc/platforms/pmac_feature.c
+1
-1
include/asm-ppc/pmac_feature.h
include/asm-ppc/pmac_feature.h
+1
-0
No files found.
arch/ppc/platforms/pmac_feature.c
View file @
d93aef75
...
@@ -2239,7 +2239,7 @@ probe_motherboard(void)
...
@@ -2239,7 +2239,7 @@ probe_motherboard(void)
break
;
break
;
#else
/* CONFIG_POWER4 */
#else
/* CONFIG_POWER4 */
case
macio_keylargo2
:
case
macio_keylargo2
:
pmac_mb
.
model_id
=
PMAC_TYPE_
POWERMAC_G5
;
pmac_mb
.
model_id
=
PMAC_TYPE_
UNKNOWN_K2
;
pmac_mb
.
model_name
=
"Unknown G5"
;
pmac_mb
.
model_name
=
"Unknown G5"
;
pmac_mb
.
features
=
g5_features
;
pmac_mb
.
features
=
g5_features
;
break
;
break
;
...
...
include/asm-ppc/pmac_feature.h
View file @
d93aef75
...
@@ -115,6 +115,7 @@
...
@@ -115,6 +115,7 @@
/* MacRISC4 / G5 machines
/* MacRISC4 / G5 machines
*/
*/
#define PMAC_TYPE_POWERMAC_G5 0x150
/* First tower */
#define PMAC_TYPE_POWERMAC_G5 0x150
/* First tower */
#define PMAC_TYPE_UNKNOWN_K2 0x19f
/* Any other K2 based */
/*
/*
* Motherboard flags
* Motherboard flags
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment